AllCops: Exclude: - 'vendor/**/*' - '.git/**/*' - 'node_modules/**/*' - '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: '2.7' Style/Documentation: Enabled: false # False-Positive: non-string-variable + 'some string' Style/StringConcatenation: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/EndAlignment: EnforcedStyleAlignWith: variable Metrics/BlockLength: IgnoredMethods: - describe - refine