sketch-hq / sketch-assistants

Monorepo containing the official Sketch Assistants, along with utility functions and types for Sketch Assistant development.
MIT License
45 stars 11 forks source link

Add possibility to ignore layer #175

Closed kierzniak closed 3 years ago

kierzniak commented 3 years ago

It would be nice to have possibility to ignore layer for some rules. For the first iteration it may be as simple as adding "ignore" keyword to layer or "ignore: some-rule". In the next iteration we can have some interface for that.

I think it is important also to have some list with ignored layers in one place.

jedrichards commented 3 years ago

Hi @kierzniak! Ignoring Assistant issues is already possible in the Sketch app itself, see here https://www.sketch.com/docs/assistants/#ignoring-issues

Is that helpful? Or did you have something else in mind?

kierzniak commented 3 years ago

Yes! This is exactly what I want. Thank you!