As pointed out by @AshesITR in #1020, there's a false positive in `strings_as_factors` linter for: ``` data.frame(a = c('b c' = 1)) ```