1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-02 21:23:18 +00:00
mastodon/.rubocop/metrics.yml

24 lines
339 B
YAML
Raw Normal View History

---
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