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

Allow specifying default lint settings #39

Closed
jimhester opened this issue Jan 24, 2015 · 1 comment
Closed

Allow specifying default lint settings #39

jimhester opened this issue Jan 24, 2015 · 1 comment

Comments

@jimhester
Copy link
Member

There are a few options for this.

  • Global Settings
    • Just have a global config file somewhere
    • Contributing to packages with different settings may be annoying
  • Package specific settings
    • Put the config in the DESCRIPTION
    • Put them in the Rstudio project file
      • Allows use with any Rstudio project, so doesn't have to be a package
      • but you have to use Rstudio.
    • Use our own config file
      • Further pollutes the directory with a new file
      • Have to add it to .RBuildIgnore
      • However this might be easier to link to or contributers to find
@jimhester
Copy link
Member Author

Ended up using our own file .lintr, but the name is configurable.

closed by 2b9d30f

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

No branches or pull requests

1 participant