Non-ASCII characters in files #5893
Replies: 2 comments 2 replies
-
I am not in favor of a way to ignore/bypass all ECC checks. Let's resolve the ASCII topic and fix ECC to follow the approved changes to the ASCII checks. |
Beta Was this translation helpful? Give feedback.
-
Digging a bit further, if we restricted ourselves to restricting (!) identifier names and possibly path names, the best I can come up with is we could hook someting into the various individual functions called from NamingConventionCheck () in Check.py. This would mean dropping GeneralCheckNonAcsii () and would completely ignore the contents of comments and string literals (so getting rid of the ComponentName problem). |
Beta Was this translation helpful? Give feedback.
-
Expanding the conversation from #5840
Background:
@mdkinney in #5840
@leiflindholm here
Now, fundamentally, what I really want is an override label that lets me ignore ECC when it's being unhelpful. But the ASCII-question still needs resolving.
Beta Was this translation helpful? Give feedback.
All reactions