.rubocop.yml in fluent-plugin-formatter-protobuf-0.3.0 vs .rubocop.yml in fluent-plugin-formatter-protobuf-0.4.0
- old
+ new
@@ -11,6 +11,10 @@
Exclude:
- '**/*_pb.rb'
Metrics/MethodLength:
Max: 100
Exclude:
- - '**/*_pb.rb'
+ - '**/*_pb.rb'
+Metrics/ClassLength:
+ Max: 140
+Layout/LineLength:
+ Max: 150
\ No newline at end of file