We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gemspec/AttributeAssignment
1 parent 81bef69 commit 616c4faCopy full SHA for 616c4fa
rubocop.yml
@@ -23,6 +23,11 @@ Bundler/OrderedGems:
23
Gemspec/AddRuntimeDependency:
24
Enabled: false
25
26
+<% if rubocop_version >= '1.77' %>
27
+Gemspec/AttributeAssignment:
28
+ Enabled: true
29
+<% end %>
30
+
31
Gemspec/DeprecatedAttributeAssignment:
32
Enabled: true
33
test/fixtures/full_config.yml
@@ -196,7 +196,7 @@ Gemspec/AddRuntimeDependency:
196
- "**/*.gemspec"
197
Gemspec/AttributeAssignment:
198
Description: Use consistent style for Gemspec attributes assignment.
199
- Enabled: pending
200
VersionAdded: '1.77'
201
Include:
202
0 commit comments