Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 392 Bytes

File metadata and controls

3 lines (2 loc) · 392 Bytes

Protect pony-lint against oversize configuration files

pony-lint now rejects .pony-lint.json files larger than 64 KB. With hierarchical configuration, each directory in a project can have its own config file — an unexpectedly large file could cause excessive memory consumption. Config files that exceed the limit produce a lint/config-error diagnostic with the file size and path.