Commit aa66f6e

mokha <mo@mokhan.ca>
2019-01-26 17:43:41
remove rubocop_todo.yml
1 parent 7a4395d
.rubocop.yml
@@ -1,5 +1,3 @@
-inherit_from: .rubocop_todo.yml
-
 require:
   - rubocop/cop/internal_affairs
   - rubocop-rspec
@@ -97,3 +95,7 @@ RSpec/NestedGroups:
 
 RSpec/SubjectStub:
   Enabled: false
+
+Style/DoubleNegation:
+  Exclude:
+    - 'lib/xml/kit/certificate.rb'
.rubocop_todo.yml
@@ -1,16 +0,0 @@
-# This configuration was generated by
-# `rubocop --auto-gen-config`
-# on 2018-03-03 11:50:08 -0700 using RuboCop version 0.52.1.
-# The point is for the user to remove these configuration records
-# one by one as the offenses are removed from the code base.
-# Note that changes in the inspected code, or installation of new
-# versions of RuboCop, may require this file to be generated again.
-
-# Offense count: 2
-Metrics/AbcSize:
-  Max: 18
-
-# Offense count: 1
-Style/DoubleNegation:
-  Exclude:
-    - 'lib/xml/kit/certificate.rb'