.rubocop.yml in excon-hypermedia-0.1.0 vs .rubocop.yml in excon-hypermedia-0.2.0
- old
+ new
@@ -3,5 +3,8 @@
Exclude:
- '.wercker/**/*'
Metrics/LineLength:
Max: 100
+
+Lint/EndAlignment:
+ AlignWith: variable
\ No newline at end of file