annotate_models
annotate_models copied to clipboard
docs wrong
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
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?