versioning permission note #57
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:
R/create_replace_table.R#L47
file=R/create_replace_table.R,line=47,col=2,[indentation_linter] Hanging indent should be 36 spaces but is 2 spaces.
|
lint:
R/create_replace_table.R#L200
file=R/create_replace_table.R,line=200,col=3,[object_usage_linter] local variable 'history_table' assigned but may not be used
|
lint:
R/create_replace_table.R#L317
file=R/create_replace_table.R,line=317,col=4,[indentation_linter] Indentation should be 31 spaces but is 4 spaces.
|
lint:
R/create_replace_table.R#L350
file=R/create_replace_table.R,line=350,col=3,[object_usage_linter] unused argument (TRUE)
|
lint:
R/create_replace_table.R#L556
file=R/create_replace_table.R,line=556,col=5,[object_usage_linter] unused argument (TRUE)
|
lint:
R/drop_table.R#L13
file=R/drop_table.R,line=13,col=3,[object_usage_linter] local variable 'history_table' assigned but may not be used
|
lint:
R/read_table.R#L33
file=R/read_table.R,line=33,col=21,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
|
lint:
R/read_table.R#L68
file=R/read_table.R,line=68,col=6,[indentation_linter] Indentation should be 47 spaces but is 6 spaces.
|
lint:
R/read_table.R#L89
file=R/read_table.R,line=89,col=3,[object_usage_linter] local variable 'column_sql' assigned but may not be used
|
lint:
R/utils.R#L101
file=R/utils.R,line=101,col=4,[indentation_linter] Indentation should be 17 spaces but is 4 spaces.
|