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
Fix the default behavior for model annotator (#20)
In a previous change, I removed the following options from having their
defaults set:
```ruby
:exclude_controllers
:exclude_factories
:exclude_fixtures
:exclude_helpers
:exclude_scaffolds
:exclude_serializers
:exclude_tests
```
These actually get used in
`lib/annotate_rb/model_annotator/model_file_annotator.rb:94` but weren't
easily grep-able. This led to controllers, helpers, etc being annotated
by default when they should have not been.
0 commit comments