This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
refactor : refactoring footer component #1384
Annotations
10 errors and 11 warnings
src/components/Footer.tsx#L2
Strings must use doublequote
|
src/components/Footer.tsx#L2
Strings must use doublequote
|
src/components/Footer.tsx#L2
Missing semicolon
|
src/components/Footer.tsx#L5
More than 2 blank lines not allowed
|
src/components/Hero.tsx#L3
Trailing spaces not allowed
|
src/components/Hero.tsx#L4
Expected no line gap between “section” and “className”
|
src/components/Hero.tsx#L4
The closing bracket must be aligned with the opening tag (expected column 3 on the next line)
|
src/components/Hero.tsx#L8
Trailing spaces not allowed
|
src/components/Hero.tsx#L13
Props should be sorted alphabetically
|
src/constants/index.ts#L3
'OpenSaucedLogo' is defined but never used
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/components/Hero.tsx#L11
JSX element should start in a new line
|
src/components/Hero.tsx#L17
JSX element should start in a new line
|
src/components/ListRepositories.tsx#L16
Unexpected parentheses around single function argument
|
src/components/ListRepositories.tsx#L17
Prop `className` must be placed on a new line
|
src/components/ListRepositories.tsx#L18
Prop `count` must be placed on a new line
|
src/components/ListRepositories.tsx#L32
`{title}` must be placed on a new line
|
src/components/ListRepositories.tsx#L36
Prop `data` must be placed on a new line
|
src/components/RepoList.tsx#L30
Prop `rel` must be placed on a new line
|
src/components/RepoList.tsx#L31
Prop `src` must be placed on a new line
|
src/components/RepoList.tsx#L37
Prop `rel` must be placed on a new line
|
This job failed
Loading