We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After fixing all implicit integer lints, we can almost use .lintr_new, except for cyclomatic complexity:
.lintr_new
lint
lint_parse_error
commas_linter
object_usage_linter
sprintf_linter
normalize_exclusions
fix_eq_assigns
available_linters
namespace_linter
closed_curly_linter
split_path
fix_tab_indentations
lint_dir
open_curly_linter
The text was updated successfully, but these errors were encountered:
cyclocomp_linter
lint()
Successfully merging a pull request may close this issue.
After fixing all implicit integer lints, we can almost use
.lintr_new
, except for cyclomatic complexity:lint
: 40 -> 29lint_parse_error
: 24commas_linter
: 23object_usage_linter
: 21sprintf_linter
: 19normalize_exclusions
: 18fix_eq_assigns
: 18available_linters
: 18namespace_linter
: 18closed_curly_linter
: 17split_path
: 17fix_tab_indentations
: 16lint_dir
: 16open_curly_linter
: 16The text was updated successfully, but these errors were encountered: