T003 implementation too restrictive
Issue #89
new
"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;
};
The same problem occurs when writing