From ada81c85a6e5d20c10997a01141dbc445360a8cc Mon Sep 17 00:00:00 2001 From: Sean Arnold <sarnold@gitlab.com> Date: Mon, 17 Aug 2020 20:15:05 +1200 Subject: [PATCH] Update rubocop todo --- .rubocop_todo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ae952cdc7bfdc..9685cef0e3fcb 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2020-08-17 16:03:08 +1200 using RuboCop version 0.82.0. +# on 2020-08-17 17:20:25 +1200 using RuboCop version 0.82.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 @@ -452,7 +452,7 @@ Rails/SaveBang: Rails/SkipsModelValidations: Enabled: false -# Offense count: 316 +# Offense count: 308 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: strict, flexible -- GitLab