Skip to content
Snippets Groups Projects
Commit 195c1fb5 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[lint] blacklist clang-format > 16

parent e42f4c61
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ let external_formatters = [ ...@@ -42,7 +42,7 @@ let external_formatters = [
available_cmd = "clang-format --version > /dev/null 2> /dev/null"; available_cmd = "clang-format --version > /dev/null 2> /dev/null";
check_cmd = "clang-format --dry-run -Werror" ; check_cmd = "clang-format --dry-run -Werror" ;
update_cmd = "clang-format -i" ; update_cmd = "clang-format -i" ;
version_cmd = "" version_cmd = "clang-format --version | grep -E '1[1-6]'"
} }
; ;
{ kind = "Python"; { kind = "Python";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment