.rubocop.yml in tablesmith-0.3.1 vs .rubocop.yml in tablesmith-0.4.0
- old
+ new
@@ -1,5 +1,11 @@
+require:
+- rubocop_lineup
+
AllCops:
TargetRubyVersion: 2.3
Layout/IndentHeredoc:
- Enabled: true
+ Enabled: true
+
+Style/Documentation:
+ Enabled: false
\ No newline at end of file