Skip to content

Commit

Permalink
usethis::use_build_ignore() instead of devtools::use_build_ignore() o…
Browse files Browse the repository at this point in the history
…n readme
  • Loading branch information
bfgray3 authored and jimhester committed Jan 25, 2019
1 parent 5a5f5ec commit b72e524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ lintr::lint_package() %>%

The resulting configuration will contain each currently failing linter and the corresponding number of hits as a comment. Proceed by successively enabling linters, starting with those with the least number of hits. Note that this requires `lintr` 0.3.0.9001 or later.

If you are developing a package, you can add `^\.lintr$` to your `.Rbuildignore` file using `devtools::use_build_ignore(".lintr")`.
If you are developing a package, you can add `^\.lintr$` to your `.Rbuildignore` file using `usethis::use_build_ignore(".lintr")`.

## Continuous integration ##
If you want to run `lintr` on [Travis-CI](https://travis-ci.org) in order to check that commits and pull requests don't deteriorate code style, you will need
Expand Down

0 comments on commit b72e524

Please sign in to comment.