MCPcopy
hub / github.com/csscomb/csscomb.js / getErrors

Method getErrors

test/options/option_test.js:22–25  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

20 }
21
22 getErrors(filename) {
23 let input = this.readFile(filename);
24 return this.comb.lintString(input, {syntax: this.syntax});
25 }
26
27 shouldBeEqual(inputFile, expectedFile) {
28 let input = this.readFile(inputFile);

Callers 1

test.jsFile · 0.45

Calls 2

readFileMethod · 0.95
lintStringMethod · 0.80

Tested by

no test coverage detected