mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
linter: add numc2 as forbidden void type (#3837)
This commit is contained in:
parent
c09cc67c83
commit
cbb35ade88
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user