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

Exclude files in db/migrate from ForbidSuperclassConstLiteral #57

Merged
merged 2 commits into from Mar 16, 2021

Conversation

RyanBrushett
Copy link
Contributor

@RyanBrushett RyanBrushett commented Mar 16, 2021

Resolves #52

Also fixes a typo that I had previously introduced.

@RyanBrushett RyanBrushett requested a review from a team March 16, 2021 14:20
@@ -296,7 +302,7 @@ def foo(b:, a: 1); end

Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
--- | --- | --- | --- | ---
Enabled | Yes | Yes | - | -
Disabled | Yes | Yes | 0.6.0 | -
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo was affecting our ability to generate the docs correctly.

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

Successfully merging this pull request may close these issues.

Do not autocorrect ActiveRecord::Migration[xxx] superclasses
4 participants