chef / omnibus

Easily create full-stack installers for your project across a variety of platforms.
Apache License 2.0
1.29k stars 296 forks source link

[trivial] Fixed bad constant reference #1112

Closed atomic-penguin closed 1 year ago

atomic-penguin commented 1 year ago

Description

In builder library's strip() function there is a reference to IGNORED_PATTERNS which was renamed to IGNORED_SUBSTRINGS in whitelist file. This bugfix updates the constant name to allow the strip() function to work.


Maintainers

Please ensure that you check for:

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

vkarve-chef commented 1 year ago

Older reference PR