.rubocop.yml in excon-hypermedia-0.5.2 vs .rubocop.yml in excon-hypermedia-0.5.3
- old
+ new
@@ -1,10 +1,13 @@
AllCops:
TargetRubyVersion: 2.3
Exclude:
- '.wercker/**/*'
+Metrics/MethodLength:
+ Max: 15
+
Metrics/LineLength:
Max: 100
Lint/EndAlignment:
- AlignWith: variable
\ No newline at end of file
+ AlignWith: variable