Skip to content

Commit

Permalink
Dump full RuboCop config
Browse files Browse the repository at this point in the history
This automated commit dumps the contents of the full RuboCop config.
[dependabot skip]
  • Loading branch information
github-actions[bot] committed May 1, 2023
1 parent 6594347 commit f888d57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2113,8 +2113,9 @@ Naming/InclusiveLanguage:
- leader
AllowedRegex:
- !ruby/regexp /master[_\s\.]key/
- blob/master/
- origin/master
- !ruby/regexp /http(?:s)?:\/\/\S+/
- !ruby/regexp /(?:blob|tree)\/master/
- !ruby/regexp /origin[ \/]master/
- mastercard
- webmaster
Naming/MemoizedInstanceVariableName:
Expand Down

0 comments on commit f888d57

Please sign in to comment.