Home
last modified time | relevance | path

Searched full:uncrustify (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Duncrustify.yml1 name: Uncrustify the source code
8 Uncrustify:
10 if: ${{ github.event.issue.pull_request && github.event.comment.body == '/bot run uncrustify' }}
42 - name: Install Uncrustify
44 : # Install Uncrustify
45 echo "::group::Install Uncrustify"
46 sudo apt-get update && sudo apt-get --assume-yes install uncrustify
48 - name: Run Uncrustify
50 : # Uncrustify on C files while ignoring symlinks.
51 : # Make a collapsible section in the log to run uncrustify
[all …]
Dci.yml152 - name: Install Uncrustify
153 run: sudo apt-get install uncrustify
164 uncrustify -c tools/uncrustify.complexity.cfg -f ${SOURCE_FILE} > ${TARGET_FILE}
/FreeRTOS-Plus-TCP-v4.0.0/tools/
Duncrustify.complexity.cfg1 # Uncrustify-0.67
Duncrustify.cfg1 # Uncrustify-0.67
/FreeRTOS-Plus-TCP-v4.0.0/
DREADME.md100 …- This directory contains the tools and related files (CMock/uncrustify) required to run tests/che…