We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c749013 + 4950205 commit 7c4d1aeCopy full SHA for 7c4d1ae
.github/scripts/codespell.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+echo "Run codespell..."
4
+codespell --quiet-level=2 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -i 0 -L "ASSER,Tne,ba,BA" || true
0 commit comments