Doc tidy #76
Triggered via pull request
September 24, 2024 08:04
Status
Success
Total duration
1m 39s
Artifacts
–
Annotations
11 warnings
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/rename_column.R#L6
file=R/rename_column.R,line=6,col=3,[object_usage_linter] local variable 'schema_tbl' assigned but may not be used
|