Skip to content

Commit

Permalink
Merge pull request #7859 from axyjo/axyjo-rubocop-todo-docs-typo
Browse files Browse the repository at this point in the history
Fix small `rubocop:todo` typo.
  • Loading branch information
koic committed Apr 8, 2020
2 parents 61090b1 + 8fd7ecb commit 6f65213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manual/configuration.md
Expand Up @@ -569,8 +569,9 @@ You can also disable *all* cops with
# rubocop:enable all
```

In cases where you want to differentiate intentional disabled vs disables that
you'd like to revisit later, you can use disable:todo as an alias of rubocop:disable.
In cases where you want to differentiate intentionally-disabled cops vs. cops
you'd like to revisit later, you can use `rubocop:todo` as an alias of
`rubocop:disable`.

```ruby
# rubocop:todo Layout/LineLength, Style/StringLiterals
Expand Down

0 comments on commit 6f65213

Please sign in to comment.