mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Lint: Prefix unused variables/parameters
This commit is contained in:
@@ -80,7 +80,7 @@ async function addDistributionSnapshotChecksumUrls(checksumUrls: [string, string
|
||||
|
||||
// // Find all links ending with '-wrapper.jar.sha256'
|
||||
const wrapperChecksumLinks = $('a[href$="-wrapper.jar.sha256"]')
|
||||
wrapperChecksumLinks.each((index, element) => {
|
||||
wrapperChecksumLinks.each((_index, element) => {
|
||||
const url = $(element).attr('href')!
|
||||
|
||||
// Extract the version from the url
|
||||
|
||||
Reference in New Issue
Block a user