Skip to content

Commit 9cd8ba9

Browse files
andrewychoijimhester
authored andcommitted
Add commented_code_linter to documentation of possible linters
1 parent e65804d commit 9cd8ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ If you need a bit automatic help for re-styling your code, have a look at [the `
3636
own line unless they follow an else.
3737
* `commas_linter`: check that all commas are followed by spaces, but do not
3838
have spaces before them.
39+
* `commented_code_linter`: check that there is no commented code outside of roxygen comments.
3940
* `extraction_operator_linter`: check that the `[[` operator is used when extracting a single
4041
element from an object, not `[` (subsetting) nor `$` (interactive use).
4142
* `implicit_integer_linter`: check that integers are explicitly typed using the form `1L` instead of `1`.

0 commit comments

Comments
 (0)