TinyEurocat/.rubocop.yml
2022-07-11 11:28:28 +08:00

12 lines
149 B
YAML

inherit_gem:
rubocop-github:
- config/default.yml
AllCops:
Exclude:
- _site/**/*
- vendor/**/*
Layout/LineLength:
Enabled: false