diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-11-07 09:02:18 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-11-07 09:02:18 +0100 |
| commit | 3b93e0d9505deea61a24f0d4084255055017cf8f (patch) | |
| tree | 16adfd70b68b0090550f8420624198890551ab3b /.rubocop.yml | |
| parent | 3916aa114fee53c1e0859675703683c2db6d85d5 (diff) | |
| download | slackbuilder-3b93e0d9505deea61a24f0d4084255055017cf8f.tar.gz | |
Add rake to bundler
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 9110dda..0d17f42 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -15,6 +15,7 @@ AllCops: TargetRubyVersion: '3.0' NewCops: enable + SuggestExtensions: false Style/Documentation: Enabled: false @@ -37,6 +38,3 @@ Layout/EndAlignment: Metrics/BlockLength: Max: 55 - IgnoredMethods: - - describe - - refine |
