.rubocop.yml in autotask_ruby-2.3.0 vs .rubocop.yml in autotask_ruby-2.3.1
- old
+ new
@@ -1,7 +1,9 @@
require: rubocop-rspec
-Metrics/LineLength:
+# Commonly used screens these days easily fit more than 80 characters.
+Layout/LineLength:
Max: 120
Layout/IndentationWidth:
- Width: 2
+ # Number of spaces for each indentation level.
+ Width: 2
\ No newline at end of file