chef / cookstyle

A linting tool that helps you to write better Chef Infra cookbooks and InSpec profiles by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Apache License 2.0
107 stars 54 forks source link

RuboCop URL in README uses http://rubocop.org #963

Open dafyddcrosby opened 11 months ago

dafyddcrosby commented 11 months ago

Documentation still references http://rubocop.org for URLs, which works but isn't as secure as using https://rubocop.org (good newbie task) See https://github.com/chef/cookstyle/blob/2971520aef809f5f40fb02cd1c2480410fb376d7/README.md#L13

williamtheaker commented 2 weeks ago

This was fixed in #964.