* fix#474fix#473fix#476 - Cases of false and non positive with the useless init check
* do not warn on documented variables
* fix#477 - Custom type initialized to init should not trigger a warn
* allow struct.init when know struct has `@disable` ctor
* fix last false detection in phobos
* prevent check in the "compiles" trait
* - use canFind when filter.empty was negated
- FQN the struct names
- prevent a double query in the canBeInit AA
- import the whole also package
- there was not test on non-initilized variables
* fix, self-linting missed a case that was not yet fixed
* fix more undetected warns during self linting
* use a flag instead of a stack + apply skipTests
* convert spaces to tabs