Update abaplint (#157)

* Update abaplint

* Update

* Update

* Add deps

* Update

* Update

* Trigger

* Indent + Excludes

* Update abaplint.json

* Update abaplint.json

* Uncaught exceptions off

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard
2022-05-31 17:28:15 +02:00
committed by GitHub
parent 0abcc0e8bc
commit cc86dbd70d

View File

@@ -1,7 +1,10 @@
{
"global": {
"files": "/exercises/**/*.*",
"exclude": [],
"exclude": [
".*/.docs/.*",
".*/.meta/.*"
],
"noIssues": [],
"skipGeneratedGatewayClasses": true,
"skipGeneratedPersistentClasses": true,
@@ -9,7 +12,13 @@
"useApackDependencies": false,
"skipIncludesWithoutMain": false
},
"dependencies": [],
"dependencies": [
{
"url": "https://github.com/abaplint/deps",
"folder": "/lint_deps",
"files": "/src/**/*.*"
}
],
"syntax": {
"version": "v740sp08",
"errorNamespace": "^(Z|Y|LCL_|TY_|LIF_)",
@@ -484,7 +493,7 @@
"ignorePatterns": [],
"local": "^LCL_.+$",
"exception": "^LCX_.+$",
"test": "^LTCL_.+$"
"test": "^LT.+$"
},
"local_testclass_consistency": {
"exclude": [],
@@ -528,7 +537,7 @@
"exclude": [],
"severity": "Error",
"statements": 100,
"errorWhenEmpty": true,
"errorWhenEmpty": false,
"ignoreTestClasses": false,
"checkForms": true
},
@@ -787,7 +796,7 @@
"severity": "Error"
},
"slow_parameter_passing": {
"exclude": [],
"exclude": [".*"],
"severity": "Error"
},
"space_before_colon": {
@@ -838,7 +847,7 @@
"pattern": "^TY_.+$"
},
"uncaught_exception": {
"exclude": [],
"exclude": [".*"],
"severity": "Error"
},
"unknown_types": {