rubocop: Alphabetize list of cops, put Bundler/GemFilename first

This commit is contained in:
Issy Long 2023-03-02 22:13:55 +00:00
parent e05cd2c542
commit 81b0e41183
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -1,6 +1,9 @@
inherit_from: inherit_from:
- ../.rubocop.yml - ../.rubocop.yml
Bundler/GemFilename:
Enabled: false
Homebrew/MoveToExtendOS: Homebrew/MoveToExtendOS:
Enabled: true Enabled: true
Exclude: Exclude:
@ -64,6 +67,3 @@ Style/Documentation:
Style/DocumentationMethod: Style/DocumentationMethod:
Include: Include:
- "formula.rb" - "formula.rb"
Bundler/GemFilename:
Enabled: false