annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

docs wrong

Open krtschmr opened this issue 6 years ago • 1 comments

docs say:

To annotate just your models:

annotate --models

but if i run it, i get a mess

 annotate --models

Annotated (19): app/models/coin.rb, test/models/coin_test.rb, test/fixtures/coins.yml, app/models/crypto_payment.rb, test/models/crypto_payment_test.rb, test/fixtures/crypto_payments.yml, app/models/ledger_entry.rb, test/models/ledger_entry_test.rb, test/fixtures/ledger_entries.yml, app/models/crypto_withdrawal.rb, test/models/crypto_withdrawal_test.rb, test/fixtures/crypto_withdrawals.yml, app/models/user.rb, app/models/withdrawal.rb, test/models/withdrawal_test.rb, test/fixtures/withdrawals.yml, app/models/donation.rb, test/models/donation_test.rb, test/fixtures/donations.yml

krtschmr avatar Nov 21 '19 05:11 krtschmr

Even i got similar problem while using the annotate --models. It also added comments in the test/, specs/ and *.yml files.

Is it the expected behaviour?

pathaknv avatar Jan 13 '20 10:01 pathaknv