arc lint is able to check style of cpp code using clang-format.
Python has its own popular linter: pep8. Ideally, we'd like pep8 to run on python file edited the same way clang-format runs on cpp files.
arc lint is able to check style of cpp code using clang-format.
Python has its own popular linter: pep8. Ideally, we'd like pep8 to run on python file edited the same way clang-format runs on cpp files.