diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index 02cb8ff..0000000 --- a/.rubocop.yml +++ /dev/null @@ -1,41 +0,0 @@ -AllCops: - Exclude: - - 'vendor/**/*' - - '.git/**/*' - - 'slackbuilds/**/*' - - 'bin/bundle' - - 'bin/cap*' - - 'bin/rake' - - 'bin/rspec' - - 'bin/rubocop' - - 'bin/setup' - - 'bin/spring' - - 'bin/update' - - 'pkg/**/*' - - TargetRubyVersion: '3.0' - NewCops: enable - SuggestExtensions: false - -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: - AllowedMethods: - - namespace |
