Skip to content

Commit

Permalink
Update abaplint.json, add dependency (#18)
Browse files Browse the repository at this point in the history
* Update abaplint.json

* Update abaplint.json

* Update abaplint.json
  • Loading branch information
larshp committed Oct 7, 2020
1 parent 4f24ce0 commit 598e17d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions abaplint.json
Expand Up @@ -8,13 +8,19 @@
"dependencies": [
{
"url": "https://github.com/abaplint/deps",
"folder": "/deps",
"folder": "/deps1",
"files": "/src/**/*.*"
}
},
{
"url": "https://github.com/abapGit/abapGit",
"folder": "/deps2",
"files": "/src/**/*.*"
}
],
"syntax": {
"version": "v740sp08",
"errorNamespace": "^(Z|Y)"
"errorNamespace": "^(Z|Y)",
"globalConstants": ["icon_green_light", "icon_red_light"]
},
"rules": {
"check_no_handler_pragma": true,
Expand All @@ -28,7 +34,7 @@
"sicf_consistency": true,
"sql_escape_host_variables": true,
"try_without_catch": true,
"unused_variables": true,
"unused_variables": false,
"xml_consistency": true,
"allowed_object_naming": true,
"check_comments": false,
Expand Down

0 comments on commit 598e17d

Please sign in to comment.