Searched full:checkpatch (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 12 # usage: maintainer-checkpatch.bash [(-n <num commits>) | (-c <commit>)] [-s] 27 timestamp_bin=${ZEPHYR_BASE}/scripts/checkpatch/timestamp 29 checkpatch_bin=${ZEPHYR_BASE}/scripts/checkpatch.pl 30 checkpatch="${checkpatch_bin} ${checkpatch_switches} --ignore ${ignore_list}" 98 ${checkpatch} $i | grep "total:" 100 ${checkpatch} $i
|
D | check_known_checkpatch_issues.sh | 10 # crawls the source tree to find out the amount of checkpatch issues 18 do_checkpatch_bin=${ZEPHYR_BASE}/scripts/checkpatch/do_checkpatch.sh 19 timestamp_bin=${ZEPHYR_BASE}/scripts/checkpatch/timestamp 67 checkpatch_results=/tmp/checkpatch.results-${suffix} 80 diff_file=/tmp/checkpatch.results.diff-${suffix}
|
D | do_checkpatch.sh | 16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -…
|
/Zephyr-latest/scripts/ci/ |
D | twister_ignore.txt | 9 .checkpatch.conf 48 scripts/checkpatch/* 49 scripts/checkpatch.pl
|
D | check_compliance.py | 201 class CheckPatch(ComplianceTest): class 203 Runs checkpatch and reports found issues 206 name = "Checkpatch" 211 checkpatch = os.path.join(ZEPHYR_BASE, 'scripts', 'checkpatch.pl') 212 if not os.path.exists(checkpatch): 213 self.skip(f'{checkpatch} not found') 219 subprocess.run((checkpatch, '--mailback', '--no-tree', '-'), 1095 already covered by e.g. checkpatch.pl and pylint.
|
/Zephyr-latest/soc/aspeed/ |
D | aspeed_util.h | 12 /* gcc.h doesn't define __section but checkpatch.pl will complain for this. so 19 /* to make checkpatch.pl happy */
|
/Zephyr-latest/scripts/ |
D | series-push-hook.sh | 30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
|
D | checkpatch.pl | 54 my $configuration_file = ".checkpatch.conf"; 62 my $conststructsfile = "$D/const_structs.checkpatch"; 118 "<inputfile>.EXPERIMENTAL-checkpatch-fixes" 120 checkpatch style 945 $camelcase_cache = ".checkpatch-camelcase.git.$git_last_include_commit"; 955 $camelcase_cache = ".checkpatch-camelcase.date.$last_mod_date"; 980 unlink glob ".checkpatch-camelcase.*"; 2767 $line =~ /^Subject:.*\b(?:checkpatch|sparse|smatch)\b[^:]/i) { 4369 # and this is form shouldn't/doesn't generate a checkpatch warning. 6888 NOTE: For some of the reported defects, checkpatch may be able to [all …]
|
/Zephyr-latest/ |
D | .checkpatch.conf | 6 --typedefsfile=scripts/checkpatch/typedefsfile
|
D | .gitignore | 89 Checkpatch.txt
|
D | MAINTAINERS.yml | 751 - .checkpatch.conf 758 - scripts/checkpatch.pl 759 - scripts/checkpatch/ 5441 - .checkpatch.conf
|
/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 79 - `Checkpatch Extension`_ 111 .. _Checkpatch Extension: https://marketplace.visualstudio.com/items?itemName=idanp.checkpatch
|
/Zephyr-latest/doc/ |
D | LICENSING.rst | 19 *scripts/{checkpatch.pl,checkstack.pl,spelling.txt}*
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 560 The Linux kernel GPL-licensed tool ``checkpatch`` is used to check 564 checkpatch does not currently run on Windows. 566 Checkpatch is available in the scripts directory. To invoke it when committing 574 exec git diff --cached | ${ZEPHYR_BASE}/scripts/checkpatch.pl - 576 Instead of running checkpatch at each commit, you may prefer to run it only 598 If you want to override checkpatch verdict and push you branch despite reported
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 213 - Run ``checkpatch`` for code style issues (can vote -1 on errors; see note) 225 ``checkpatch`` is a Perl script that uses regular expressions to
|
D | project_roles.rst | 394 * Checkpatch (Coding Style)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 241 * :github:`1580` - checkpatch output in shippable log displays without line breaks 380 * :github:`4135` - checkpatch.pl generates warning messages when run w/ perl-5.26 398 * :github:`4301` - checkpatch.pl false positives block PR merge
|
D | release-notes-1.6.rst | 241 * ``ZEP-959`` - sync checkpatch.pl with upstream Linux
|
D | release-notes-1.7.rst | 422 * ``ZEP-1713`` - xtensa: correct all checkpatch issues
|
D | release-notes-2.5.rst | 1280 * :github:`30426` - Enforce all checkpatch warnings and move to 100 characters per line 1381 * :github:`29960` - Checkpatch compliance errors do not fail CI
|
D | release-notes-2.2.rst | 1172 * :github:`14927` - checkpatch: not expected behavior for multiple git commit check.
|
/Zephyr-latest/include/zephyr/sys/ |
D | util_macro.h | 351 * silence checkpatch. 357 * The above would cause checkpatch to complain, but:
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 698 /* Using MHZ fails checkpatch constant check */ in qspi_fill_init_struct()
|
/Zephyr-latest/tests/unit/util/ |
D | main.c | 414 * but checkpatch complains, so below equivalent is defined. in ZTEST()
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 52 * without checkpatch complaints, so do something else.
|
12