Skip to content

CB-3753 adds autocomplete for where filters from result set column names

Jenkins-CI-integration / CheckStyle TypeScript Report required action Dec 26, 2024 in 0s

CheckStyle TypeScript Report

There are 0 failures, 2 warnings

Annotations

Check warning on line 149 in webapp/packages/core-blocks/src/FormControls/InputField/useInputAutocomplete.ts

See this annotation in the file changed.

@jenkins-ci-integration jenkins-ci-integration / CheckStyle TypeScript Report

webapp/packages/core-blocks/src/FormControls/InputField/useInputAutocomplete.ts#L149

React Hook useEffect has missing dependencies: handleInput and state.inputRef. Either include them or remove the dependency array. Mutable values like state.inputRef.current arent valid dependencies because mutating them doesnt re-render the component. (react-hooks/exhaustive-deps)

Check warning on line 18 in webapp/packages/plugin-data-viewer/src/TableViewer/TableHeader/useWhereFilter.ts

See this annotation in the file changed.

@jenkins-ci-integration jenkins-ci-integration / CheckStyle TypeScript Report

webapp/packages/plugin-data-viewer/src/TableViewer/TableHeader/useWhereFilter.ts#L18

ResultSetDataSource is defined but never used. (@typescript-eslint/no-unused-vars)