Skip to content

Commit 3af1807

Browse files
authored
Remove clang-format (#420)
Do not enforce clang-format since the code style differs. Enforcing clang-format requires huge refactoring in the code base. Instead, use clang-format locally, per source file. Signed-off-by: Konstantin Ilichev <konstantin.ilichev@intel.com>
1 parent 427fa87 commit 3af1807

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/linter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
GITHUB_STATUS_UPDATES: false
4343
VALIDATE_BASH_EXEC: true
4444
VALIDATE_BASH: true
45-
VALIDATE_CLANG_FORMAT: false # Do not enforce clang-format since the code style differs. Instead, use it locally.
4645
VALIDATE_CPP: true
4746
VALIDATE_GO: true
4847
VALIDATE_GITHUB_ACTIONS: true

0 commit comments

Comments
 (0)