config/enabled.yml in rubocop-0.37.1 vs config/enabled.yml in rubocop-0.37.2

- old
+ new

@@ -8,10 +8,10 @@ Style/AccessorMethodName: Description: Check the naming of accessor methods for get_/set_. Enabled: true Style/Alias: - Description: 'Use alias_method instead of alias.' + Description: 'Use alias instead of alias_method.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#alias-method' Enabled: true Style/AlignArray: Description: >-