diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 85e4686..84e46b5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,3 @@ -inherit_from: .rubocop_todo.yml - AllCops: Exclude: - 'vendor/**/*' @@ -7,15 +5,12 @@ AllCops: - 'slackbuilds/**/*' - 'bin/bundle' - 'bin/cap*' - - 'bin/rails' - 'bin/rake' - 'bin/rspec' - 'bin/rubocop' - 'bin/setup' - 'bin/spring' - 'bin/update' - - 'bin/webpack*' - - '**/db/*schema.rb' - 'pkg/**/*' TargetRubyVersion: '3.0' @@ -40,6 +35,7 @@ Layout/EndAlignment: EnforcedStyleAlignWith: variable Metrics/BlockLength: + Max: 55 IgnoredMethods: - describe - refine |
