.rubocop.yml in u3d-1.3.3 vs .rubocop.yml in u3d-1.3.4
- old
+ new
@@ -68,5 +68,9 @@
Lint/AmbiguousBlockAssociation:
Enabled: false
Lint/EmptyBlock:
Enabled: false
+
+Gemspec/DevelopmentDependencies:
+ EnforcedStyle: gemspec
+ Include: [ "Gemfile", "u3d.gemspec" ]
\ No newline at end of file