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 0404716 commit e1533bdCopy full SHA for e1533bd
README.md
@@ -11,3 +11,5 @@ Install this repository and try out over 250 samples. This is the easiest way to
11
12
#### Issues
13
For bug reports or feature requests, please open an issue in the [abap2UI5 repository.](https://github.com/abap2UI5/abap2UI5/issues)
14
+
15
abaplint.jsonc
@@ -1,10 +1,13 @@
1
{
2
"global": {
3
- "files": "/src/**/*.*"
+ "files": "/src/**/*.*",
4
+ "noIssues": [
5
+ "/src/00"
6
+ ]
7
},
8
"dependencies": [
9
- "url": "https://github.com/abaplint/deps",
10
+ "url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
"folder": "/deps",
"files": "/src/**/*.*"
@@ -35,3 +38,4 @@
35
38
}
36
39
37
40
41
0 commit comments