diff --git a/Makefile b/Makefile index eaa8a91e0..aabe28a92 100644 --- a/Makefile +++ b/Makefile @@ -427,7 +427,7 @@ lint: shellcheck -x test/others/libcriu/*.sh shellcheck -x test/others/crit/*.sh test/others/criu-coredump/*.sh shellcheck -x test/others/config-file/*.sh - codespell + codespell -S tags # Do not append \n to pr_perror or fail ! git --no-pager grep -E '^\s*\<(pr_perror|fail)\>.*\\n"' # Do not use %m with pr_perror or fail