```r lint(linters = library_call_linter(), text = " library(A) library(B, exclude=c()) library(C) ") ``` But not on `exclude='A'`
But not on
exclude='A'