Skip to content

Commit b716238

Browse files
committedNov 2, 2022
Remove unnecessary lint ignore
1 parent ecfde7f commit b716238

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎manifests/repo.pp

-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,10 @@
6060
$release = 'zendphp'
6161
$baseurl = 'repos.zend.com'
6262
$repos = 'non-free'
63-
# lint:ignore:manifest_whitespace_closing_bracket_after
6463
$unsupported = @("MESSAGE"/L)
6564
${product} does not support ${facts['os']['name']} ${$facts['os']['release']['major']}; \
6665
see ${support_urls['supported_platforms']} for more information\
6766
| MESSAGE
68-
# lint:endignore
6967

7068
case $facts['os']['family'] {
7169
'Debian': {

0 commit comments

Comments
 (0)
Please sign in to comment.