Skip to content

Commit 28594ad

Browse files
authored
Update abaplint.jsonc
1 parent dcd35fb commit 28594ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

abaplint.jsonc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"global": {
3-
"files": "/src/**/*.*"
3+
"files": "/src/**/*.*",
4+
"noIssues": [
5+
"/src/00"
6+
]
47
},
58
"dependencies": [
69
{
7-
"url": "https://github.com/abaplint/deps",
10+
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
811
"folder": "/deps",
912
"files": "/src/**/*.*"
1013
},
@@ -35,3 +38,4 @@
3538
}
3639
}
3740

41+

0 commit comments

Comments
 (0)