Skip to content

Commit

Permalink
Capitalize HTTP
Browse files Browse the repository at this point in the history
So that it isn't picked up and flagged itself.
  • Loading branch information
JDGrimes committed Dec 5, 2016
1 parent 2b77055 commit 4269a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .wordpoints-dev-lib-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function wordpoints-dev-lib-config() {
# Exclude WP HTTP TestCase cache files from the disallowed strings check.
CODESNIFF_PATH_STRINGS=("${CODESNIFF_PATH_STRINGS[@]}" '!' -path './tests/phpunit/cache/wp-http-tc/*')

# Ignore lines that currently still need to have 'http' in them.
# Ignore lines that currently still need to have 'HTTP' in them.
CODESNIFF_IGNORED_STRINGS=("${CODESNIFF_IGNORED_STRINGS[@]}" -e http://example.org -e 'this->url')
}

Expand Down

0 comments on commit 4269a09

Please sign in to comment.