Skip to content

Commit

Permalink
Merge pull request rubocop#10019 from sunny/patch-1
Browse files Browse the repository at this point in the history
Fix english in pending banner text
  • Loading branch information
koic committed Aug 16, 2021
2 parents 087bc6c + 7b30a7f commit b51c6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/config_loader.rb
Expand Up @@ -143,7 +143,7 @@ def project_root
PENDING_BANNER = <<~BANNER
The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.
Please also note that can also opt-in to new cops by default by adding this to your config:
Please also note that you can opt-in to new cops by default by adding this to your config:
AllCops:
NewCops: enable
BANNER
Expand Down

0 comments on commit b51c6f7

Please sign in to comment.