Skip to content

Commit 4e12476

Browse files
authored
Update abaplint.json (#405)
* Update abaplint.json * Update abaplint.json * Update abaplint.json
1 parent a631f6f commit 4e12476

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

abaplint.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@
104104
"names_no_dash": true,
105105
"newline_between_methods": true,
106106
"no_public_attributes": false,
107-
"no_yoda_conditions": false,
107+
"no_yoda_conditions": {
108+
"onlyConstants": true
109+
},
108110
"object_naming": false,
109111
"obsolete_statement": true,
110112
"omit_parameter_name": true,
@@ -143,7 +145,7 @@
143145
"try_without_catch": true,
144146
"type_form_parameters": true,
145147
"types_naming": false,
146-
"uncaught_exception": false,
148+
"uncaught_exception": true,
147149
"unknown_types": true,
148150
"unreachable_code": true,
149151
"unsecure_fae": false,

0 commit comments

Comments
 (0)