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

Remove double spaces after periods in documentation #618

Merged
merged 1 commit into from
May 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rubocop/cop/chef/correctness/node_normal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Cop
module Chef
module ChefCorrectness
# Normal attributes are discouraged since their semantics differ importantly from the
# default and override levels. Their values persist in the node object even after
# default and override levels. Their values persist in the node object even after
# all code referencing them has been deleted, unlike default and override.
#
# Code should be updated to use default or override levels, but this will change
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/cop/chef/correctness/node_normal_unless.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Cop
module Chef
module ChefCorrectness
# Normal attributes are discouraged since their semantics differ importantly from the
# default and override levels. Their values persist in the node object even after
# default and override levels. Their values persist in the node object even after
# all code referencing them has been deleted, unlike default and override.
#
# Code should be updated to use default or override levels, but this will change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module RuboCop
module Cop
module Chef
module ChefStyle
# Don't loop over an array to set cookbook dependencies or supported platforms if you have fewer than three values to set. Setting multiple `supports` or `depends` values is simpler and easier to understand for new users.
# Don't loop over an array to set cookbook dependencies or supported platforms if you have fewer than three values to set. Setting multiple `supports` or `depends` values is simpler and easier to understand for new users.
#
# @example
#
Expand Down