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.