active_record-annotate icon indicating copy to clipboard operation
active_record-annotate copied to clipboard

Add a way to skip certain files/models

Open westonganger opened this issue 6 years ago • 4 comments

We need some other way to ignore certain files. Maybe we could have an .annotate_ignore file in the project root where we list these?

westonganger avatar Jan 25 '19 16:01 westonganger

What files do you want to ignore, for example?

7even avatar Jan 26 '19 14:01 7even

Any models I do not wish to be annotated or maybe things like ApplicationRecord and other custom parent classes I may have

westonganger avatar Jan 26 '19 16:01 westonganger

@westonganger is this still relevant after the ApplicationRecord problem got fixed?

7even avatar Feb 04 '19 20:02 7even

Yes I would say so sometimes we may want to skip certain files on a custom basis for brevity.

westonganger avatar Feb 04 '19 20:02 westonganger