Skip to content

Commit

Permalink
Merge pull request #58 from Shopify/rafaelfranca-patch-1
Browse files Browse the repository at this point in the history
Point to the syntax page instead of the main page
  • Loading branch information
rafaelfranca authored Oct 28, 2022
2 parents af637c6 + 333c5d2 commit 2cc4e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smart_todo_cop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module SmartTodo
# @see https://rubocop.readthedocs.io/en/latest/extensions/#loading-extensions
class SmartTodoCop < Cop
MSG = "Don't write regular TODO comments. Write SmartTodo compatible syntax comments." \
"For more info please look at https://github.com/shopify/smart_todo"
"For more info please look at https://github.com/Shopify/smart_todo/wiki/Syntax"

# @param processed_source [RuboCop::ProcessedSource]
# @return [void]
Expand Down

0 comments on commit 2cc4e5a

Please sign in to comment.