Skip to content

Commit e0252d0

Browse files
authored
Update abaplint.json
1 parent 242ed84 commit e0252d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

abaplint.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"rules": {
1919
"7bit_ascii": {
20-
"exclude": [".*testclasses.*"],
20+
"exclude": [],
2121
"severity": "Error"
2222
},
2323
"abapdoc": {
@@ -256,7 +256,7 @@
256256
"forbidden_void_type": {
257257
"check": [
258258
"^stringtab$",
259-
"^char1$",
259+
"^char[0-9]+$",
260260
"^int4$",
261261
"^rs_c_true$",
262262
"^rs_c_false$",
@@ -297,7 +297,7 @@
297297
"severity": "Error"
298298
},
299299
"identical_contents": {
300-
"exclude": [".*"],
300+
"exclude": [],
301301
"severity": "Error"
302302
},
303303
"identical_form_names": {
@@ -485,7 +485,7 @@
485485
"msag": "^Z",
486486
"patternKind": "required",
487487
"pinf": "^Z",
488-
"prog": "^Z_HTMLDIFF",
488+
"prog": "^Z",
489489
"severity": "Error",
490490
"shlp": "^Z",
491491
"ssfo": "^Z",

0 commit comments

Comments
 (0)