## Summary `NoTestIgnoreRuleTest` should also flag [@ArchIgnore](https://javadoc.io/static/com.tngtech.archunit/archunit-junit5-api/0.12.0/com/tngtech/archunit/junit/ArchIgnore.html) annotations without a provided [reason](https://javadoc.io/static/com.tngtech.archunit/archunit-junit5-api/0.12.0/com/tngtech/archunit/junit/ArchIgnore.html#reason()) ## Type of Issue <!-- This issue is a --> <!-- put an `x` the boxe that apply. --> It is a : - [ ] bug - [x] request - [ ] question regarding the documentation ## Motivation Currently `NoTestIgnoreRuleTest` only checks for JUnit 4's `@Ignore` and JUnit 5's `@Disable`, but does not check for ArchUnit's [@ArchIgnore](https://javadoc.io/static/com.tngtech.archunit/archunit-junit5-api/0.12.0/com/tngtech/archunit/junit/ArchIgnore.html) annotation.