Skip to content

Commit 383b1c2

Browse files
authored
Update abaplint.jsonc
1 parent 81a4527 commit 383b1c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

abaplint.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"global": {
3-
"files": "/src/**/*.*"
3+
"files": "/src/**/*.*",
4+
"skipGeneratedGatewayClasses": true,
5+
"skipGeneratedFunctionGroups": true,
6+
"skipGeneratedPersistentClasses": true
7+
},
48
},
59
"dependencies": [
610
{

0 commit comments

Comments
 (0)