summaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: 81c5e10ee9365584f13e31cc99a65820159bd4fc (about) (plain)
1
2
3
4
5
6
7
8
9
AllCops:
  TargetRubyVersion: 3.1.0
  NewCops: enable

Style/Documentation:
  Enabled: false

require:
 - rubocop-rspec