```r lint("-1:3\n", implicit_integer_linter(allow_colon=TRUE)) # <text>:1:3: style: [implicit_integer_linter] Use -1L or -1.0 to avoid implicit integers. # -1:3 # ~^ ```