mirror of
https://github.com/pmret/papermario.git
synced 2025-01-13 20:11:11 +01:00
Debugging PR warning silliness (#1132)
* Debugging PR warning silliness * by gorsh I think I've nabbed it
This commit is contained in:
parent
a67a8408fc
commit
746a42af64
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -61,7 +61,7 @@
|
||||
},
|
||||
"[python]": {
|
||||
"editor.formatOnType": true,
|
||||
"editor.wordBasedSuggestions": false,
|
||||
"editor.wordBasedSuggestions": "off",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSaveMode": "modifications",
|
||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||
|
@ -22,7 +22,7 @@ then
|
||||
ninja | grep warning | sort > tools/warnings_count/warnings_new.txt
|
||||
else
|
||||
touch tools/warnings_count/warnings_new.txt
|
||||
cat build_log.txt | grep warning || [[ $? == 1 ]] | sort > tools/warnings_count/warnings_new.txt
|
||||
cat build_log.txt | grep warning | sort > tools/warnings_count/warnings_new.txt
|
||||
fi
|
||||
|
||||
curl -L https://papermar.io/reports/warnings.txt > tools/warnings_count/warnings.txt
|
||||
|
Loading…
Reference in New Issue
Block a user