Add new `Gemspec/DuplicatedAssignment` cop by koic · Pull Request #5087 · rubocop/rubocop
Feature An attribute assignment method calls should be listed only once in a gemspec. Assigning to an attribute with the same name using spec.foo = will be an unintended usage. On the other hand, d...