Closed guilhermecortes closed 5 years ago
This PR fixes the warning when running rubocop.
rubocop
.rubocop.yml:81: `Style/TrivialAccessors` is concealed by line 96
The Style/TrivialAccessors have been defined in two places. Instead, we can have it defined in just one place.
Style/TrivialAccessors
Closing in favour of https://github.com/varvet/pundit/pull/598, which also contains this fix
This PR fixes the warning when running
rubocop
.The
Style/TrivialAccessors
have been defined in two places. Instead, we can have it defined in just one place.