We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a631f6f commit 4e12476Copy full SHA for 4e12476
abaplint.json
@@ -104,7 +104,9 @@
104
"names_no_dash": true,
105
"newline_between_methods": true,
106
"no_public_attributes": false,
107
- "no_yoda_conditions": false,
+ "no_yoda_conditions": {
108
+ "onlyConstants": true
109
+ },
110
"object_naming": false,
111
"obsolete_statement": true,
112
"omit_parameter_name": true,
@@ -143,7 +145,7 @@
143
145
"try_without_catch": true,
144
146
"type_form_parameters": true,
147
"types_naming": false,
- "uncaught_exception": false,
148
+ "uncaught_exception": true,
149
"unknown_types": true,
150
"unreachable_code": true,
151
"unsecure_fae": false,
0 commit comments