Fixed typo in missing linter rules.

This commit is contained in:
Callum 2020-10-19 21:16:33 +02:00 committed by GitHub
parent 6def9c940d
commit abb0901e2e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -435,7 +435,7 @@ GetLinterRules() {
debug " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) exists." debug " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) exists."
else else
# Here we expect a rules file, so fail if not available. # Here we expect a rules file, so fail if not available.
fatal " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) doesn't exists. Terminating..." fatal " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) doesn't exist. Terminating..."
fi fi
eval "export ${LANGUAGE_LINTER_RULES}" eval "export ${LANGUAGE_LINTER_RULES}"