Skip to content

Code Style #104

Description

@sjanssen2

We are linting the source code in src/ and rtlib/ via cpplint:

- run: cpplint --recursive --counting 'detailed' --filter="-runtime/references,-runtime/explicit,-build/include_order" --extensions=cc,hh src/ rtlib/
However, we currently exclude three types of code style violations to make the process pass without errors. We should spent some time, fixing these remaining issues to ultimately lift the three filter exclusions --filter="-runtime/references,-runtime/explicit" and have nice and readable C++ code!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions