We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242ed84 commit e0252d0Copy full SHA for e0252d0
abaplint.json
@@ -17,7 +17,7 @@
17
},
18
"rules": {
19
"7bit_ascii": {
20
- "exclude": [".*testclasses.*"],
+ "exclude": [],
21
"severity": "Error"
22
23
"abapdoc": {
@@ -256,7 +256,7 @@
256
"forbidden_void_type": {
257
"check": [
258
"^stringtab$",
259
- "^char1$",
+ "^char[0-9]+$",
260
"^int4$",
261
"^rs_c_true$",
262
"^rs_c_false$",
@@ -297,7 +297,7 @@
297
298
299
"identical_contents": {
300
- "exclude": [".*"],
301
302
303
"identical_form_names": {
@@ -485,7 +485,7 @@
485
"msag": "^Z",
486
"patternKind": "required",
487
"pinf": "^Z",
488
- "prog": "^Z_HTMLDIFF",
+ "prog": "^Z",
489
"severity": "Error",
490
"shlp": "^Z",
491
"ssfo": "^Z",
0 commit comments