We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459049f commit bd4758eCopy full SHA for bd4758e
bin/codefixer
@@ -15,7 +15,7 @@ if [ -f "${DIR}/../../${RULESET}" ]; then
15
elif [ -f "${DIR}/../../${RULESET}.xml" ]; then
16
RULESET="${DIR}/../../${RULESET}.xml"
17
else
18
- RULESET="${DIR}/../warengo/qa/ruleset.xml"
+ RULESET="${DIR}/../utilitte/qa/ruleset.xml"
19
fi
20
21
# Show installed coding standards
bin/codesniffer
0 commit comments