diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-11-04 14:13:59 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-11-04 14:13:59 +0100 |
| commit | 9770cc8829d6fdacd1ae02e1f78fcf270e5a5503 (patch) | |
| tree | 7f730f5e0708366f8eb5788acd268636825b88cc /.rubocop.yml | |
| parent | 0023fe033731180afe8bc2242c2a512b31b8c0bf (diff) | |
| download | slackbuilder-9770cc8829d6fdacd1ae02e1f78fcf270e5a5503.tar.gz | |
Remove gem and rake support files
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 |
