Skip to content

Commit 427fa87

Browse files
authored
Disable clang-format (#419)
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 3e92826 commit 427fa87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linter.yml

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

0 commit comments

Comments
 (0)