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

Removes Include configuration values #22

Merged
merged 1 commit into from Jan 29, 2019
Merged

Removes Include configuration values #22

merged 1 commit into from Jan 29, 2019

Commits on Jan 29, 2019

  1. Removes Include configuration values

    Since 0.57 `Include` overwrites the hardcoded defaults. All values here
    are already included in the defaults, so no point in defining them here
    anymore.
    
    Also:
    - `SpaceInsideHashLiteralBraces` now belongs to `Layout` instead of
    `Style`
    - Disable new added cop `Style/AccessModifierDeclarations`. We use
    inline declarations (`private :foo :bar`) as default in our codebase.
    jbilbo committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    f4f1039 View commit details
    Browse the repository at this point in the history