Skip to content

allow gg report of DIA #89

allow gg report of DIA

allow gg report of DIA #89

Triggered via push September 19, 2024 18:27
Status Success
Total duration 2m 40s
Artifacts

lint.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (4.3.1)
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/
build (4.3.1): R/data_manipulation.R#L3
file=R/data_manipulation.R,line=3,col=40,[brace_linter] There should be a space before an opening curly brace.
build (4.3.1): R/data_manipulation.R#L3
file=R/data_manipulation.R,line=3,col=40,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
build (4.3.1): R/data_manipulation.R#L8
file=R/data_manipulation.R,line=8,col=53,[brace_linter] There should be a space before an opening curly brace.
build (4.3.1): R/data_manipulation.R#L8
file=R/data_manipulation.R,line=8,col=53,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
build (4.3.1): R/data_manipulation.R#L9
file=R/data_manipulation.R,line=9,col=3,[object_usage_linter] no visible global function definition for 'assay'
build (4.3.1): R/data_manipulation.R#L9
file=R/data_manipulation.R,line=9,col=3,[object_usage_linter] no visible global function definition for 'assay<-'
build (4.3.1): R/data_manipulation.R#L9
file=R/data_manipulation.R,line=9,col=3,[object_usage_linter] no visible global function definition for 'assay'
build (4.3.1): R/data_manipulation.R#L9
file=R/data_manipulation.R,line=9,col=45,[object_usage_linter] no visible binding for global variable 'temp'
build (4.3.1): R/data_manipulation.R#L9
file=R/data_manipulation.R,line=9,col=61,[T_and_F_symbol_linter] Use TRUE instead of the symbol T.
build (4.3.1): R/DE.R#L2
file=R/DE.R,line=2,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 22.