Skip to content

Commit

Permalink
Merge pull request #39 from yahonda/fix_typo
Browse files Browse the repository at this point in the history
Fix typo by replacing `RoboCop` with `RuboCop`
  • Loading branch information
palkan authored Oct 17, 2024
2 parents a2584b7 + 8a0e8b7 commit f45bbe5
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 f45bbe5

Please sign in to comment.