DaedalicEntertainment/unreal-coding-conventions

typecheck results

Skjolnir opened this issue · 1 comments

3.1 DO not ("not" not in capital case and not bold)

4.6 DO marks (should be "mark" instead of "marks")

4.7 DO use a non-virtual destructor in final classes have unless they are already derived (minus "have")

9.4 DO NOT not put multiple statements on one line (2nd "not" not needed)

10.2 right example contradicts 11.1 (opening brace not on its own line)

Thanks @Skjolnir :) Fixed in commit 53b1221 and 60c6a5b.