✨ generate_badge_tables
type functions now generate badges statically
#316
Annotations
1 error and 11 warnings
Lint
Process completed with exit code 31.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
R/format_badges.R#L6
file=R/format_badges.R,line=6,col=35,[fixed_regex_linter] This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute. Here, you can use "/" with fixed = TRUE.
|
Lint:
R/format_badges.R#L6
file=R/format_badges.R,line=6,col=42,[implicit_integer_linter] Integers should not be implicit. Use the form 1L for integers or 1.0 for doubles.
|
Lint:
R/format_badges.R#L6
file=R/format_badges.R,line=6,col=44,[extraction_operator_linter] Use `[[` instead of `[` to extract an element.
|
Lint:
R/format_badges.R#L6
file=R/format_badges.R,line=6,col=46,[implicit_integer_linter] Integers should not be implicit. Use the form 1L for integers or 1.0 for doubles.
|
Lint:
R/format_badges.R#L7
file=R/format_badges.R,line=7,col=36,[fixed_regex_linter] This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute. Here, you can use "/" with fixed = TRUE.
|
Lint:
R/format_badges.R#L7
file=R/format_badges.R,line=7,col=43,[implicit_integer_linter] Integers should not be implicit. Use the form 1L for integers or 1.0 for doubles.
|
Lint:
R/format_badges.R#L7
file=R/format_badges.R,line=7,col=45,[extraction_operator_linter] Use `[[` instead of `[` to extract an element.
|
Lint:
R/format_badges.R#L7
file=R/format_badges.R,line=7,col=47,[implicit_integer_linter] Integers should not be implicit. Use the form 1L for integers or 1.0 for doubles.
|
Lint:
R/format_badges.R#L18
file=R/format_badges.R,line=18,col=4,[indentation_linter] Indentation should be 2 spaces but is 4 spaces.
|
Lint:
R/format_badges.R#L22
file=R/format_badges.R,line=22,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 94 characters.
|
Loading