Add development mode - rhino::dev()
#723
Annotations
9 errors and 6 warnings
lint_sass() should detect lint errors in CSS
Process completed with exit code 1.
|
lint_js() should detect lint errors in JS
Process completed with exit code 1.
|
test_e2e() should run cypress tests
Process completed with exit code 1.
|
format_sass() should format SASS (.scss) scripts
Process completed with exit code 1.
|
build_js() should build app.min.js
Process completed with exit code 1.
|
build_css() should build app.min.css
Process completed with exit code 1.
|
Cypress tests should confirm RhinoApp works
Process completed with exit code 1.
|
format_js() should format JS scripts
Process completed with exit code 1.
|
Node.js commands should respect RHINO_NPM
Process completed with exit code 1.
|
Install R package dependencies
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.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
lint_r() should detect lint errors in R scripts:
app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=1,[unused_declared_object_linter] Declared function/object unused.
|
lint_r() should detect lint errors in R scripts:
app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[assignment_linter] Use <-, not =, for assignment.
|
lint_r() should detect lint errors in R scripts:
app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[infix_spaces_linter] Put spaces around all infix operators.
|
lint_r() should detect lint errors in R scripts:
app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=20,[trailing_blank_lines_linter] Missing terminal newline.
|
Loading