Skip to contents

Get the list of linters in flint

Usage

list_linters()

Value

A character vector

Examples

list_linters()
#>  [1] "any_duplicated"       "any_is_na"            "class_equals"        
#>  [4] "condition_message"    "double_assignment"    "duplicate_argument"  
#>  [7] "empty_assignment"     "equal_assignment"     "equals_na"           
#> [10] "expect_comparison"    "expect_identical"     "expect_length"       
#> [13] "expect_named"         "expect_not"           "expect_null"         
#> [16] "expect_true_false"    "expect_type"          "for_loop_index"      
#> [19] "function_return"      "implicit_assignment"  "is_numeric"          
#> [22] "length_levels"        "length_test"          "lengths"             
#> [25] "library_call"         "literal_coercion"     "matrix_apply"        
#> [28] "missing_argument"     "nested_ifelse"        "numeric_leading_zero"
#> [31] "outer_negation"       "package_hooks"        "paste"               
#> [34] "redundant_equals"     "redundant_ifelse"     "right_assignment"    
#> [37] "semicolon"            "seq"                  "sort"                
#> [40] "T_and_F_symbol"       "todo_comment"         "undesirable_function"
#> [43] "undesirable_operator" "unnecessary_nesting"  "unreachable_code"