NumberStyleCheck

Checks for long and hard-to-read number literals

Constructors

this
this(string fileName, const(Scope)* sc, bool skipTests = false)

Constructs the style checker with the given file name.

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta