We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15ccde commit ec47332Copy full SHA for ec47332
1 file changed
src/cli/common.js
@@ -257,9 +257,6 @@ function cli(api){
257
var data = api.readFile(api.getFullPath(".csslintrc"));
258
if (data) {
259
options = processArguments(data.split(/[\s\n\r]+/m), options);
260
- api.print("ignore = " + options.ignore);
261
- api.print("errors = " + options.errors);
262
- api.print("warnings = " + options.warnings);
263
}
264
265
return options;
@@ -297,4 +294,4 @@ function cli(api){
297
294
298
295
299
296
api.quit(processFiles(options.files,options));
300
-}
+}
0 commit comments