diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index b2a81a9..a41c1a8 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2019-09-11 06:34:25 +1000 using RuboCop version 0.74.0. +# on 2020-12-11 18:53:41 UTC using RuboCop version 1.6.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 @@ -14,14 +14,26 @@ Lint/InheritException: Exclude: - 'lib/liquid/interrupts.rb' -# Offense count: 98 +# Offense count: 113 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: - Max: 294 + Max: 260 -# Offense count: 44 +# Offense count: 8 +Lint/MissingSuper: + Exclude: + - 'lib/liquid/forloop_drop.rb' + - 'lib/liquid/tablerowloop_drop.rb' + - 'test/integration/assign_test.rb' + - 'test/integration/context_test.rb' + - 'test/integration/filter_test.rb' + - 'test/integration/standard_filter_test.rb' + - 'test/integration/tags/for_tag_test.rb' + - 'test/integration/tags/table_row_test.rb' + +# Offense count: 43 Naming/ConstantName: Exclude: - 'lib/liquid.rb' @@ -32,7 +44,6 @@ Naming/ConstantName: - 'lib/liquid/tags/cycle.rb' - 'lib/liquid/tags/for.rb' - 'lib/liquid/tags/if.rb' - - 'lib/liquid/tags/include.rb' - 'lib/liquid/tags/raw.rb' - 'lib/liquid/tags/table_row.rb' - 'lib/liquid/variable.rb' @@ -40,9 +51,7 @@ Naming/ConstantName: - 'performance/shopify/paginate.rb' - 'test/integration/tags/include_tag_test.rb' -# Offense count: 5 +# Offense count: 2 Style/ClassVars: Exclude: - 'lib/liquid/condition.rb' - - 'lib/liquid/strainer.rb' - - 'lib/liquid/template.rb' \ No newline at end of file