summaryrefslogtreecommitdiffstats
path: root/.rubocop/metrics.yml
blob: 89532af42abb156b642af42a1719a975063680eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
Metrics/AbcSize:
  Exclude:
    - lib/mastodon/cli/*.rb

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Exclude:
    - lib/mastodon/cli/*.rb

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/ParameterLists:
  CountKeywordArgs: false