Skip to content

Commit

Permalink
not yet
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Oct 4, 2024
1 parent 0f9f6c8 commit e5ff6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -234,4 +234,4 @@
"check": ["^unique\\d+$"]
}
}
}
}

0 comments on commit e5ff6b7

Please sign in to comment.