BaseLintRule(LintCode code, {bool testOnly = false, bool bothFiles = false}) : _testOnly = testOnly, _bothFiles = bothFiles, super(code: code);