1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Rubocop: re-enable trivial accessors rule

This has no violations and there doesn't seem to be a good reason to
disable it.

Also it had two declarations - these were both added in the initial
commit which added Rubocop - presumably due to the config being copied
from a previous project (?).
This commit is contained in:
Duncan Stuart 2019-08-12 13:23:32 +02:00
parent 0eaf6c66f1
commit ca44b39f30

View file

@ -78,9 +78,6 @@ Style/SignalException:
Layout/IndentationWidth:
Enabled: false
Style/TrivialAccessors:
ExactNameMatch: true
Layout/EndAlignment:
EnforcedStyleAlignWith: variable
@ -93,9 +90,6 @@ Lint/HandleExceptions:
Style/SpecialGlobalVars:
Enabled: false
Style/TrivialAccessors:
Enabled: false
Layout/IndentHash:
Enabled: false