Just pulls out the configuration for lintr into a configuration file. Not too beneficial now, but will be easier to add files to exclude from linting using the .lintr file. You'll probably want to exclude the JS files used in htmlwidgets, since those won't follow R code style.
Just pulls out the configuration for
lintr
into a configuration file. Not too beneficial now, but will be easier to add files to exclude from linting using the.lintr
file. You'll probably want to exclude the JS files used in htmlwidgets, since those won't follow R code style.