We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commented_code_linter
1 parent e65804d commit 9cd8ba9Copy full SHA for 9cd8ba9
README.md
@@ -36,6 +36,7 @@ If you need a bit automatic help for re-styling your code, have a look at [the `
36
own line unless they follow an else.
37
* `commas_linter`: check that all commas are followed by spaces, but do not
38
have spaces before them.
39
+* `commented_code_linter`: check that there is no commented code outside of roxygen comments.
40
* `extraction_operator_linter`: check that the `[[` operator is used when extracting a single
41
element from an object, not `[` (subsetting) nor `$` (interactive use).
42
* `implicit_integer_linter`: check that integers are explicitly typed using the form `1L` instead of `1`.
0 commit comments