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

Resource property descriptions shouldn't end with a space #904

Open
1 of 8 tasks
tas50 opened this issue Sep 4, 2021 · 0 comments
Open
1 of 8 tasks

Resource property descriptions shouldn't end with a space #904

tas50 opened this issue Sep 4, 2021 · 0 comments
Labels
New Cop Proposal A proposal for a new Cookstyle cop Status: Untriaged An issue that has yet to be triaged.

Comments

@tas50
Copy link
Contributor

tas50 commented Sep 4, 2021

What category of cop is this?:

Please try to select as few as possible.

  • Chef/Deprecations - A cop that alerts on a deprecation in the Chef Infra Client
  • Chef/Correctness - A cop that alerts when incorrect coding behavior is being used
  • Chef/Sharing - A cop that alerts to missing functionality necessary for sharing cookbooks with others
  • Chef/Style - A cop that alerts to a style best practice
  • Chef/Modernize - A cop that alerts when a cookbook can be simplified or modernized with new functionality
  • Chef/Effortless - A cop that alerts on code that must be resolved to move to the Effortless pattern
  • Chef/RedundantCode - A cop that detects redundant code regardless of Chef Infra release
  • InSpec/Deprecations - A cop that alerts on a deprecation in the Chef InSpec

Describe the new cop:

Descriptions shouldn't end in a space

What it would trigger on:

property :template, String,
         name_property: true,
         description: 'Name of the template '

What it would autocorrect to if applicable

property :template, String,
         name_property: true,
         description: 'Name of the template'
@tas50 tas50 added Status: Untriaged An issue that has yet to be triaged. New Cop Proposal A proposal for a new Cookstyle cop labels Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Cop Proposal A proposal for a new Cookstyle cop Status: Untriaged An issue that has yet to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant