Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Oct 4, 2024
1 parent a6a9f79 commit 0f9f6c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abap_transpile_test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"input_folder": "{test,src}",
"input_folder": ["test", "src"],
"input_filter": [],
"output_folder": "output",
"write_unit_tests": true,
Expand Down
2 changes: 1 addition & 1 deletion abaplint.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"global": {
"files": "/{src,test}/**/*.*",
"files": ["/src/**/*.*", "/test/**/*.*"],
"noIssues": ["zcl_shma_area"],
"skipGeneratedGatewayClasses": true,
"skipGeneratedPersistentClasses": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.113.17",
"@abaplint/cli": "^2.113.18",
"@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.20",
"@abaplint/transpiler-cli": "^2.10.20",
Expand Down

0 comments on commit 0f9f6c8

Please sign in to comment.