summaryrefslogtreecommitdiff
path: root/misc/scripts/check_ci_log.py
AgeCommit message (Collapse)Author
2021-07-31Fix 'Attempted to remove invalid ID' errorsRafał Mikrut
2021-05-20Fix typos with codespellRémi Verschelde
Using codespell 2.0.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
2021-04-15Test Godot with Vulkan in CIRafał Mikrut