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:
parent
0eaf6c66f1
commit
ca44b39f30
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue