Skip to content

Commit

Permalink
lintr included in travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 5, 2018
1 parent 5238c99 commit eaacc9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ publication/*
^CRAN-RELEASE$
tests\^spelling
^LICENSE\.md$
^\.lintr\.yml$
^\.lintr$
1 change: 1 addition & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linters: with_defaults(snake_case_linter = NULL)
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ notifications:
on_success: change
on_failure: change

after_script:
- R CMD INSTALL $PKG_TARBALL
- Rscript -e 'lintr::lint_package()'
#after_script:
# - R CMD INSTALL $PKG_TARBALL
# - Rscript -e 'lintr::lint_package()'

after_success:
- Rscript -e 'covr::codecov(type = "all")'
- Rscript -e 'covr::coveralls()'
- R CMD INSTALL $PKG_TARBALL
- Rscript -e 'lintr::lint_package()'

0 comments on commit eaacc9a

Please sign in to comment.