.rubocop.yml in lita-dig-0.6.0 vs .rubocop.yml in lita-dig-1.0.0

- old
+ new

@@ -1,16 +1,7 @@ -ClassLength: - Max: 200 - -CyclomaticComplexity: - Max: 75 - Documentation: Exclude: - lib/lita/handlers/dig.rb FileName: Exclude: - lib/lita-dig.rb - -MethodLength: - Max: 200