T003 implementation too restrictive

Issue #89 new
rom1v created an issue

"T003 Some keywords should be followed by a single space"

https://bitbucket.org/verateam/vera/wiki/Rules#markdown-header-t003-some-keywords-should-be-followed-by-a-single-space

In practice, it also rejects those keywords followed by no space, which may happen with the delete keyword:

class X {
    X() = delete;
};

Comments (1)

  1. Log in to comment