diff --git a/.rubocop.yml b/.rubocop.yml index a536c4dc..aa592087 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,3 @@ -inherit_from: .rubocop_todo.yml - AllCops: TargetRubyVersion: 2.2 Exclude: diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml deleted file mode 100644 index 5635de43..00000000 --- a/.rubocop_todo.yml +++ /dev/null @@ -1,12 +0,0 @@ -# This configuration was generated by -# `rubocop --auto-gen-config` -# on 2016-03-08 22:29:52 +0100 using RuboCop version 0.37.2. -# 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. - - - - -