Skip to content

feat: ajuste meta index #11

feat: ajuste meta index

feat: ajuste meta index #11

Triggered via push January 28, 2026 20:21
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
install-lint-build
31s
install-lint-build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 6 warnings
install-lint-build
Process completed with exit code 1.
install-lint-build: src/features/dashboard-llm/components/time-series-chart.tsx#L130
Unexpected any. Specify a different type
install-lint-build: src/features/dashboard-llm/components/time-series-chart.tsx#L62
'error' is defined but never used. Allowed unused caught errors must match /^_/u
install-lint-build: src/features/dashboard-llm/components/time-series-chart.tsx#L32
'dateStr' is never reassigned. Use 'const' instead
install-lint-build: src/features/budgets/index.tsx#L119
Unexpected any. Specify a different type
install-lint-build: src/features/budgets/components/budgets-action-dialog.tsx#L57
Unexpected any. Specify a different type
install-lint-build
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
install-lint-build
React Hook useEffect has a missing dependency: 'table'. Either include it or remove the dependency array
install-lint-build: src/features/budgets/components/budgets-provider.tsx#L74
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
install-lint-build
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
install-lint-build
React Hook useEffect has a missing dependency: 'table'. Either include it or remove the dependency array
install-lint-build: src/context/search-provider.tsx#L9
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file