You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a linter shouldn't take care of whitespaces and other things that don't modify the AST but are "purely aesthetic", that's the role of a formatter (and I don't think ast-grep is the right tool for this). So I remove from the list all linters related to formatting.
https://lintr.r-lib.org/dev/reference/#individual-linters
brace_lintercommas_lintercommented_code_linter- Not possible since this only appears as kind "comment" in tree-sitter. Potentially: Highlight ROxygen tags r-lib/tree-sitter-r#68extraction_operator_linter- deprecatedfunction_left_parentheses_linterifelse_censor_linterWon't implement, I think it makes the code less readableimplicit_integer_linterWon't implement, I think this is rarely useful and makes the code less readableindentation_linterinfix_spaces_linterline_length_linterparen_body_linterpipe_continuation_linterspaces_inside_linterspaces_left_parentheses_lintertrailing_blank_lines_lintertrailing_whitespace_linterwhitespace_linterThe text was updated successfully, but these errors were encountered: