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

[chefstyle] import Chefstyle cops and config #968

Merged
merged 6 commits into from
Jan 23, 2024

Commits on Jan 16, 2024

  1. [chefstyle] import Chefstyle cops and config

    There's already a lot of overlap with Chefstyle, and maintaining one repo instead of two makes
    development and maintenance easier for everyone.
    
    Adds --chefstyle argument, which uses chefstyle.yml instead of cookstyle.yml
    
    Didn't import Ruby27KeywordArgumentWarnings, since it's already in Cookstyle
    
    Signed-off-by: David Crosby <dcrosby@fb.com>
    dafyddcrosby committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    62ec10b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. [rubocop] fix Style/BarePercentLiterals

    Signed-off-by: David Crosby <dcrosby@fb.com>
    dafyddcrosby committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7bd108c View commit details
    Browse the repository at this point in the history
  2. [rubocop] fix Lint/UnusedBlockArgument

    Signed-off-by: David Crosby <dcrosby@fb.com>
    dafyddcrosby committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0a7d16f View commit details
    Browse the repository at this point in the history
  3. [rubocop] fix Style/PercentLiteralDelimiters

    Signed-off-by: David Crosby <dcrosby@fb.com>
    dafyddcrosby committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b96656f View commit details
    Browse the repository at this point in the history
  4. [rubocop] fix Style/StringLiterals

    Signed-off-by: David Crosby <dcrosby@fb.com>
    dafyddcrosby committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0085f73 View commit details
    Browse the repository at this point in the history
  5. [rubocop] fix Layout/HeredocIndentation

    Signed-off-by: David Crosby <dcrosby@fb.com>
    dafyddcrosby committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e4620f9 View commit details
    Browse the repository at this point in the history