Skip to content

[Bug]Support for date range in report generation #250

[Bug]Support for date range in report generation

[Bug]Support for date range in report generation #250

Triggered via pull request February 5, 2025 23:14
Status Failure
Total duration 4m 38s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
Lint: public/components/report_definitions/create/create_report_definition.tsx#L26
Interface name `reportParamsType` must match one of the following formats: PascalCase, UPPER_CASE
Lint: public/components/report_definitions/create/create_report_definition.tsx#L32
Interface name `visualReportParams` must match one of the following formats: PascalCase, UPPER_CASE
Lint: public/components/report_definitions/create/create_report_definition.tsx#L41
Interface name `dataReportParams` must match one of the following formats: PascalCase, UPPER_CASE
Lint: public/components/report_definitions/create/create_report_definition.tsx#L48
Interface name `triggerType` must match one of the following formats: PascalCase, UPPER_CASE
Lint: public/components/report_definitions/create/create_report_definition.tsx#L53
Interface name `deliveryType` must match one of the following formats: PascalCase, UPPER_CASE
Lint: public/components/report_definitions/create/create_report_definition.tsx#L54
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead
Lint: public/components/report_definitions/create/create_report_definition.tsx#L82
Interface name `reportDefinitionParams` must match one of the following formats: PascalCase, UPPER_CASE
Lint: public/components/report_definitions/create/create_report_definition.tsx#L88
Interface name `timeRangeParams` must match one of the following formats: PascalCase, UPPER_CASE
Lint: public/components/report_definitions/create/create_report_definition.tsx#L93
Replace `·[x:·string]:·any;·setBreadcrumbs?:·any;·httpClient?:·any;·chrome:·any·` with `⏎··[x:·string]:·any;⏎··setBreadcrumbs?:·any;⏎··httpClient?:·any;⏎··chrome:·any;⏎`
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint: public/components/report_definitions/create/create_report_definition.tsx#L50
Unexpected any. Specify a different type
Lint: public/components/report_definitions/create/create_report_definition.tsx#L93
Unexpected any. Specify a different type
Lint: public/components/report_definitions/create/create_report_definition.tsx#L93
Unexpected any. Specify a different type
Lint: public/components/report_definitions/create/create_report_definition.tsx#L93
Unexpected any. Specify a different type
Lint: public/components/report_definitions/create/create_report_definition.tsx#L93
Unexpected any. Specify a different type
Lint: public/components/report_definitions/create/create_report_definition.tsx#L216
Unexpected any. Specify a different type
Lint: public/components/report_definitions/create/create_report_definition.tsx#L302
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect