Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont annotate errors by default #11

Open
westonganger opened this issue Jan 22, 2019 · 0 comments
Open

Dont annotate errors by default #11

westonganger opened this issue Jan 22, 2019 · 0 comments

Comments

@westonganger
Copy link
Contributor

I don't want to see error messages being annotated on the top of classes that failed. This happens commonly on parent classes such as ApplicationRecord or other custom ParentModel.

Examples:

  • # # can't find table ''

OR

# Could not dump table "other_db.foobars" because of following NoMethodError
#   undefined method `[]' for nil:NilClass

These messages should not be shown by default. Maybe we could add something like an optional --debug flag to the rake task which would still print these messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant