Skip to content

Update rubocop AccessorMethodName to use Naming department

Eric Eastwood requested to merge fix-rubocop-accessormethodname-department into master

Update rubocop Style/AccessorMethodName -> Naming/AccessorMethodName

This was updated in rubocop 0.50.0 (2017-09-14) via https://github.com/Drenmi/rubocop/commit/b4ce237164efdb26531f53dcc5229f1ebb54b00c

This fixes the error thrown by linter-rubocop in Atom

Error running RuboCop Error:
.rubocop.yml: Style/AsciiIdentifiers has the wrong namespace - should be Naming

Merge request reports