From 18139260d9f3d47a317eb0934b59ad2965daafe5 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 30 Jan 2025 21:33:35 +0000 Subject: [PATCH] ci: Remove emacs-line job This check was integrated in check-style-clang-format.py --- utils/tests/gitlab-ci-code-linting.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/utils/tests/gitlab-ci-code-linting.yml b/utils/tests/gitlab-ci-code-linting.yml index ce6214015..637227960 100644 --- a/utils/tests/gitlab-ci-code-linting.yml +++ b/utils/tests/gitlab-ci-code-linting.yml @@ -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