Closed wushiqinlou closed 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.19%. Comparing base (
1d8b213
) to head (7bcee7e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Signed-off-by: jiazhang jiazhang@redhat.com
rh-pre-commit.version: 2.3.1 rh-pre-commit.check-secrets: ENABLED
All Pull Requests:
Check all that apply:
Complete Description of Additions/Changes:
Options in httpd configuration files are not case sensitive. To avoid configuration files parsing missing, it is necessary to use
istartswith("Include")
instead ofstartswith("Include")
.Besides Options nginx configuration files are case sensitive, no need to update the nginx combiner.