mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Remove rubocop rule around access modifiers
The fewer exceptions to the default the better, and we're going to want to use an access modifier in a generator, which will end up in other people's codebases, so we should be as conventional as possible.
This commit is contained in:
parent
f11a066250
commit
2f68c154f0
3 changed files with 4 additions and 7 deletions
|
@ -37,9 +37,6 @@ Layout/CaseIndentation:
|
||||||
- end
|
- end
|
||||||
IndentOneStep: true
|
IndentOneStep: true
|
||||||
|
|
||||||
Layout/AccessModifierIndentation:
|
|
||||||
EnforcedStyle: outdent
|
|
||||||
|
|
||||||
Layout/EndAlignment:
|
Layout/EndAlignment:
|
||||||
EnforcedStyleAlignWith: variable
|
EnforcedStyleAlignWith: variable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue