Searched +full:- +full:- +full:ignore (Results 1 – 1 of 1) sorted by relevance
7 permissions: read-all11 runs-on: ubuntu-22.0413 - name: Checkout Code16 - name: Download Checkpatch Files from Zephyr RTOS19 …wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/checkpatch.pl -O ./checkpatch.pl21 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/.checkpatch.conf -O ./.checkpatch.conf22 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/spelling.txt -O ./spelling.txt23 echo "--ignore PREFER_ALIGNED" >> ./.checkpatch.conf24 echo "--ignore NEW_TYPEDEFS" >> ./.checkpatch.conf25 echo "--ignore PREFER_PACKED" >> ./.checkpatch.conf[all …]