aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/.rubocop.yml
blob: 730d0009ef734cb06a60f65fed2585fd12b7ebf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
plugins:
  - rubocop-performance
  - rubocop-rake

AllCops:
  TargetRubyVersion: 3.4
  Enabled: true
  NewCops: enable

Metrics:
  Enabled: false

Naming/MethodParameterName:
  MinNameLength: 1

Style/FrozenStringLiteralComment:
  EnforcedStyle: never

Style/Documentation:
  Enabled: false