Browse Source

[Minor] Remove superflous "string.format()"

pull/4950/head
twesterhever 1 month ago
parent
commit
eed763a7cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rules/regexp/headers.lua

+ 1
- 1
rules/regexp/headers.lua View File

@@ -904,7 +904,7 @@ reconf['HAS_ORG_HEADER'] = {
}

reconf['HAS_CD_HEADER'] = {
re = string.format('header_exists(Content-Description)'),
re = 'header_exists(Content-Description)',
description = 'Has Content-Description header',
score = 0.0,
group = 'headers'

Loading…
Cancel
Save