Files
midnight-gh-pages-theme/.rubocop.yml
2021-07-15 14:24:16 -04:00

12 lines
149 B
YAML

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