Skip to content

recreate apps script #53

recreate apps script

recreate apps script #53

Triggered via push October 31, 2024 16:24
Status Failure
Total duration 1m 19s
Artifacts
check project with checklist
1m 7s
check project with checklist
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check project with checklist: source/export/survey_experts/create_survey.R#L13
file=source/export/survey_experts/create_survey.R,line=13,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 88 characters.
check project with checklist: source/export/survey_experts/create_survey.R#L56
file=source/export/survey_experts/create_survey.R,line=56,col=11,[brace_linter] There should be a space before an opening curly brace.
check project with checklist: source/export/survey_experts/create_survey.R#L56
file=source/export/survey_experts/create_survey.R,line=56,col=11,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
check project with checklist: source/functions/create_appsscript_dropdownupd.R#L5
file=source/functions/create_appsscript_dropdownupd.R,line=5,col=6,[brace_linter] There should be a space before an opening curly brace.
check project with checklist: source/functions/create_appsscript_dropdownupd.R#L5
file=source/functions/create_appsscript_dropdownupd.R,line=5,col=6,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
check project with checklist: source/functions/create_appsscript_dropdownupd.R#L32
file=source/functions/create_appsscript_dropdownupd.R,line=32,col=3,[object_usage_linter] local variable 'form_script' assigned but may not be used
check project with checklist: source/functions/create_appsscript_gform.R#L10
file=source/functions/create_appsscript_gform.R,line=10,col=2,[brace_linter] There should be a space before an opening curly brace.
check project with checklist: source/functions/create_appsscript_gform.R#L10
file=source/functions/create_appsscript_gform.R,line=10,col=2,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
check project with checklist: source/functions/create_appsscript_gform.R#L22
file=source/functions/create_appsscript_gform.R,line=22,col=13,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
check project with checklist: source/functions/create_appsscript_gform.R#L28
file=source/functions/create_appsscript_gform.R,line=28,col=26,[commas_linter] Commas should always have a space after.