.rubocop.yml in berkeley_library-logging-0.2.0 vs .rubocop.yml in berkeley_library-logging-0.2.1

- old
+ new

@@ -2,9 +2,10 @@ # Exclude generated files Exclude: - 'bin/**/*' - 'node_modules/**/*' - 'artifacts/**/*' + - 'vendor/**/*' # Allow one line around block body (Layout/EmptyLines will still disallow two or more) Layout/EmptyLinesAroundBlockBody: Enabled: false