Implement rectangular frames (fixes #2) #4
Annotations
1 error and 6 warnings
lint
Process completed with exit code 31.
|
lint
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
R/configure_inset.R#L62
file=R/configure_inset.R,line=62,col=4,[indentation_linter] Indentation should be 2 spaces but is 4 spaces.
|
lint:
R/configure_inset.R#L176
file=R/configure_inset.R,line=176,col=6,[indentation_linter] Indentation should be 4 spaces but is 6 spaces.
|
lint:
R/inset_shape_rectangle.R#L29
file=R/inset_shape_rectangle.R,line=29,col=3,[object_usage_linter] local variable 'width' assigned but may not be used
|
lint:
R/inset_shape_rectangle.R#L30
file=R/inset_shape_rectangle.R,line=30,col=3,[object_usage_linter] local variable 'height' assigned but may not be used
|