Skip to content

Commit

Permalink
Update abaplint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Dec 19, 2023
1 parent e002746 commit 99e11dd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"files": "/src/**/*.*",
"folder": "/deps",
"url": "https://github.com/abaplint/deps"
}
},
{
"files": "/src/**/*.*",
"folder": "/deps2",
"url": "https://github.com/Marc-Bernard-Tools/MBT-Package-Manager"
}
],
"global": {
"exclude": [],
Expand Down Expand Up @@ -698,7 +703,9 @@
"no_prefixes": {
"constants": "^[lg]c_",
"data": "^[lg].?_",
"exclude": [],
"exclude": [
".*"
],
"fieldSymbols": "^<l.?_",
"methodParameters": "^[ierc].?_",
"severity": "Error",
Expand Down

0 comments on commit 99e11dd

Please sign in to comment.