Skip to content

Commit e1533bd

Browse files
authored
test linter (#551)
* test linter * Update abaplint.jsonc
1 parent 0404716 commit e1533bd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Install this repository and try out over 250 samples. This is the easiest way to
1111

1212
#### Issues
1313
For bug reports or feature requests, please open an issue in the [abap2UI5 repository.](https://github.com/abap2UI5/abap2UI5/issues)
14+
15+

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)