How do I get the MCUXpresso IDE (v11.1.1) to skip code analysis on specific folders?
Actually, I'm not 100% sure it's the code analysis module but I can't figure out where this is coming from if that's not it. The issue is that I have Javascript sourcemap files (.map) extension in one folder, which is already excluded from the build, and building the project yields 136,000 results like this:
no viable alternative at character '—'
Obviously this is a little inconvenient in that I'm not able to see any real warnings without scrolling for days. How do I prevent it from trying to parse map files?
Thanks,
Scott