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:
pokrakam 2020-08-17 19:37:18 +01:00 committed by GitHub
parent 5c53211219
commit 138172ffda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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