ImportSortednessCheck

Checks the sortedness of module imports

class ImportSortednessCheck : BaseAnalyzer {
enum string KEY;
enum string MESSAGE;
}

Constructors

this
this(string fileName, bool skipTests = false)

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta