diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5a9477f8..99cda8d6 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,14 +1,11 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2016-03-27 01:01:12 +0100 using RuboCop version 0.38.0. +# on 2020-09-07 20:25:04 UTC using RuboCop version 0.90.0. # 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: 81 Style/Documentation: - # Silence this check for now until we fix it. Enabled: false - Exclude: - - 'spec/**/*' - - 'test/**/*'