You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request is open for quite some time and since our evaluation also pointed in the same direction that there is not such possibility, I would like to draw some attention to it. Any chance that this may be possible in the near future?
I think this is a bug in kwstyle. The original code produces errors
like "error: function (() doesn't match regular expression: [A-Za-z=_+]".
There's apparently no way to suppress kwstyle for single lines:
Kitware/KWStyle#80
I didn't see any reference to this feature in the documentation, so forgive me if it already exists.
Most linters allow disableing of rules per line with something like:
// kwstyle-disable-NameOfClass
// kwstyle-enable-NameOfClass
This would avoid the need to ignore a file completely if there is one exception to the rules within the file.
If this feature already exists we should put it in the documentation.
The text was updated successfully, but these errors were encountered: