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

Style/Documentation:
  Enabled: false

require:
 - rubocop-rspec