clang, pre-commit skip ino files

This commit is contained in:
hathach 2023-04-19 17:03:26 +07:00
parent 689440a95f
commit fbe4f207c8
3 changed files with 16335 additions and 12242 deletions

View file

@ -14,7 +14,7 @@ repos:
rev: v15.0.7
hooks:
- id: clang-format
exclude: ^(examples)
exclude: ^(examples/.*.ino)
types_or: [c++, c, header]
- repo: https://github.com/codespell-project/codespell

View file

@ -120,7 +120,6 @@ struct {
#error "Please select BIN_FILES in esp_binaries.h"
#endif
};
enum { BIN_FILES_COUNT = sizeof(bin_files) / sizeof(bin_files[0]) };