Closed mrinalwadhwa closed 4 years ago
@mrinalwadhwa another option could be to integrate eclint on cmake level to either automatically fix sources or fail build. This way you avoid situations when you forget to run code style checks, then realise CI fails, you fix it and wait for another CI check... time consuming. Another eclint alternative may be clang-format.
Multiple files in
implementations/c
don't comply with editorconfigIn #97 we'll automate this test to make it pass we likely need to ignore some folders in editorconfig
Any folders starting with
.
are already ignored like.build