Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis tripped up over UTF-8 files with BOM #250

Closed
mpaluchowski opened this issue Mar 7, 2017 · 1 comment
Closed

Analysis tripped up over UTF-8 files with BOM #250

mpaluchowski opened this issue Mar 7, 2017 · 1 comment

Comments

@mpaluchowski
Copy link
Contributor

A UTF-8-encoded file with the BOM adds a number of bogus issues to the analysis result, starting with:

<issue severity="ERROR" id="PARSE_ERROR" message="PARSE_ERROR" category="CFLint" abbrev="PE">
  <location file="foo.cfc" fileName="foo.cfc" function="" column="1" line="1" message="Unable to parse" variable="">
    <Expression><![CDATA[token recognition error at: '»']]></Expression>
  </location>
</issue>
@ryaneberly
Copy link
Contributor

ryaneberly commented Mar 7, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants