rubocop: Disable Bundler/GemFilename

- We have `gems.rb` and `Gemfile` and disabling the rule in `gems.rb` directly
  still errors?
This commit is contained in:
Issy Long 2023-02-17 23:43:29 +00:00
parent a222a5bbc8
commit d84d157aaa
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -87,5 +87,4 @@ Style/BlockDelimiters:
- "sig"
Bundler/GemFilename:
Exclude:
- "utils/gems.rb"
Enabled: false