diff --git a/README.md b/README.md index 48b4b0f..3b6c77d 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ following rules are enabled by default: * `mkdir_p` – adds `-p` when you try to create a directory without a parent; * `mvn_no_command` – adds `clean package` to `mvn`; * `mvn_unknown_lifecycle_phase` – fixes misspelled life cycle phases with `mvn`; +* `ninja` – fixes wrong targest passed to the `ninja` build tool; * `npm_missing_script` – fixes `npm` custom script name in `npm run-script