|
Bugzilla – Full Text Bug Listing |
| Summary: | Add -F option to check-style.py to check all .cc and .h files in a directory | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Robert Ammon <ammo6818> |
| Component: | general | Assignee: | ns-bugs <ns-bugs> |
| Status: | PATCH PENDING --- | ||
| Severity: | enhancement | CC: | tomh |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Robert Ammon
2017-02-19 20:32:48 UTC
Modified file uploaded as http://codereview.appspot.com/318430043 I am OK with this new option for use on new modules, so long as we do not encourage people to run this on existing modules (rationale: lots of whitespace changes break out of tree code). When I have needed to do this on a directory in the past, I have used the existing -f option combined with Linux find. Ignore previous comment, wrong issue referenced. Modified file uploaded as http://codereview.appspot.com/320220043 |