You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for model name without namespace in resolver (#93)
This PR adds a new wildcard that can be used in the
`additional_file_patterns` options. When specifying additional files to
get annotated, such as in tests or specs, you can use
`%MODEL_NAME_WITHOUT_NS%` as a wild card.
Example:
```yaml
:additional_file_patterns:
- spec/components/%MODEL_NAME_WITHOUT_NS%_spec.rb
```
0 commit comments