1
0
Fork 0
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:
Duncan Stuart 2019-08-21 17:27:50 +02:00
parent f11a066250
commit 2f68c154f0
3 changed files with 4 additions and 7 deletions

View file

@ -37,9 +37,6 @@ Layout/CaseIndentation:
- end
IndentOneStep: true
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
Layout/EndAlignment:
EnforcedStyleAlignWith: variable