Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Dec 11, 2023
1 parent fd9282b commit bb57edc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"define": true,
"describeLines": true,
"exclude": ["testclasses.abap"],
"exportToDatabase": true,
"exportToMemory": true,
"severity": "Error",
"skipQuickFix": false,
"statics": true,
Expand Down Expand Up @@ -433,7 +435,7 @@
},
"identical_contents": {
"exclude": [],
"severity": "Error"
"severity": "Warning"
},
"identical_descriptions": {
"exclude": [],
Expand Down Expand Up @@ -553,6 +555,7 @@
"severity": "Error"
},
"message_exists": {
"checkPlaceholders": true,
"exclude": [],
"severity": "Error"
},
Expand Down Expand Up @@ -596,6 +599,7 @@
},
"msag_consistency": {
"exclude": [],
"numericParameters": true,
"severity": "Error"
},
"names_no_dash": {
Expand Down Expand Up @@ -794,7 +798,8 @@
},
"select_add_order_by": {
"exclude": [],
"severity": "Error"
"severity": "Error",
"skipForAllEntries": false
},
"select_performance": {
"endSelect": true,
Expand Down Expand Up @@ -887,6 +892,8 @@
},
"uncaught_exception": {
"exclude": [],
"reportDynamic": false,
"reportNoCheck": false,
"severity": "Error"
},
"unknown_types": {
Expand Down Expand Up @@ -929,6 +936,7 @@
"unused_variables": {
"exclude": [],
"severity": "Error",
"skipAbstract": false,
"skipNames": []
},
"use_bool_expression": {
Expand Down

0 comments on commit bb57edc

Please sign in to comment.