Searched full:checkpatch (Results 1 – 25 of 32) sorted by relevance
12
19 Checkpatch subsection22 The Linux kernel GPL-licensed tool ``checkpatch`` is used to check26 checkpatch does not currently run on Windows.28 Checkpatch is available in the scripts directory. To invoke it when committing36 exec git diff --cached | ${ZEPHYR_BASE}/scripts/checkpatch.pl -38 Instead of running checkpatch at each commit, you may prefer to run it only60 If you want to override checkpatch verdict and push you branch despite reported63 A different way for running ``checkpatch`` is by using :ref:`check_compliance_py`
12 # usage: maintainer-checkpatch.bash [(-n <num commits>) | (-c <commit>)] [-s]27 timestamp_bin=${ZEPHYR_BASE}/scripts/checkpatch/timestamp29 checkpatch_bin=${ZEPHYR_BASE}/scripts/checkpatch.pl30 checkpatch="${checkpatch_bin} ${checkpatch_switches} --ignore ${ignore_list}"98 ${checkpatch} $i | grep "total:"100 ${checkpatch} $i
10 # crawls the source tree to find out the amount of checkpatch issues18 do_checkpatch_bin=${ZEPHYR_BASE}/scripts/checkpatch/do_checkpatch.sh19 timestamp_bin=${ZEPHYR_BASE}/scripts/checkpatch/timestamp67 checkpatch_results=/tmp/checkpatch.results-${suffix}80 diff_file=/tmp/checkpatch.results.diff-${suffix}
16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -…
9 .checkpatch.conf49 scripts/checkpatch/*50 scripts/checkpatch.pl
200 class CheckPatch(ComplianceTest): class202 Runs checkpatch and reports found issues205 name = "Checkpatch"210 checkpatch = os.path.join(ZEPHYR_BASE, 'scripts', 'checkpatch.pl')211 if not os.path.exists(checkpatch):212 self.skip(f'{checkpatch} not found')217 …self.failure("Perl not installed - required for checkpatch.pl. Please install Perl or add to PATH.…220 cmd = ['perl', checkpatch]224 cmd = [checkpatch]1218 already covered by e.g. checkpatch.pl and pylint.
12 /* gcc.h doesn't define __section but checkpatch.pl will complain for this. so19 /* to make checkpatch.pl happy */
30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
54 my $configuration_file = ".checkpatch.conf";62 my $conststructsfile = "$D/const_structs.checkpatch";118 "<inputfile>.EXPERIMENTAL-checkpatch-fixes"120 checkpatch style948 $camelcase_cache = ".checkpatch-camelcase.git.$git_last_include_commit";958 $camelcase_cache = ".checkpatch-camelcase.date.$last_mod_date";983 unlink glob ".checkpatch-camelcase.*";2770 $line =~ /^Subject:.*\b(?:checkpatch|sparse|smatch)\b[^:]/i) {4372 # and this is form shouldn't/doesn't generate a checkpatch warning.6893 NOTE: For some of the reported defects, checkpatch may be able to[all …]
6 --typedefsfile=scripts/checkpatch/typedefsfile
89 Checkpatch.txt
777 - .checkpatch.conf784 - scripts/checkpatch.pl785 - scripts/checkpatch/5594 - .checkpatch.conf
79 - `Checkpatch Extension`_111 .. _Checkpatch Extension: https://marketplace.visualstudio.com/items?itemName=idanp.checkpatch
21 * :zephyr_file:`scripts/checkpatch.pl`
203 - Run ``checkpatch`` for code style issues (can vote -1 on errors; see note)215 ``checkpatch`` is a Perl script that uses regular expressions to
405 * Checkpatch (Coding Style)
241 * :github:`1580` - checkpatch output in shippable log displays without line breaks380 * :github:`4135` - checkpatch.pl generates warning messages when run w/ perl-5.26398 * :github:`4301` - checkpatch.pl false positives block PR merge
241 * ``ZEP-959`` - sync checkpatch.pl with upstream Linux
422 * ``ZEP-1713`` - xtensa: correct all checkpatch issues
1280 * :github:`30426` - Enforce all checkpatch warnings and move to 100 characters per line1381 * :github:`29960` - Checkpatch compliance errors do not fail CI
1172 * :github:`14927` - checkpatch: not expected behavior for multiple git commit check.
359 * silence checkpatch.365 * The above would cause checkpatch to complain, but:
414 * but checkpatch complains, so below equivalent is defined. in ZTEST()
699 /* Using MHZ fails checkpatch constant check */ in qspi_fill_init_struct()
52 * without checkpatch complaints, so do something else.