aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index d47da7d..85e4686 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -109,3 +109,27 @@ Style/RedundantArgument: # (new in 1.4)
Style/SwapValues: # (new in 1.1)
Enabled: false
+
+Gemspec/DateAssignment: # (new in 1.10)
+ Enabled: true
+
+Lint/NumberedParameterAssignment: # (new in 1.9)
+ Enabled: true
+
+Lint/OrAssignmentToConstant: # (new in 1.9)
+ Enabled: true
+
+Lint/SymbolConversion: # (new in 1.9)
+ Enabled: true
+
+Lint/TripleQuotes: # (new in 1.9)
+ Enabled: true
+
+Style/HashConversion: # (new in 1.10)
+ Enabled: true
+
+Style/IfWithBooleanLiteralBranches: # (new in 1.9)
+ Enabled: true
+
+Style/StringChars: # (new in 1.12)
+ Enabled: true