|
|
@@ -35,6 +35,7 @@ Spectre = "Spectre"
|
|
|
[type.cmake.extend-identifiers]
|
|
|
COMMANDs = "COMMANDs"
|
|
|
xCOMMANDx = "xCOMMANDx"
|
|
|
+TYPEs = "TYPEs"
|
|
|
|
|
|
[type.cmake.extend-words]
|
|
|
# Some compiler's options trigger false-positives
|
|
|
@@ -53,6 +54,9 @@ fo = "fo"
|
|
|
Ot = "Ot"
|
|
|
SEH = "SEH"
|
|
|
|
|
|
+[type.py.extend-identifiers]
|
|
|
+typ = "typ"
|
|
|
+
|
|
|
[files]
|
|
|
ignore-hidden = false
|
|
|
ignore-dot = false
|