Skip to content

C++ code style checks do not detect symbolic boolean operators #3545

@heplesser

Description

@heplesser

NEST coding standards prescribe use of the textual form of Boolean operators (and, or, not), but at present the checks in our CI do not seem to flag use of the symbolic forms ( &&, ||, !). This risks that symbolic operators creep back into our code base.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)S: HighShould be handled nextT: BugWrong statements in the code or documentation

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions