File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -2141,7 +2141,7 @@ Naming/HeredocDelimiterNaming:
21412141 - !ruby/regexp /(^|\s)(EO[A-Z]{1}|END)(\s|$)/i
21422142Naming/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])/
21822171Naming/MemoizedInstanceVariableName :
21832172 Description : Memoized method name should match memo instance variable name.
21842173 Enabled : false
You can’t perform that action at this time.
0 commit comments