File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ ^CRAN-RELEASE$
12^.*\.png$
23^.*\.gif$
34^\.travis\.yml$
Original file line number Diff line number Diff line change 11# lintr
22[ ![ Travis-CI Build Status] ( https://travis-ci.org/jimhester/lintr.svg?branch=master )] ( https://travis-ci.org/jimhester/lintr )
3- [ ![ codecov.io] ( http ://codecov.io/github/jimhester/lintr/coverage.svg?branch=master)] ( http://codecov.io/github/jimhester/lintr?branch=master )
3+ [ ![ codecov.io] ( https ://codecov.io/github/jimhester/lintr/coverage.svg?branch=master)] ( http://codecov.io/github/jimhester/lintr?branch=master )
44[ ![ CRAN_Status_Badge] ( http://www.r-pkg.org/badges/version/lintr )] ( https://cran.r-project.org/package=lintr )
55
66## Static code analysis for R ##
@@ -87,10 +87,10 @@ For more information and bug reports see [Atom linter-lintr](https://github.com/
8787
8888## Available linters ##
8989
90- * ` Syntax errors ` : reported by [ parse] ( http ://www.inside-r .org/r-doc /base/parse) .
90+ * ` Syntax errors ` : reported by [ parse] ( https ://www.rdocumentation .org/packages /base/versions/3.4.0/topics /parse) .
9191* ` object_usage_linter ` : checks that closures have the proper usage using
92- [ codetools::checkUsage()] ( http ://www.inside-r .org/r-doc /codetools/checkUsage) . Note this runs
93- [ base::eval()] ( http ://www.inside-r .org/r-doc /base/eval) on the code, so do not use with untrusted code.
92+ [ codetools::checkUsage()] ( https ://www.rdocumentation .org/packages /codetools/versions/0.2-15/topics /checkUsage) . Note this runs
93+ [ base::eval()] ( https ://www.rdocumentation .org/packages /base/versions/3.4.0/topics /eval) on the code, so do not use with untrusted code.
9494* ` absolute_paths_linter ` : checks that no absolute paths are used.
9595* ` assignment_linter ` : checks that ` <- ` is always used for assignment
9696* ` closed_curly_linter ` : check that closed curly braces should always be on their
You can’t perform that action at this time.
0 commit comments