[Bug]Support for date range in report generation #251
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#L216
'handleInvalidTimeRangeToast' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
public/components/report_definitions/create/create_report_definition.tsx#L224
'timeRange' is never reassigned. Use 'const' instead
|
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#L94
Unexpected any. Specify a different type
|
Lint:
public/components/report_definitions/create/create_report_definition.tsx#L95
Unexpected any. Specify a different type
|
Lint:
public/components/report_definitions/create/create_report_definition.tsx#L96
Unexpected any. Specify a different type
|
Lint:
public/components/report_definitions/create/create_report_definition.tsx#L97
Unexpected any. Specify a different type
|
Lint:
public/components/report_definitions/create/create_report_definition.tsx#L221
Unexpected any. Specify a different type
|
Lint:
public/components/report_definitions/create/create_report_definition.tsx#L311
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
|