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"         "list_comparison"      "literal_coercion"    
#> [28] "matrix_apply"         "missing_argument"     "nested_ifelse"       
#> [31] "numeric_leading_zero" "outer_negation"       "package_hooks"       
#> [34] "paste"                "redundant_equals"     "redundant_ifelse"    
#> [37] "rep_len"              "right_assignment"     "sample_int"          
#> [40] "semicolon"            "seq"                  "sort"                
#> [43] "stopifnot_all"        "T_and_F_symbol"       "todo_comment"        
#> [46] "undesirable_function" "undesirable_operator" "unnecessary_nesting" 
#> [49] "unreachable_code"     "which_grepl"