From 8a0e8b7aa5cfd620d3203ec88a78ab50acce6f69 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 16 Oct 2024 11:04:05 +0900 Subject: [PATCH] Fix typo by replacing `RoboCop` with `RuboCop` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82da97a..385bdae 100644 --- a/README.md +++ b/README.md @@ -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.