mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
feat: Add CI for Spell Checking (#10637)
* Create spellcheck.yml * Create .codespell-ignore --------- Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Guillaume Michel <guillaumemichel@users.noreply.github.com>
This commit is contained in:
@ -227,7 +227,7 @@ func DetectNewKuboVersion(nd *core.IpfsNode, minPercent int64) (VersionCheckOutp
|
||||
return
|
||||
}
|
||||
|
||||
// Ignore prerelases and development releases (-dev, -rcX)
|
||||
// Ignore prereleases and development releases (-dev, -rcX)
|
||||
if peerVersion.Metadata() != "" || peerVersion.Prerelease() != "" {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user