diff --git a/build/target-repository/README.md b/build/target-repository/README.md index 0d3ef1d1e2..2a8fbf06b0 100644 --- a/build/target-repository/README.md +++ b/build/target-repository/README.md @@ -40,6 +40,12 @@ Then you can run again to see the suggested diffs: vendor/bin/ecs ``` +Want to check specific paths instead of the configured ones? Pass them as arguments: + +```bash +vendor/bin/ecs src tests +``` + To actually **fix your code**, add `--fix`: ```bash