Latest up to minor #34
Annotations
11 warnings
build
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/
|
build:
lib/facebook-meta.js#L16
Function 'facebookMeta' has too many lines (42). Maximum allowed is 22
|
build:
lib/flickr-image-list.js#L59
Function 'flickrImageList' has too many lines (23). Maximum allowed is 22
|
build:
src/js/analytics.js#L11
Function 'analytics' has too many parameters (6). Maximum allowed is 3
|
build:
src/js/analytics.js#L13
Expected an assignment or function call and instead saw an expression
|
build:
src/js/analytics.js#L18
Use array destructuring
|
build:
src/js/sendanmaki.js#L104
Method 'buildImageNotes' has too many statements (11). Maximum allowed is 10
|
build:
tests/lib/facebook-meta.test.js#L10
Function has too many lines (32). Maximum allowed is 22
|
build:
tests/lib/facebook-meta.test.js#L16
This line has a length of 164. Maximum allowed is 120
|
build:
tests/lib/facebook-meta.test.js#L26
Too many nested callbacks (3). Maximum allowed is 2
|
build:
tests/naginata-bogu-hover.js#L21
Unexpected use of process.env
|