Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated R files cause lintr error #268

Open
LBeaulaton opened this issue Oct 25, 2024 · 0 comments · May be fixed by #269
Open

Generated R files cause lintr error #268

LBeaulaton opened this issue Oct 25, 2024 · 0 comments · May be fixed by #269

Comments

@LBeaulaton
Copy link

The error is due to the comment inserted at the top of the file

[line_length_linter] Lines should not be more than 80 characters. This line is 83 characters.
# WARNING - Generated by {fusen} from dev/flat_gettingdata.Rmd: do not edit by hand

Solution is to disable it for this line through # nolint: line_length_linter.

@LBeaulaton LBeaulaton changed the title Generate R files cause lintr error Generated R files cause lintr error Oct 25, 2024
@LBeaulaton LBeaulaton linked a pull request Oct 25, 2024 that will close this issue
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 a pull request may close this issue.

1 participant