From 9770cc8829d6fdacd1ae02e1f78fcf270e5a5503 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 4 Nov 2023 14:13:59 +0100 Subject: Remove gem and rake support files --- .rubocop.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .rubocop.yml (limited to '.rubocop.yml') 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 -- cgit v1.2.3