Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@MichaelChirico
Copy link
Collaborator

Closes #2057

@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2023

Codecov Report

Merging #2066 (a7e9405) into main (2813b6d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head a7e9405 differs from pull request most recent head 7f54034. Consider uploading reports for the commit 7f54034 to get more accurate results

@@           Coverage Diff           @@
##             main    #2066   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         117      117           
  Lines        5055     5058    +3     
=======================================
+ Hits         5037     5040    +3     
  Misses         18       18           
Files Changed Coverage Δ
R/line_length_linter.R 100.00% <100.00%> (ø)

type = "style",
message = lint_message,
line = source_expression$file_lines[long_line],
ranges = list(c(1L, line_lengths[long_line]))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT about ranges being list(c(length + 1, line_length)) instead?

@MichaelChirico MichaelChirico merged commit 86ef6b4 into main Aug 10, 2023
@MichaelChirico MichaelChirico deleted the line-length-meta branch August 10, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

line_length_linter() message should mention the current line length

4 participants