Skip to content

Commit

Permalink
abaplint config: Check AFF interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 committed Dec 17, 2024
1 parent 3a01bbb commit a437796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abaplint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"no_yoda_conditions": true,
"object_naming": {
"clas": "^(ZC(L|X)\\_AFF\\_|Z\\_AFF\\_EXAMPLE)",
"intf": "^(ZIF\\_AFF\\_|Z\\_AFF\\_EXAMPLE)",
"intf": "^(ZIF\\_AFF\\_[A-Z0-9]{4}\\_V[0-9]+$|Z\\_AFF\\_EXAMPLE)",
"prog": "^Z",
"fugr": "^Z",
"tabl": "^Z",
Expand Down

0 comments on commit a437796

Please sign in to comment.