mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-08 10:14:46 +02:00
Rolled back PFD
This commit is contained in:
@ -14,6 +14,7 @@ while read -r CPP_FILE_PATH; do
|
||||
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
||||
|
||||
if [ "$CPP_FILE_PATH" = ./core/src/json.hpp ]; then continue; fi
|
||||
if [ "$CPP_FILE_PATH" = ./core/src/gui/file_dialogs.h ]; then continue; fi
|
||||
|
||||
echo Checking $CPP_FILE_PATH
|
||||
clang-format --style=file -i -n -Werror $CPP_FILE_PATH
|
||||
|
Reference in New Issue
Block a user