f9d247791d
treewide: replace occurrences of tests/driver_ with new path
2023-05-06 15:38:21 +02:00
Karl Fessel
037f789718
utils/uncrustify: display warning instead of error
2022-11-10 22:20:50 +01:00
b9ba47f6aa
tools/uncrusctify: whitelist sx127x driver related files
2021-05-18 11:00:44 +02:00
Martine Lenders
fd36c626a3
Merge pull request #15950 from MrKevinWeiss/pr/turo/initial
...
sys/test_utils/result_output: Initial implementations and API of turo
2021-03-15 11:35:01 +01:00
MrKevinWeiss
2e5ff00386
dist/tools/uncrustify: Add turo module
2021-03-15 10:36:46 +01:00
Martine Lenders
e768a85f62
Merge pull request #15798 from miri64/dist/enh/annotations-moved-by-offset
...
static_tests: move diff annotations by offset.
2021-03-11 14:12:02 +01:00
Martine Lenders
254af225c9
uncrustify: move annotation by offset
2021-03-11 13:32:33 +01:00
Martine Lenders
28592c203c
uncrustify: whitelist congure
2021-02-26 10:08:12 +01:00
Francisco
8dec3f2833
Merge pull request #15795 from miri64/dist/fix/diff-output
...
static_tests: fix diff output
2021-02-24 08:17:37 +01:00
Martine Lenders
a0234cafe5
uncrustify: fix diff annotations
2021-02-23 18:25:50 +01:00
Francisco Molina
6a79d94f1a
sys/riotboot: uncrustify
2021-02-09 13:38:31 +01:00
50cf93c719
Merge pull request #15718 from bergzand/pr/rv32i/fe310_rv32i_refactor
...
riscv_common: Refactor common fe310 code to riscv_common
2021-02-08 10:27:41 +01:00
19bb182a92
uncrustify: also include riscv_common in the whitelist
2021-02-05 09:32:19 +01:00
Martine Lenders
8730733b97
uncrustify: fix ztimer whitelist pattern
2021-02-02 22:21:15 +01:00
Martine Lenders
8a31d2ec9f
uncrustify: add cpu/fe310/include/atomic_utils_arch.h to blacklist
2021-02-02 22:21:15 +01:00
3c7efc497e
uncrustify: Add fe310 cpu files to the whitelist
2021-01-15 13:56:47 +01:00
Martine Lenders
629d3cd39d
uncrustify: use unified diff to generate GH annotation
...
`git diff` creates diffs where the file name starts with `a/` or `b/`
respectively. These are obviously not in path, so the Github annotations
point to nowhere when the path is used without accounting for this.
This fixes the GH annotation parsing to account for that.
2021-01-14 12:19:53 +01:00
Martine Lenders
c251551a8c
dist/tools/uncrustify: annotate errors in Github Action
2021-01-12 14:25:09 +01:00
c5b2ded055
dist/tools: Use /usr/bin/env bash
for bash scripts
2020-10-30 13:13:40 +01:00
eb9bf4b601
dist/tools/uncrustify: add ztimer files to whitelist
2020-05-07 14:59:13 +02:00
87b0c1d909
dist/tools/uncrustify: temporarily disable error on check failure
2020-05-07 13:57:09 +02:00
fda6ef6ac6
dist/tools/uncrustify/uncrustify.sh: fix uncrustify check logic
...
Previously, uncrustify.sh would fail (report uncrustifying necessary) if
there was any output of uncrustify. Turns out uncrustify sometimes
outputs something.
This commit changes the logic to use uncrustify's output value as
indicator.
Also, adds printing which file causes the check to fail.
2020-04-29 09:51:36 +02:00
Jose Alamos
bb7c7a7496
uncrustify: add core to whitelist
2020-04-28 12:35:26 +02:00
Jose Alamos
9f1b2f2550
uncrustify: add CI check
...
Co-authored-by: Kaspar Schleiser <kaspar@schleiser.de>
2020-04-28 12:35:25 +02:00