|
35 | 35 | "socket/export-top-level-functions": "error", |
36 | 36 | "socket/inclusive-language": "error", |
37 | 37 | "socket/max-file-lines": "error", |
| 38 | + "socket/no-cached-for-on-iterable": "error", |
38 | 39 | "socket/no-console-prefer-logger": "error", |
39 | 40 | "socket/no-default-export": "error", |
40 | 41 | "socket/no-dynamic-import-outside-bundle": "error", |
|
119 | 120 | "**/.pnpm-store/**", |
120 | 121 | "**/vendor/**", |
121 | 122 | "**/wasm_exec.js", |
| 123 | + "**/.config/lockstep.schema.json", |
| 124 | + "**/.config/socket-registry-pins.json", |
| 125 | + "**/.config/socket-wheelhouse-schema.json", |
| 126 | + "**/.config/taze.config.mts", |
| 127 | + "**/.config/tsconfig.base.json", |
| 128 | + "**/packages/build-infra/lib/release-checksums/consumer.mts", |
| 129 | + "**/packages/build-infra/lib/release-checksums/core.mts", |
| 130 | + "**/packages/build-infra/lib/release-checksums/producer.mts", |
| 131 | + "**/packages/build-infra/release-assets.schema.json", |
| 132 | + "**/scripts/ai-lint-fix.mts", |
| 133 | + "**/scripts/ai-lint-fix/cli.mts", |
| 134 | + "**/scripts/ai-lint-fix/rule-guidance.mts", |
| 135 | + "**/scripts/check-paths.mts", |
| 136 | + "**/scripts/check-paths/allowlist.mts", |
| 137 | + "**/scripts/check-paths/cli.mts", |
| 138 | + "**/scripts/check-paths/exempt.mts", |
| 139 | + "**/scripts/check-paths/rules.mts", |
| 140 | + "**/scripts/check-paths/scan-code.mts", |
| 141 | + "**/scripts/check-paths/scan-script.mts", |
| 142 | + "**/scripts/check-paths/scan-workflow.mts", |
| 143 | + "**/scripts/check-paths/state.mts", |
| 144 | + "**/scripts/check-paths/types.mts", |
| 145 | + "**/scripts/check-paths/walk.mts", |
| 146 | + "**/scripts/check-prompt-less-setup.mts", |
| 147 | + "**/scripts/fix.mts", |
| 148 | + "**/scripts/install-git-hooks.mts", |
| 149 | + "**/scripts/install-sfw.mts", |
| 150 | + "**/scripts/lint-github-settings.mts", |
| 151 | + "**/scripts/lockstep-emit-schema.mts", |
| 152 | + "**/scripts/lockstep-schema.mts", |
| 153 | + "**/scripts/lockstep.mts", |
| 154 | + "**/scripts/lockstep/checks.mts", |
| 155 | + "**/scripts/lockstep/cli.mts", |
| 156 | + "**/scripts/lockstep/emit-schema.mts", |
| 157 | + "**/scripts/lockstep/git.mts", |
| 158 | + "**/scripts/lockstep/manifest.mts", |
| 159 | + "**/scripts/lockstep/report.mts", |
| 160 | + "**/scripts/lockstep/scan.mts", |
| 161 | + "**/scripts/lockstep/schema.mts", |
| 162 | + "**/scripts/lockstep/types.mts", |
| 163 | + "**/scripts/power-state.mts", |
| 164 | + "**/scripts/security.mts", |
| 165 | + "**/scripts/socket-wheelhouse-emit-schema.mts", |
| 166 | + "**/scripts/socket-wheelhouse-schema.mts", |
| 167 | + "**/scripts/test/install-git-hooks.test.mts", |
| 168 | + "**/scripts/update.mts", |
| 169 | + "**/scripts/validate-bundle-deps.mts", |
| 170 | + "**/scripts/validate-config-paths.mts", |
| 171 | + "**/scripts/validate-esbuild-minify.mts", |
| 172 | + "**/scripts/validate-file-size.mts", |
122 | 173 | "#fleet-canonical-end" |
123 | 174 | ] |
124 | 175 | } |
0 commit comments