Skip to content

Commit

Permalink
configure abap lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-velichkov committed Jun 24, 2024
1 parent ae6ba9a commit 9b334f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 5 additions & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"global": {
"files": "/{test/src,src}/**/*.*",
"files": "/{src/abap,test/src}/**/*.*",
"skipGeneratedFunctionGroups": true,
"skipGeneratedGatewayClasses": true,
"skipGeneratedPersistentClasses": true
Expand All @@ -10,6 +10,10 @@
"files": "/**/*.*",
"folder": "/deps"
},
{
"files": "/**/*.*",
"folder": "/../../../../root/registry/public/kronos/src/abap"
},
{
"files": "/src/**/*.*",
"folder": "/lint_deps",
Expand Down
4 changes: 1 addition & 3 deletions build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ npm install
# check package.json for more details
npm run transpile

# TODO: temp commented
# to be fixed
# npm run lint
npm run lint

# Find all .mjs files in the current directory and its subdirectories,
# and replaces all occurrences of %23 with # in those files.
Expand Down
4 changes: 1 addition & 3 deletions build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ npm install
# check package.json for more details
npm run transpile

# TODO: temp commented
# to be fixed
# npm run lint
npm run lint

# Find all .mjs files in the current directory and its subdirectories,
# and replaces all occurrences of %23 with # in those files.
Expand Down

0 comments on commit 9b334f1

Please sign in to comment.