Skip to content

Commit

Permalink
Fix typo by replacing RoboCop with RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Oct 16, 2024
1 parent e0161f5 commit 8a0e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rubocop -r "rubocop-md" -a ./lib

Code in the documentation does not make sense to be checked for some style guidelines (eg `Style/FrozenStringLiteralComment`).

We described such rules in the [default config](config/default.yml), but if you use the same settings in your project’s `.rubocop.yml` file, `RoboCop` will override them.
We described such rules in the [default config](config/default.yml), but if you use the same settings in your project’s `.rubocop.yml` file, `RuboCop` will override them.

Fortunately, `RuboCop` supports directory-level configuration and we can do the next trick.

Expand Down

0 comments on commit 8a0e8b7

Please sign in to comment.