We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acfe98 commit bf0a169Copy full SHA for bf0a169
rubocop.yml
@@ -383,6 +383,7 @@ Naming/InclusiveLanguage:
383
- !ruby/regexp '/origin[ \/]master/' # Legacy default git branch name
384
- 'mastercard'
385
- 'webmaster'
386
+ - 'remaster'
387
388
Naming/MemoizedInstanceVariableName:
389
Enabled: false
test/fixtures/full_config.yml
@@ -2139,6 +2139,7 @@ Naming/InclusiveLanguage:
2139
- !ruby/regexp /origin[ \/]master/
2140
- mastercard
2141
- webmaster
2142
+ - remaster
2143
2144
Description: Memoized method name should match memo instance variable name.
2145
0 commit comments