mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 11:00:25 +08:00
Create abaplint-app.json (#850)
* Create abaplint-app.json * Delete src/abaplint-app.json * Update abaplint-app.json * Create abaplint-steampunk.jsonc * Update abaplint-steampunk.jsonc * Update abaplint-steampunk.jsonc
This commit is contained in:
parent
5343f1b4d4
commit
978c0ff4d3
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"default": {
|
"default": {
|
||||||
"filename": "./abaplint.json"
|
"filename": "./abaplint.jsonc"
|
||||||
},
|
},
|
||||||
"steampunk": {
|
"steampunk": {
|
||||||
"filename": "./abaplint-steampunk.json",
|
"filename": "./abaplint-steampunk.jsonc",
|
||||||
"annotations": false
|
"annotations": false
|
||||||
}
|
}
|
||||||
}
|
}
|
33
abaplint-steampunk.jsonc
Normal file
33
abaplint-steampunk.jsonc
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"global": {
|
||||||
|
"files": "/src/**/*.*"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"url": "https://github.com/abapedia/steampunk-2302-api",
|
||||||
|
"folder": "/deps",
|
||||||
|
"files": "/src/**/*.*"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"syntax": {
|
||||||
|
"version": "Cloud",
|
||||||
|
"errorNamespace": "."
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"begin_end_names": true,
|
||||||
|
"cds_parser_error": true,
|
||||||
|
"check_ddic": true,
|
||||||
|
"strict_sql": true,
|
||||||
|
"sql_escape_host_variables": true,
|
||||||
|
"check_include": true,
|
||||||
|
"check_syntax": true,
|
||||||
|
"cloud_types": true,
|
||||||
|
"global_class": true,
|
||||||
|
"implement_methods": true,
|
||||||
|
"method_implemented_twice": true,
|
||||||
|
"parser_error": true,
|
||||||
|
"superclass_final": true,
|
||||||
|
"unknown_types": true,
|
||||||
|
"xml_consistency": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user