Skip to content

fix to put max at end then reorder #81

fix to put max at end then reorder

fix to put max at end then reorder #81

Triggered via pull request October 8, 2024 13:24
Status Success
Total duration 1m 48s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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
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: demo/uat.R#L26
file=demo/uat.R,line=26,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 85 characters.
lint: demo/uat.R#L48
file=demo/uat.R,line=48,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 105 characters.
lint: R/add_column.R#L5
file=R/add_column.R,line=5,col=3,[object_usage_linter] local variable 'schema_tbl' assigned but may not be used
lint: R/db_table_metadata.R#L30
file=R/db_table_metadata.R,line=30,col=3,[object_usage_linter] local variable 'col' assigned but may not be used
lint: R/db_table_metadata.R#L34
file=R/db_table_metadata.R,line=34,col=3,[object_usage_linter] local variable 'min_max_query' assigned but may not be used
lint: R/delete_table_rows.R#L14
file=R/delete_table_rows.R,line=14,col=3,[object_usage_linter] local variable 'filter_sql' assigned but may not be used
lint: R/drop_table_from_db.R#L3
file=R/drop_table_from_db.R,line=3,col=3,[object_usage_linter] local variable 'history_table' assigned but may not be used
lint: R/read_table_from_db.R#L61
file=R/read_table_from_db.R,line=61,col=6,[indentation_linter] Indentation should be 47 spaces but is 6 spaces.
lint: R/read_table_from_db.R#L81
file=R/read_table_from_db.R,line=81,col=3,[object_usage_linter] local variable 'column_sql' assigned but may not be used
lint: R/read_table_from_db.R#L97
file=R/read_table_from_db.R,line=97,col=33,[paren_body_linter] There should be a space between a right parenthesis and a body expression.