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 Apr 30, 2024
1 parent 9c2bc69 commit 910e9ff
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ Naming/HeredocDelimiterNaming:
- !ruby/regexp /(^|\s)(EO[A-Z]{1}|END)(\s|$)/i
Naming/InclusiveLanguage:
Description: Recommend the use of inclusive language instead of problematic terms.
Enabled: true
Enabled: false
VersionAdded: '1.18'
VersionChanged: '1.49'
CheckIdentifiers: true
Expand All @@ -2168,17 +2168,6 @@ Naming/InclusiveLanguage:
- replica
- secondary
- follower
master:
Suggestions:
- main
- primary
- leader
AllowedRegex:
- !ruby/regexp /master[_\s\.]key/
- !ruby/regexp /\w*:\/\/\S+/
- !ruby/regexp /(?:blob|tree)\/master/
- !ruby/regexp /origin[ \/]master/
- !ruby/regexp /(?<=[a-z])master|master(?=[a-z])/
Naming/MemoizedInstanceVariableName:
Description: Memoized method name should match memo instance variable name.
Enabled: false
Expand Down

0 comments on commit 910e9ff

Please sign in to comment.