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

Ignore some files when running cppclean #1039

Merged
merged 2 commits into from
Aug 16, 2022
Merged

Ignore some files when running cppclean #1039

merged 2 commits into from
Aug 16, 2022

Commits on Aug 16, 2022

  1. Ignore NAS2D.h when running cppclean

    We know it doesn't need to include anything, since it doesn't use
    anything. The warning misses the point. The header exists solely to
    easily import everything from NAS2D, hence it's supposed to include
    everything, even though it uses nothing.
    DanRStevens committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2d8867c View commit details
    Browse the repository at this point in the history
  2. Exclude Xml (TinyXml) files when running cppclean

    We don't care about warnings in this file. It's external code, which we
    don't plan to maintain. If anything, there is a plan to remove it, and
    move to TinyXml2, added as an external dependency, rather than embedded
    in the source code.
    DanRStevens committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    eb263a4 View commit details
    Browse the repository at this point in the history