diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..21a08a1 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,7 @@ +require: standard + +inherit_gem: + standard: config/base.yml + +AllCops: + DisabledByDefault: true diff --git a/.ruby-version b/.ruby-version index 15a2799..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.3