flat icon indicating copy to clipboard operation
flat copied to clipboard

Fix 1 Complexity, 5 Style issues in multiple files

Open LiquidityC opened this issue 7 years ago • 0 comments

CodeFactor found multiple issues:

Complex Method

src\CollisionDetector.cpp:74-155

Redundant blank line at the start of a code block should be deleted.

testsrc\EntityContainerTest.cpp:169 testsrc\EntityContainerTest.cpp:194

Line ends in whitespace. Consider deleting these extra spaces.

src\Dimension.h:14 testsrc\ButtonTest.cpp:8 testsrc\EntityImpl.h:9

LiquidityC avatar Jul 06 '18 10:07 LiquidityC