From ce8e3f82ec38b4f9a2415e64e1931cf53202e0b9 Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Fri, 25 Feb 2022 00:06:46 +0000 Subject: [PATCH] Cookstyle 7.32.0 Fixes Issues found and resolved with: .delivery/project.toml - 1:15 convention: Style/StringLiterals - Prefer single-quoted strings when you don't need string interpolation or special symbols. https://rubystyle.guideconsistent-string-literals Signed-off-by: kitchen-porter --- .delivery/project.toml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.delivery/project.toml b/.delivery/project.toml index 6d5e361..d3d1e9b 100644 --- a/.delivery/project.toml +++ b/.delivery/project.toml @@ -1 +1 @@ -remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml" +remote_file = 'https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml' diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a5048..2906bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to changes made in each version of the selinux_policy cookbook. +## Unreleased + +- resolved cookstyle error: .delivery/project.toml:1:15 convention: `Style/StringLiterals` + ## 2.4.3 (2020-08-07) - Ship the correct license file since this cookbook was relicensed - [@tas50](https://github.com/tas50)