Debugging PR warning silliness (#1132)

* Debugging PR warning silliness

* by gorsh I think I've nabbed it
This commit is contained in:
Ethan Roseman 2023-12-04 18:22:06 +09:00 committed by GitHub
parent a67a8408fc
commit 746a42af64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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