* rewrite

* Update abaplint.json

* Update abaplint.json

* move to include where its used

* Update .gitignore

* Update package.json

* update to latest
This commit is contained in:
Lars Hvam 2019-08-15 05:52:02 -07:00 committed by GitHub
parent 817aa7e718
commit 4b84d0ae0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -59,6 +59,11 @@
"enabled": true,
"exclude": []
},
"allowed_object_types": {
"enabled": true,
"exclude": [],
"allowed": ["PROG", "CLAS", "INTF", "FUGR", "DEVC", "TRAN", "W3MI"]
},
"ambiguous_statement": {
"enabled": true,
"exclude": []
@ -73,6 +78,10 @@
"communication": true,
"statics": true
},
"begin_end_names": {
"enabled": true,
"exclude": []
},
"breakpoint": {
"enabled": true,
"exclude": []

View File

@ -13,7 +13,7 @@
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abaplint": "^1.7.21",
"abaplint": "^1.7.23",
"abapmerge": "^0.11.5",
"eslint": "^5.11.1"
}