Home
last modified time | relevance | path

Searched +full:- +full:- +full:ignore (Results 1 – 1 of 1) sorted by relevance

/hal_intel-latest/.github/workflows/
Dcheckpatch.yml7 permissions: read-all
11 runs-on: ubuntu-22.04
13 - name: Checkout Code
16 - name: Download Checkpatch Files from Zephyr RTOS
19 …wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/checkpatch.pl -O ./checkpatch.pl
21 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/.checkpatch.conf -O ./.checkpatch.conf
22 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/spelling.txt -O ./spelling.txt
23 echo "--ignore PREFER_ALIGNED" >> ./.checkpatch.conf
24 echo "--ignore NEW_TYPEDEFS" >> ./.checkpatch.conf
25 echo "--ignore PREFER_PACKED" >> ./.checkpatch.conf
[all …]