eclint
eclint copied to clipboard
XML files are ignored
trafficstars
XML files starting with <?xml version="1.0"?> are ignored, because excludeBinaryFile function (cli.js) label this files as binary (file.isBuffer() returns true). Other XML files without a xml declaration are linted correctly.