Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/qvac-lint-cpp/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CheckOptions:
value: camelBack # myParam
- key: readability-identifier-naming.NamespaceCase
value: lower_case # my_namespace
- key: readability-identifier-naming.ConstantCase
- key: readability-identifier-naming.GlobalConstantCase
value: UPPER_CASE # MAX_SIZE
- key: readability-identifier-naming.EnumConstantCase
value: CamelCase # EnumValue
Expand Down
1 change: 0 additions & 1 deletion packages/qvac-lint-cpp/NOTICE

This file was deleted.

Empty file modified packages/qvac-lint-cpp/hooks/pre-commit
100644 → 100755
Empty file.
Empty file modified packages/qvac-lint-cpp/tools/clang-tidy-helper.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion packages/qvac-lint-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qvac-lint-cpp",
"version": "1.4.3",
"version": "1.4.4",
"license": "Apache-2.0",
"dependencies": [
{
Expand Down