-
Notifications
You must be signed in to change notification settings - Fork 195
Support excluding entire directories #539
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
Changes from 22 commits
f29437a
3d9cd7f
dbe6e61
abc4076
a2f13a2
6c02397
2a2f11e
77317c1
34c6580
5ecacb9
6bc76a9
fa40340
b65e6fa
361355b
3a6262b
444a1ca
b2a4125
3f3442e
4257484
c7af1ec
9f536d7
4fae382
babe9f7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,8 @@ | ||
| linters: with_defaults(line_length_linter(120)) | ||
| exclusions: list("inst/doc/creating_linters.R" = 1, "inst/example/bad.R", "tests/testthat/exclusions-test") | ||
| exclusions: list( | ||
| "inst/doc/creating_linters.R" = 1, | ||
| "inst/example/bad.R", | ||
| "tests/testthat/dummy_packages", | ||
| "tests/testthat/exclusions-test", | ||
| "tests/testthat/knitr_malformed/incomplete_r_block.Rmd" | ||
| ) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Package: assignmentLinter | ||
AshesITR marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Type: Package | ||
| Title: What the package does (short line) | ||
| Version: 1.0 | ||
| Date: 2019-12-17 | ||
| Author: Who wrote it | ||
| Maintainer: Who to complain to <[email protected]> | ||
| Description: More about what it does (maybe more than one line) | ||
| License: What license is it under? | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| exportPattern("^[[:alpha:]]+") |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| abc = 123 | ||
| ghi <- 456 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| jkl = 456 | ||
| mno = 789 |
Uh oh!
There was an error while loading. Please reload this page.