IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
949 stars 42 forks source link

Config included behavior #81

Closed igorkulman closed 5 years ago

igorkulman commented 5 years ago

Running the tool with .iblinter.yml

disabled_rules:
  - custom_class_name
included:
  - Scenarios

The tool also accesses different locations that are outside the Scenarios folder, like the Carthage folder. I would expect the tool to only traverse the path in the included list, same as SwiftLint.