chirp/tools
Finn Thain 6ff333968a Improve regexps to avoid some false positives
Commit fbcca4a9d1 changed a grep command in an attempt to prevent a
false positive, that is, to prevent grep from matching python code not
actually using the banned 'past' module. Problem is, (?!e) is not valid
syntax unless grep was compiled with support for Perl Compatible Regular
Expressions. However, we can use extended regexp syntax to avoid the
false positive. While we're at it, let's make similar improvements to
the other regular expressions to prevent more false positives.
2026-07-02 15:51:11 -07:00
..
check_commit.sh Improve regexps to avoid some false positives 2026-07-02 15:51:11 -07:00
checkpatch.sh Fix issue #2103 - Convert tab characters to spaces in shell scripts 2014-12-12 10:50:46 -05:00
cpep8.blacklist Remove clean files from tools/cpep8.blacklist 2024-01-21 14:25:09 -08:00
cpep8.exceptions Fix some style and unittest regressions in recent patches 2019-02-09 09:44:05 -08:00
cpep8.manifest tk8180: Update to current style rules 2025-09-04 20:34:40 -07:00
cpep8.py Handle plurals in translations 2024-01-16 16:30:07 -08:00
fast-driver.py fix: test runner shebang 2025-09-02 15:50:14 -07:00
icomsio.sh Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
Makefile Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
serialsniff.c Add a basic pre-commit config 2023-10-02 17:12:42 -07:00