diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-11-30 21:19:56 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-11-30 21:19:56 +0100 |
| commit | 539a78dba9b831b719c89d904b0f8777f1520eb4 (patch) | |
| tree | ed995aabd170696f374fddb3d1e5dd0b5ad351a9 /.rubocop.yml | |
| parent | 52a3a64690f8438c78fd42b676460244556993f3 (diff) | |
| download | slackbuilder-539a78dba9b831b719c89d904b0f8777f1520eb4.tar.gz | |
Fix last rubocop entity length rule
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 099cb76..02cb8ff 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,4 +37,5 @@ Layout/EndAlignment: EnforcedStyleAlignWith: variable Metrics/BlockLength: - Max: 37 + AllowedMethods: + - namespace |
