Skip to content

Instantly share code, notes, and snippets.

@luiarthur
Created September 28, 2022 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luiarthur/0e98809328cbf30b0b87c664158e8a03 to your computer and use it in GitHub Desktop.
Save luiarthur/0e98809328cbf30b0b87c664158e8a03 to your computer and use it in GitHub Desktop.
My global `~/.lintr`
linters: linters_with_defaults(
assignment_linter = NULL
)
@luiarthur
Copy link
Author

Paste this into ~/.lintr to disable enforcing that all assignments must be done with <-, so that I can write x = 1 instead of x <- 1 without angering the linter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment