Skip to content

Commit 910e9ff

Browse files
Dump full RuboCop config
This automated commit dumps the contents of the full RuboCop config. [dependabot skip]
1 parent 9c2bc69 commit 910e9ff

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

test/fixtures/full_config.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,7 @@ Naming/HeredocDelimiterNaming:
21412141
- !ruby/regexp /(^|\s)(EO[A-Z]{1}|END)(\s|$)/i
21422142
Naming/InclusiveLanguage:
21432143
Description: Recommend the use of inclusive language instead of problematic terms.
2144-
Enabled: true
2144+
Enabled: false
21452145
VersionAdded: '1.18'
21462146
VersionChanged: '1.49'
21472147
CheckIdentifiers: true
@@ -2168,17 +2168,6 @@ Naming/InclusiveLanguage:
21682168
- replica
21692169
- secondary
21702170
- follower
2171-
master:
2172-
Suggestions:
2173-
- main
2174-
- primary
2175-
- leader
2176-
AllowedRegex:
2177-
- !ruby/regexp /master[_\s\.]key/
2178-
- !ruby/regexp /\w*:\/\/\S+/
2179-
- !ruby/regexp /(?:blob|tree)\/master/
2180-
- !ruby/regexp /origin[ \/]master/
2181-
- !ruby/regexp /(?<=[a-z])master|master(?=[a-z])/
21822171
Naming/MemoizedInstanceVariableName:
21832172
Description: Memoized method name should match memo instance variable name.
21842173
Enabled: false

0 commit comments

Comments
 (0)