mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 03:56:17 +08:00
Merge branch 'main' into fix-bind_no_filter
This commit is contained in:
commit
23c62a50ec
11
abaplint-app.json
Normal file
11
abaplint-app.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"configurations": {
|
||||||
|
"default": {
|
||||||
|
"filename": "./abaplint.json"
|
||||||
|
},
|
||||||
|
|
||||||
|
"steampunk": {
|
||||||
|
"filename": "./abaplint-steampunk.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
54
abaplint-steampunk.json
Normal file
54
abaplint-steampunk.json
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
{
|
||||||
|
"global": {
|
||||||
|
"files": "/src/**/*.*",
|
||||||
|
"noIssues": ["/demos/", "/not_cloud/"]
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"url": "https://github.com/abapedia/steampunk-2202-api",
|
||||||
|
"files": "/src/**/*.*"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"syntax": {
|
||||||
|
"version": "Cloud",
|
||||||
|
"errorNamespace": "."
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"begin_end_names": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"check_ddic": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"check_include": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"check_syntax": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"global_class": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"implement_methods": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"method_implemented_twice": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"parser_error": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"parser_missing_space": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"superclass_final": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"unknown_types": {
|
||||||
|
"severity": "Warning"
|
||||||
|
},
|
||||||
|
"xml_consistency": {
|
||||||
|
"severity": "Warning"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user