IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 40 forks source link

Resolve custom module path #95

Closed giginet closed 5 years ago

giginet commented 5 years ago

Currently, custom_module_rule didn't accept relative paths.

custom_module_rule:
  - module: UIComponents
    included:
      - UIComponents # not working
      - /Users/giginet/path/to/my/project/UIComponents # accepted

This PR make it enable resolving relative URL.