Weird behavior when specifying "on" in identifier_name
excluded list
#1424
Labels
enhancement
Ideas for improvements of existing features and rules.
This stopped working since 0.18.1. Swiftlint now acts as if the excluded list doesn't exist. However, when I remove
on
from this list, it works as expected (but still giving a warning about the use ofon
in my codebase of course).I think this is the result of the switch in YAML parsing, because "on" is a reserved word in yaml used to specify a boolean. I've tried putting it in quotes around
"on"
but that didn't help.The text was updated successfully, but these errors were encountered: