Skip to content

Commit

Permalink
linting, enable more rules (larshp#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored and MiLiCLN committed Aug 18, 2021
1 parent 1be747e commit 3f5430d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions abaplint.json
Expand Up @@ -30,6 +30,7 @@
"globalMacros": ["_code", "_test", "zzaoc_top", "zzaoc_fill_att", "zzaoc_fill_att_rb", "zzaoc_popup"]
},
"rules": {
"use_class_based_exceptions": true,
"call_transaction_authority_check": true,
"function_module_recommendations": false,
"intf_referencing_clas": true,
Expand All @@ -38,7 +39,7 @@
"omit_parameter_name": true,
"omit_receiving": true,
"parser_702_chaining": true,
"sy_modification": false,
"sy_modification": true,
"uncaught_exception": true,
"unused_methods": true,
"identical_contents": true,
Expand All @@ -52,15 +53,15 @@
"downport": false,
"forbidden_pseudo_and_pragma": false,
"forbidden_void_type": false,
"identical_conditions": false,
"identical_conditions": true,
"line_break_multiple_parameters": false,
"line_break_style": false,
"names_no_dash": true,
"parser_missing_space": true,
"prefer_inline": false,
"prefer_is_not": false,
"reduce_string_templates": true,
"unused_types": false,
"unused_types": true,
"use_bool_expression": false,
"use_line_exists": false,
"forbidden_identifier": false,
Expand Down Expand Up @@ -131,7 +132,7 @@
"contains_tab": true,
"definitions_top": true,
"description_empty": true,
"double_space": false,
"double_space": true,
"empty_line_in_statement": {
"allowChained": false
},
Expand Down

0 comments on commit 3f5430d

Please sign in to comment.