@lzear/repo-lint 0.0.1 → 4.0.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 CHANGED
@@ -94,12 +94,6 @@ var LOCAL_CHECKS = [
94
94
  type: "local",
95
95
  check: (dir) => existsSync(path.join(dir, "README.md"))
96
96
  },
97
- {
98
- id: "readme-ci-badge",
99
- desc: "README has CI badge",
100
- type: "local",
101
- check: (dir) => readmeIncludes(dir, "workflows/ci.yml/badge.svg")
102
- },
103
97
  {
104
98
  id: "readme-codacy-grade-badge",
105
99
  desc: "README has Codacy grade badge",
package/dist/index.js CHANGED
@@ -87,12 +87,6 @@ var LOCAL_CHECKS = [
87
87
  type: "local",
88
88
  check: (dir) => existsSync(path.join(dir, "README.md"))
89
89
  },
90
- {
91
- id: "readme-ci-badge",
92
- desc: "README has CI badge",
93
- type: "local",
94
- check: (dir) => readmeIncludes(dir, "workflows/ci.yml/badge.svg")
95
- },
96
90
  {
97
91
  id: "readme-codacy-grade-badge",
98
92
  desc: "README has Codacy grade badge",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lzear/repo-lint",
3
- "version": "0.0.1",
3
+ "version": "4.0.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": "workspace:*",
38
+ "@lzear/configs": "4.0.2",
39
39
  "@types/node": "^25",
40
40
  "@vitest/coverage-v8": "^4",
41
41
  "tsup": "^8",
@@ -48,4 +48,4 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  }
51
- }
51
+ }