mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Lint (#2870)
* 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:
parent
817aa7e718
commit
4b84d0ae0a
|
@ -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": []
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user