1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-30 23:19:49 +00:00
Pixelorama/.gdlintrc
Emmanouil Papadeas 1a96b225e3 [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.
2025-01-28 19:22:55 +02:00

8 lines
110 B
Plaintext

disable:
- no-elif-return
- no-else-return
- max-returns
- max-public-methods
max-file-lines: 2000