Skip to content

Commit

Permalink
Exclude AMReX and Microphysics sources when running clang-tidy (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 authored Jun 19, 2023
1 parent 5afd9ad commit be655eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Exec/Make.Maestro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ MAESTROEX_HOME ?= /home/fanduomi/CCSE/MAESTROeX

# clang-tidy support via AMReX
CLANG_TIDY_CONFIG_FILE := $(MAESTROEX_HOME)/.clang-tidy
# space-separated list of paths to skip when running clang-tidy
CLANG_TIDY_IGNORE_SOURCES = $(AMREX_HOME)/Src $(MICROPHYSICS_HOME)

TOP := $(MAESTROEX_HOME)

Expand Down

0 comments on commit be655eb

Please sign in to comment.