We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm writing a lot of comments like:
// subclasses* which xander couldn't get working: // check_line_length skip // https://stackoverflow.com/questions/8775145/c-template-specialization-for-all-subclasses
Where I include a long URL in a comment, but on the line before I have to add "check_line_length skip" to suppress line length warnings for that URL.
It would be very nice if we automatically allowed too-long lines that only contained single non-splittable URLs in comments.
(I'm not saying we should urgently prioritize working on this, but just filing this issue as I'm feeling the friction)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm writing a lot of comments like:
Where I include a long URL in a comment, but on the line before I have to add "check_line_length skip" to suppress line length warnings for that URL.
It would be very nice if we automatically allowed too-long lines that only contained single non-splittable URLs in comments.
(I'm not saying we should urgently prioritize working on this, but just filing this issue as I'm feeling the friction)
The text was updated successfully, but these errors were encountered: