Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure Style/TrivialAccessors to use exact matching
The `Style/TrivialAccessors` rule matches method names which are different from their exposed instance variable names, effectively disallowing some necessary method implementations. Configuring the rule to use exact matching makes it more congruent with the style guide rule. An upstream issue has been opened to make this the default. rubocop/rubocop#1673 Change-Id: I90dfd2114e9c47e2045bfa131db3654e0bc3d783
- Loading branch information