mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +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]": {
|
"[python]": {
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
"editor.wordBasedSuggestions": false,
|
"editor.wordBasedSuggestions": "off",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnSaveMode": "modifications",
|
"editor.formatOnSaveMode": "modifications",
|
||||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||||
|
@ -22,7 +22,7 @@ then
|
|||||||
ninja | grep warning | sort > tools/warnings_count/warnings_new.txt
|
ninja | grep warning | sort > tools/warnings_count/warnings_new.txt
|
||||||
else
|
else
|
||||||
touch tools/warnings_count/warnings_new.txt
|
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
|
fi
|
||||||
|
|
||||||
curl -L https://papermar.io/reports/warnings.txt > tools/warnings_count/warnings.txt
|
curl -L https://papermar.io/reports/warnings.txt > tools/warnings_count/warnings.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user