Skip to content

Commit

Permalink
doc: lint: correct outdated comment (s/Makefile.am/CMakeLists.txt/)
Browse files Browse the repository at this point in the history
  • Loading branch information
theStack committed Oct 10, 2024
1 parent 1786be7 commit 882f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint/test_runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ fn lint_includes_build_config() -> LintResult {
])
.args(get_pathspecs_exclude_subtrees())
.args([
// These are exceptions which don't use bitcoin-build-config.h, rather the Makefile.am adds
// These are exceptions which don't use bitcoin-build-config.h, rather CMakeLists.txt adds
// these cppflags manually.
":(exclude)src/crypto/sha256_arm_shani.cpp",
":(exclude)src/crypto/sha256_avx2.cpp",
Expand Down

0 comments on commit 882f736

Please sign in to comment.