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

SA1027 (TabsMustNotBeUsed) should ignore commented code #1478

Closed
sharwell opened this issue Sep 14, 2015 · 0 comments
Closed

SA1027 (TabsMustNotBeUsed) should ignore commented code #1478

sharwell opened this issue Sep 14, 2015 · 0 comments
Assignees
Milestone

Comments

@sharwell
Copy link
Member

SA1027 intentionally ignores hard tabs appearing within string literals. If a line containing a string literal is commented out (using four slashes instead of two), SA1027 will start analyzing this line and replace any hard tabs within the string literal with spaces.

SA1027 should ignore any comment starting with four slashes.

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

No branches or pull requests

1 participant