What changed, and why it matters
This commit simply deletes an unneeded CI configuration file. It is a routine cleanup with no security relevance.
Recommended action
No action required; this is a benign CI cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit removes .custom-gcl.yml from the repository root because the custom golangci-lint configuration is only needed under tools/linters. The deleted file referenced a local linter plugin path. There are no code, dependency, or security changes.
Changed components
.custom-gcl.ymlInspect captured patch +0 / −4
diff --git a/.custom-gcl.yml b/.custom-gcl.yml
deleted file mode 100644
index 6ca1009..0000000
--- a/.custom-gcl.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-version: v1.57.0
-plugins:
- - module: 'github.com/lightningnetwork/lnd/tools/linters'
- path: ./tools/linters
\ No newline at end of file
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.