diff --git a/Gemfile.lock b/Gemfile.lock index 14d4357..e1b586b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - smart_todo (1.9.0) + smart_todo (1.9.1) prism (~> 1.0) GEM diff --git a/lib/smart_todo/version.rb b/lib/smart_todo/version.rb index 55bf321..1f4f277 100644 --- a/lib/smart_todo/version.rb +++ b/lib/smart_todo/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SmartTodo - VERSION = "1.9.0" + VERSION = "1.9.1" end diff --git a/lib/smart_todo_cop.rb b/lib/smart_todo_cop.rb index 9a0b68d..2569d40 100644 --- a/lib/smart_todo_cop.rb +++ b/lib/smart_todo_cop.rb @@ -9,7 +9,7 @@ module SmartTodo # This Cop does not run by default. It should be added to the RuboCop host's configuration file. # # @see https://rubocop.readthedocs.io/en/latest/extensions/#loading-extensions - class SmartTodoCop < Cop + class SmartTodoCop < Base HELP = "For more info please look at https://github.com/Shopify/smart_todo/wiki/Syntax" MSG = "Don't write regular TODO comments. Write SmartTodo compatible syntax comments. #{HELP}"