File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ ^CRAN-RELEASE$
1
2
^.*\.png$
2
3
^.*\.gif$
3
4
^\.travis\.yml$
Original file line number Diff line number Diff line change 1
1
# lintr
2
2
[ ![ 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 )
4
4
[ ![ CRAN_Status_Badge] ( http://www.r-pkg.org/badges/version/lintr )] ( https://cran.r-project.org/package=lintr )
5
5
6
6
## Static code analysis for R ##
@@ -87,10 +87,10 @@ For more information and bug reports see [Atom linter-lintr](https://github.com/
87
87
88
88
## Available linters ##
89
89
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) .
91
91
* ` 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.
94
94
* ` absolute_paths_linter ` : checks that no absolute paths are used.
95
95
* ` assignment_linter ` : checks that ` <- ` is always used for assignment
96
96
* ` 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