You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the output format to checkstyle-xml and provide a .csslintrc file, it prints out the options at the top of the xml file before the root element. This messes up the tool I use the xml output with later. Should be a simple fix, in readConfigFile() in cli.js.
When I set the output format to checkstyle-xml and provide a .csslintrc file, it prints out the options at the top of the xml file before the root element. This messes up the tool I use the xml output with later. Should be a simple fix, in
readConfigFile()
in cli.js.Example output:
The text was updated successfully, but these errors were encountered: