-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.lint-ignore
30 lines (27 loc) · 1.04 KB
/
.lint-ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file contains a list of files/directories to be ignored by the lint
# GitHub action. These are mostly files that have yet to be ported to AMReX
# Once these files have been ported to AMReX, they should be removed from this
# file so they are linted.
# These files don't make sense on their own
*.impl.hpp
Tests/CCZ4GeometryUnitTests/CCZ4GeometryMathematicaValues.hpp
# These directories/files have yet to be ported to AMReX
Source/AMRInterpolator/*
Source/BoxUtils/SixthOrderDerivatives.hpp
Source/CCZ4/GammaCalculator.hpp
Source/CCZ4/IntegratedMovingPunctureGauge.hpp
Source/InitialConditions/BlackHoles/KerrBH*
Source/InitialConditions/ScalarFields/*
Source/Matter/*
Source/simd/*
Source/Tagging/ChiAndPhiTaggingCriterion.hpp
Source/Tagging/ChiPunctureExtractionTaggingCriterion.hpp
Source/Tagging/ChiTaggingCriterion.hpp
Source/Tagging/PhiAndKTaggingCriterion.hpp
Source/utils/WeylExtraction*
Source/utils/MultiLevelTask.hpp
Examples/KerrBH/*
Examples/ScalarField/*
Tests/.*
# These are old files we don't want to change
Tests/CCZ4RHSTest/*fdf5a7a*