mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 06:36:11 +08:00

* update * Delete .gitignore * Create unit_test.yml * Update unit_test.yml * Create rename_test.yml * Delete .github/workflows/test_rename.yml * Delete .github/workflows/test.yml * Update rename_test.yml * Update unit_test.yml * Delete ci/abaplint_rename.jsonc * Update unit_test.yml * Delete ci/abaplint-downport.jsonc * Update build_downport.yaml * Rename abaplint-abap_cloud_readiness.jsonc to abap_cloud_check.jsonc * Rename abaplint-standard_abap_readiness.jsonc to standard_abap_check.jsonc * Update abaplint-app.json * Rename standard_abap_check.jsonc to abap_standard_check.jsonc * Update abaplint-app.json * Update unit_test.yml * Update rename_test.yml * update * Update rename_test.yml * update * Update rename_test.yml * Update rename_test.yml * Update rename_test.yml * Update unit_test.yml * Update playwright.yml * Update unit_test.yml * Update build_downport.yaml
34 lines
733 B
Plaintext
34 lines
733 B
Plaintext
{
|
|
"global": {
|
|
"files": "/src/**/*.*"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
|
|
"folder": "/deps",
|
|
"files": "/src/**/*.*"
|
|
}
|
|
],
|
|
"syntax": {
|
|
"version": "v750",
|
|
"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
|
|
}
|
|
}
|