Usage
tach-ignore
To ignore a particular import which should be allowed unconditionally, use the tach-ignore
comment directive.
The directive can also be specific about the import to ignore, which is particularly useful when importing multiple packages.
Note: Names given to tach-ignore
should match the alias as it is used in the subsequent import line, not the full module path from the project root.
Reasons
Tach also allows you to add a message next to the ignore directive, to document the reasoning for the ignore.