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

Format controls to match cookstyle #95

Open
em-c-rod opened this issue Mar 8, 2023 · 0 comments
Open

Format controls to match cookstyle #95

em-c-rod opened this issue Mar 8, 2023 · 0 comments

Comments

@em-c-rod
Copy link
Contributor

em-c-rod commented Mar 8, 2023

Verify that the controls are in the cookstyle format with one modification from the default cookstyle formatting below*

  1. Install the cookstyle gem on your development environment
    a. To install the gem use: gem install cookstyle
    b. To verify that the gem is install use: gem list cookstyle
  2. Run "cookstyle -a ./controls" to modify the expected controls to be in the cookstyle format
  3. Test via the kitchen tests to confirm that results are the same as before the syntax updates

*Use the settings below in a .rubocop.yml file or find a way to change this default setting in the command line when running cookstyle
Style/WordArray:
Description: 'Use %w or %W for an array of words. (https://rubystyle.guide#percent-w)'
Enabled : false

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