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

Disable Metric/BlockLength cop #243

Merged
merged 1 commit into from Oct 17, 2016

Commits on Oct 14, 2016

  1. Disable Metric/BlockLength cop

    `Metric/BlockLength` is a new cop in rubocop 0.44.
    rubocop/rubocop#3566
    
    All puppet type definitions occur in blocks that are almost always
    longer than 25 lines.  I don't see much benefit in having the cop
    enabled, and then having to disable it with control comments instead.
    
    Signed-off-by: Alexander Fisher <alex@linfratech.co.uk>
    alexjfisher committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    e2e8ce7 View commit details
    Browse the repository at this point in the history