@lzear/repo-lint 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +0 -10
- package/dist/index.js +0 -10
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -249,16 +249,6 @@ var listSecrets = (repo) => {
|
|
|
249
249
|
}
|
|
250
250
|
};
|
|
251
251
|
var REMOTE_CHECKS = [
|
|
252
|
-
{
|
|
253
|
-
id: "secret-npm-token",
|
|
254
|
-
desc: "Secret NPM_TOKEN set",
|
|
255
|
-
type: "remote",
|
|
256
|
-
publishedOnly: true,
|
|
257
|
-
check: (repo) => {
|
|
258
|
-
const secrets = listSecrets(repo);
|
|
259
|
-
return secrets?.includes("NPM_TOKEN") ?? false;
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
252
|
{
|
|
263
253
|
id: "secret-codacy-token",
|
|
264
254
|
desc: "Secret CODACY_PROJECT_TOKEN set",
|
package/dist/index.js
CHANGED
|
@@ -242,16 +242,6 @@ var listSecrets = (repo) => {
|
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
244
|
var REMOTE_CHECKS = [
|
|
245
|
-
{
|
|
246
|
-
id: "secret-npm-token",
|
|
247
|
-
desc: "Secret NPM_TOKEN set",
|
|
248
|
-
type: "remote",
|
|
249
|
-
publishedOnly: true,
|
|
250
|
-
check: (repo) => {
|
|
251
|
-
const secrets = listSecrets(repo);
|
|
252
|
-
return secrets?.includes("NPM_TOKEN") ?? false;
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
245
|
{
|
|
256
246
|
id: "secret-codacy-token",
|
|
257
247
|
desc: "Secret CODACY_PROJECT_TOKEN set",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lzear/repo-lint",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Checks lzear repos against forge standards",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"publint": "^0.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@lzear/configs": "4.2.
|
|
38
|
+
"@lzear/configs": "4.2.2",
|
|
39
39
|
"@types/node": "^25",
|
|
40
40
|
"@vitest/coverage-v8": "^4",
|
|
41
41
|
"tsup": "^8",
|