.rubocop.yml in lita-deploygate-0.1.0 vs .rubocop.yml in lita-deploygate-0.1.1

- old
+ new

@@ -1,17 +1,7 @@ -ClassLength: - Max: 400 - -CyclomaticComplexity: - Max: 10 - Documentation: - Enabled: false + Exclude: + - lib/lita/handlers/deploygate.rb FileName: - Enabled: false - -LineLength: - Max: 105 - -MethodLength: - Max: 30 + Exclude: + - lib/lita-deploygate.rb