1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-30 06:59:49 +00:00

[Static checks] Disable max-public-methods

Not very helpful, at least at the moment. We could re-enable it if we decide to refactor large scripts into smaller ones.
This commit is contained in:
Emmanouil Papadeas 2025-01-28 19:22:55 +02:00
parent f5cb425f86
commit 1a96b225e3

View file

@ -2,5 +2,6 @@ disable:
- no-elif-return
- no-else-return
- max-returns
- max-public-methods
max-file-lines: 2000