Commit 3d96bab
authored
MINOR: [R] Fix .lintr config file for updated lintr dependency (#38639)
### Rationale for this change
The lint CI job is failing because an update to a dependency of lintr now does more strict DCF checking on the .lintr file
### What changes are included in this PR?
The 'license' field was wrapped in quotes so that .lintr passes validation
### Are these changes tested?
Yes, by existing CI job
### Are there any user-facing changes?
No
Authored-by: Dewey Dunnington <dewey@voltrondata.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>1 parent e62ec62 commit 3d96bab
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments