fix: list python packages #116
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
MegaLinter:
R/session.R#L11
file=/github/workspace/R/session.R,line=11,col=38,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
|
MegaLinter:
R/session.R#L12
file=/github/workspace/R/session.R,line=12,col=4,[indentation_linter] Indentation should be 8 spaces but is 4 spaces.
|
MegaLinter:
R/session.R#L26
file=/github/workspace/R/session.R,line=26,col=25,[T_and_F_symbol_linter] Use FALSE instead of the symbol F.
|
MegaLinter:
R/session.R#L121
file=/github/workspace/R/session.R,line=121,col=27,[brace_linter] There should be a space before an opening curly brace.
|
MegaLinter:
R/session.R#L121
file=/github/workspace/R/session.R,line=121,col=27,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
MegaLinter:
R/session.R#L166
file=/github/workspace/R/session.R,line=166,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 231 characters.
|
MegaLinter:
R/session.R#L178
file=/github/workspace/R/session.R,line=178,col=17,[seq_linter] length(...):1 is likely to be wrong in the empty edge case. Use rev(seq_along(...)) instead.
|
MegaLinter:
R/session.R#L179
file=/github/workspace/R/session.R,line=179,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 145 characters.
|
MegaLinter:
R/session.R#L191
file=/github/workspace/R/session.R,line=191,col=1,[object_length_linter] Variable and function names should not be longer than 30 characters.
|
MegaLinter:
R/session.R#L225
file=/github/workspace/R/session.R,line=225,col=28,[T_and_F_symbol_linter] Use FALSE instead of the symbol F.
|
Loading