File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Run: `git add . && git commit -m "initial" && pre-commit run --all-files`
132
132
133
133
### Build Times and Expectations
134
134
- Package installation: 2-3 minutes
135
- - Test suite (working tests): 6-8 minutes
135
+ - Test suite (working tests): 6-8 minutes
136
136
- Coverage tests: 8-10 minutes
137
137
- Individual hook execution: 15-20 seconds (first use), 1-2 seconds (subsequent)
138
138
- Pre-commit setup: 15-20 seconds (when network allows)
@@ -143,4 +143,4 @@ Run: `git add . && git commit -m "initial" && pre-commit run --all-files`
143
143
- Use local system hooks in `.pre-commit-config.yaml` to avoid network timeouts
144
144
- Test hooks directly with `python -m cpp_linter_hooks.{tool}` before using via pre-commit
145
145
146
- Always validate that your changes don't break the core functionality by running the hook validation scenarios above.
146
+ Always validate that your changes don't break the core functionality by running the hook validation scenarios above.
You can’t perform that action at this time.
0 commit comments