Pulling feat/strains-catalog into develop #737
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 errors
packages/ui-dsc/src/CatalogTableDisplay.tsx#L11
[import/no-cycle] Dependency cycle via @dictybase/ui-dsc:6
|
packages/ui-dsc/src/CatalogTableDisplay.tsx#L123
[react-hooks/rules-of-hooks] React Hook "useStyles" is called in function "rowFunction" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use".
|
packages/ui-dsc/src/__tests__/CatalogTableDisplay.test.tsx#L11
[import/order] `react` import should occur before import of `../CatalogTableDisplay`
|
packages/ui-dsc/src/__tests__/CatalogTableDisplay.test.tsx#L19
[unicorn/consistent-function-scoping] Move arrow function to the outer scope.
|
packages/ui-dsc/src/__tests__/CatalogTableDisplay.test.tsx#L64
[react/jsx-curly-brace-presence] Curly braces are unnecessary here.
|
packages/ui-dsc/src/catalog/StrainDetailsCard.tsx#L17
[import/no-cycle] Dependency cycle via stock-catalog-list/src/components/AvailableDisplay:9=>@dictybase/ui-dsc:11=>./catalog/StrainDetailsContainer:37
|
packages/ui-dsc/src/catalog/StrainDetailsCardHeader.tsx#L9
[import/no-cycle] Dependency cycle via @dictybase/ui-dsc:11=>./catalog/StrainDetailsContainer:37=>./StrainDetailsCard:9
|
packages/ui-dsc/src/catalog/StrainDetailsContainer.tsx#L9
[import/no-cycle] Dependency cycle via ./StrainDetailsCardHeader:17=>stock-catalog-list/src/components/AvailableDisplay:9=>@dictybase/ui-dsc:11
|
packages/ui-dsc/src/catalog/UnavailableButton.tsx#L12
[unicorn/prevent-abbreviations] The variable `Props` should be named `Properties`. A more descriptive name will do too.
|
packages/ui-dsc/src/catalog/UnavailableButton.tsx#L42
[import/no-default-export] Prefer named exports.
|
packages/ui-dsc/src/index.ts#L3
[import/no-cycle] Dependency cycle via stock-catalog-list/src/components/AddToCartButtonHandler:11
|
packages/ui-dsc/src/index.ts#L37
[import/no-cycle] Dependency cycle via ./StrainDetailsCard:9=>./StrainDetailsCardHeader:17=>stock-catalog-list/src/components/AvailableDisplay:9
|
Unit tests
@dictybase/ui-dsc#coverage: command (/home/runner/work/frontendx/frontendx/packages/ui-dsc) yarn run coverage exited (1)
|
Unit tests
Process completed with exit code 1.
|