Skip to content

Commit 0936f37

Browse files
authored
Update
1 parent 2f5763b commit 0936f37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

abaplint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"severity": "Error"
296296
},
297297
"global_class": {
298-
"exclude": [],
298+
"exclude": [".*"],
299299
"severity": "Error"
300300
},
301301
"identical_conditions": {
@@ -400,7 +400,7 @@
400400
"severity": "Error"
401401
},
402402
"main_file_contents": {
403-
"exclude": [],
403+
"exclude": [".*"],
404404
"severity": "Error"
405405
},
406406
"many_parentheses": {
@@ -685,7 +685,7 @@
685685
"severity": "Error"
686686
},
687687
"unknown_types": {
688-
"exclude": [],
688+
"exclude": [".*"],
689689
"severity": "Error"
690690
},
691691
"unreachable_code": {

0 commit comments

Comments
 (0)