Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Johnfreeman/linting spack support #9

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on May 27, 2022

  1. JCF: add logic s.t. when clang-tidy recursively goes into an \#includ…

    …ed header file, the warnings and errors for that header file only get printed out once, rather than for each place in the codebase that the include takes place
    John Freeman committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d18759b View commit details
    Browse the repository at this point in the history
  2. JCF: various refinements to clang-tidy output based on my experience …

    …linting dfmodules; details in comments
    John Freeman committed May 27, 2022
    Configuration menu
    Copy the full SHA
    74194f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. JCF: get rid of clang-tidy's cppcoreguidelines-pro-bounds-pointer-ari…

    …thmetic because we don't have std::span in our toolkit (yet)
    John Freeman committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2c8814f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'johnfreeman/linting_spack_support' of https://github.co…

    …m/DUNE-DAQ/styleguide into johnfreeman/linting_spack_support
    John Freeman committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4fbdcac View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. JCF: ignore conversions from "unsigned int" to int, etc. Continue to …

    …lint conversions from "unsigned long", uint32_t, as these are typically chosen to not be mere int substitutes
    John Freeman committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3158637 View commit details
    Browse the repository at this point in the history