mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Exclude test class with XML from line length check (#3755)
* Exclude test class with XML from line length check We could also exclude all zcl_abapgit_object*testclasses or even test classes in general. * Correct syntax * Update abaplint.json * Update abaplint.json Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
5c53211219
commit
138172ffda
|
@ -208,7 +208,8 @@
|
|||
"ignoreFunctionModuleName": false
|
||||
},
|
||||
"line_length": {
|
||||
"length": 120
|
||||
"length": 120,
|
||||
"exclude": ["zcl_abapgit_object_pdts.clas.testclasses.abap"]
|
||||
},
|
||||
"line_only_punc": {
|
||||
"ignoreExceptions": true
|
||||
|
|
Loading…
Reference in New Issue
Block a user