mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Method length exception
This commit is contained in:
parent
a80591d478
commit
eb95e57867
|
@ -319,6 +319,9 @@
|
||||||
"message_exists": true,
|
"message_exists": true,
|
||||||
"method_implemented_twice": true,
|
"method_implemented_twice": true,
|
||||||
"method_length": {
|
"method_length": {
|
||||||
|
"exclude": [
|
||||||
|
"zcl_abapgit_convert.clas.locals_imp.abap"
|
||||||
|
],
|
||||||
"checkForms": true,
|
"checkForms": true,
|
||||||
"errorWhenEmpty": false,
|
"errorWhenEmpty": false,
|
||||||
"ignoreTestClasses": false,
|
"ignoreTestClasses": false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user