From f5cc0a2b36b55b12ea7299f32e1abc2c55a4a67a Mon Sep 17 00:00:00 2001 From: Santiago Traversa Date: Mon, 7 Sep 2020 17:25:40 -0300 Subject: [PATCH] Regenerates rubocop_todo.yml rubocop --auto-gen-config --- .rubocop_todo.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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/**/*'