Skip to content

Commit

Permalink
Remove \\ from the regular expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 committed Dec 17, 2024
1 parent 8b419bd commit c0ee300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abaplint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"no_public_attributes": true,
"no_yoda_conditions": true,
"object_naming": {
"clas": "^(ZC(L|X)\\_AFF\\_|Z\\_AFF\\_EXAMPLE)",
"intf": "(^ZIF\\_AFF\\_[A-Z0-9]{4}\\_V[0-9]+$)|(^ZIF\\_AFF\\[A-Z0-9_]*\\_TYPES\\_V[0-9]+$)|(^Z\\_AFF\\_EXAMPLE)",
"clas": "^(ZC(L|X)_AFF_|Z_AFF_EXAMPLE)",
"intf": "(^ZIF_AFF_[A-Z0-9]{4}_V[0-9]+$)|(^ZIF_AFF[A-Z0-9_]*_TYPES_V[0-9]+$)|(^Z_AFF_EXAMPLE)",
"prog": "^Z",
"fugr": "^Z",
"tabl": "^Z",
Expand Down

0 comments on commit c0ee300

Please sign in to comment.