.rubocop.yml in tcl-ruby-0.1.0 vs .rubocop.yml in tcl-ruby-0.1.1

- old
+ new

@@ -1,3 +1,11 @@ Lint/Debugger: Exclude: - bin/console + +# Missing top level class documentation comment. +Style/Documentation: + Enabled: false + +# Avoid the use of double negation (!!) +Style/DoubleNegation: + Enabled: false