chore: combined and renamed ci jobs (#700) #40
ci.yml
on: push
Lint source files
36s
Check npm dependencies
38s
Search for TODOs etc
4s
Check spelling with typos
5s
Lint Markdown files
9s
Enforce Conventional Commits
14s
Annotations
17 errors and 11 warnings
Lint Markdown files:
README.md#L5
Inline HTML [Element: p]
|
Lint Markdown files:
README.md#L6
Line length [Expected: 80; Actual: 146]
|
Lint Markdown files:
README.md#L6
Inline HTML [Element: img]
|
Lint Markdown files:
README.md#L7
Line length [Expected: 80; Actual: 146]
|
Lint Markdown files:
README.md#L7
Inline HTML [Element: img]
|
Lint Markdown files:
README.md#L8
Line length [Expected: 80; Actual: 146]
|
Lint Markdown files:
README.md#L8
Inline HTML [Element: img]
|
|
Lint source files:
index.d.ts#L301
File has too many lines (327). Maximum allowed is 300
|
Lint source files:
index.js#L1
Missing @file
|
Lint source files:
index.js#L2
Expected 'multiple' syntax before 'single' syntax
|
Lint source files:
index.js#L12
Missing return type on function
|
Lint source files:
index.js#L17
Missing return type on function
|
Lint source files:
index.js#L22
Missing return type on function
|
Lint source files:
index.js#L27
Missing return type on function
|
Lint source files:
index.js#L31
Missing return type on function
|
Lint source files:
index.js#L35
Missing return type on function
|
Check spelling with typos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint source files:
src/components/ListEmpty.js#L5
Missing JSDoc comment
|
Lint source files:
src/components/Picker.js#L55
Missing JSDoc @param "valueOne" type
|
Lint source files:
src/components/Picker.js#L56
Missing JSDoc @param "valueTwo" type
|
Lint source files:
src/components/Picker.js#L57
Missing JSDoc @returns type
|
Lint source files:
src/components/Picker.js#L73
Missing JSDoc comment
|
Lint source files:
src/components/Picker.js#L242
React Hook useEffect has missing dependencies: 'ITEM_SCHEMA.value', 'items', 'multiple', and 'value'. Either include them or remove the dependency array
|
Lint source files:
src/components/Picker.js#L258
React Hook useEffect has missing dependencies: 'closeOnBackPressed' and 'setOpen'. Either include them or remove the dependency array. If 'setOpen' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint source files:
src/components/Picker.js#L277
React Hook useEffect has a missing dependency: 'ITEM_SCHEMA.value'. Either include it or remove the dependency array
|
Lint source files:
src/components/Picker.js#L333
React Hook useEffect has missing dependencies: 'ITEM_SCHEMA.value', 'multiple', and 'onChangeValue'. Either include them or remove the dependency array. If 'onChangeValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint source files:
src/components/Picker.js#L354
'scroll' was used before it was defined
|