Skip to content

Commit

Permalink
NOLINT comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Feb 2, 2024
1 parent 0a65412 commit 6482192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ mapHeaderToObj(const Path& headerPath, const Path& buildOutDir) {
// for each source file. So, we need objTargetDeps, which is the
// depending header files for the source file.
static void
collectBinDepObjs(
collectBinDepObjs( // NOLINT(misc-no-recursion)
HashSet<String>& deps, const String& sourceFileName,
const HashSet<String>& objTargetDeps,
const HashSet<String>& buildObjTargets, const BuildConfig& config
Expand Down

0 comments on commit 6482192

Please sign in to comment.