Skip to content

Commit

Permalink
cookstyle fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jan 20, 2025
1 parent b73089c commit 92ea0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/cask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# limitations under the License.
#

unified_mode true
chef_version_for_provides '< 14.0' if respond_to?(:chef_version_for_provides)

property :cask_name, String, regex: %r{^[\w/-]+$}, name_property: true
Expand Down
1 change: 1 addition & 0 deletions resources/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# limitations under the License.
#

unified_mode true
chef_version_for_provides '< 14.0' if respond_to?(:chef_version_for_provides)

property :tap_name, String, name_property: true, regex: %r{^[\w-]+(?:\/[\w-]+)+$}
Expand Down

0 comments on commit 92ea0b7

Please sign in to comment.