linter: add numc2 as forbidden void type (#3837)

This commit is contained in:
Lars Hvam 2020-09-04 09:36:31 +02:00 committed by GitHub
parent c09cc67c83
commit cbb35ade88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,8 @@
"unknown_types": true,
"forbidden_void_type": {
"check": ["^stringtab$", "^SYCHAR01$", "^char2$", "^char20$", "^int4$", "^SYREPID$",
"^flag$", "^char12$", "^char10$", "^char70$", "^char4$", "^sydatum$", "^syuzeit$"]
"^flag$", "^char12$", "^char10$", "^char70$", "^char4$", "^sydatum$", "^syuzeit$",
"^numc2$"]
},
"forbidden_identifier": true,
"try_without_catch": true,