Update abaplint_fix.jsonc
Some checks are pending
ABAP_CLOUD / ABAP_CLOUD (push) Waiting to run
ABAP_STANDARD / ABAP_STANDARD (push) Waiting to run
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
auto_frontend / auto_frontend (push) Waiting to run
auto_js2abap / auto_js2abap (push) Waiting to run

This commit is contained in:
oblomov-dev 2025-02-18 17:30:08 -05:00 committed by GitHub
parent 1434823adf
commit 0661df7e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
},
"rules": {
"commented_code": false,
"double_space": true,
"contains_tab": true,
"align_type_expressions" : true,
"contains_tab": false,
"line_length": false,
"line_only_punc": false,
"keyword_case": false,
"indentation": true
"indentation": false,
"commented_code": false,
}
}