BaseLintRule constructor

BaseLintRule(
  1. LintCode code, {
  2. bool testOnly = false,
})

Implementation

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