Skip to content

Commit

Permalink
Deactivated check in_statement_indentation
Browse files Browse the repository at this point in the history
Reported findings for code formatted with ABAP Cleaner.
  • Loading branch information
NeumannJoerg authored Jul 8, 2024
1 parent 19f8d70 commit b2b34f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,7 @@
"severity": "Error"
},
"implement_methods": false,
"in_statement_indentation": {
"exclude": [],
"severity": "Error",
"blockStatements": 2,
"ignoreExceptions": true
},
"in_statement_indentation": false,
"indentation": {
"exclude": [],
"severity": "Error",
Expand Down

0 comments on commit b2b34f4

Please sign in to comment.