IfConstraintsIndentCheck

Checks whether all if constraints have the same indention as their declaration.

Constructors

this
this(string fileName, const(Token)[] tokens, bool skipTests = false)

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta