Skip to content

Commit c6caeef

Browse files
authored
Migrate src/rest console statements to structured logger (#61079)
1 parent ced22a7 commit c6caeef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eslint.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export default [
186186
'src/links/**/*.{ts,js}',
187187
'src/metrics/**/*.{ts,js}',
188188
'src/observability/lib/handle-package-not-found.ts',
189-
'src/rest/**/*.{ts,js}',
190189
'src/search/**/*.{ts,js}',
191190
'src/shielding/**/*.{ts,js}',
192191
],
@@ -203,6 +202,8 @@ export default [
203202
'src/workflows/**/*.{ts,js}',
204203
'src/content-linter/**/*.{ts,js}',
205204
'**/*.{tsx,jsx}',
205+
// CLI help script — chalk-colored terminal output, not application logging
206+
'src/rest/docs.ts',
206207
],
207208
rules: {
208209
'custom-rules/use-custom-logger': 'off',

0 commit comments

Comments
 (0)