ci: Remove emacs-line job

This check was integrated in check-style-clang-format.py
This commit is contained in:
Eduardo Almeida
2025-01-30 21:33:35 +00:00
parent 15ff897e73
commit 18139260d9

View File

@@ -84,21 +84,6 @@ clang-tidy-19:
interruptible: true
timeout: 3h
# Emacs line
emacs-line:
stage: .pre
image: ubuntu:latest
script:
- if ( egrep -rn --include="*.h" --include="*.cc" --include="*.c" --include="*.py" --include="*.rst" "c-file-style:|py-indent-offset:" ) ; then
echo "Found Emacs lines on the above C/C++, Python and RST files" ;
exit 1 ;
else
echo "No Emacs lines found on C/C++, Python and RST files" ;
exit 0 ;
fi
timeout: 1h
interruptible: true
# Spell checking
spell-check:
stage: .pre