ScopeLift / scopelint

An opinionated formatting and linting tool for foundry projects
79 stars 5 forks source link

feat: ignore lines and files #34

Closed mds1 closed 1 year ago

mds1 commented 1 year ago

Introduce support // scopelint: <directive> to disable the scopelint checks for certain lines of code. For now, to avoid introducing a config file, we only support comment-style directives:

Note that these are for scopelint specific checks only, disabling forge fmt checks still requires the // forgefmt: disable-* commands