1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

Disable long method check.

This commit is contained in:
Cameron 2020-12-31 17:05:21 -08:00
parent 0d5b4b299e
commit 6f3040a64a

View File

@ -39,6 +39,8 @@ plugins:
enabled: false
Design/TooManyMethods:
enabled: false
Design/LongMethod:
enabled: false
config:
languages:
- javascript