Skip to content

Commit

Permalink
Deactivated check for double_space
Browse files Browse the repository at this point in the history
Created findings for code formatted with ABAP Cleaner.
  • Loading branch information
NeumannJoerg authored Jul 8, 2024
1 parent dc2bc40 commit 19f8d70
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,7 @@
"exclude": [],
"severity": "Error"
},
"double_space": {
"exclude": [],
"severity": "Error",
"keywords": true,
"startParen": true,
"endParen": true,
"afterColon": true
},
"double_space": false,
"downport": {
"exclude": [],
"severity": "Error"
Expand Down

0 comments on commit 19f8d70

Please sign in to comment.