aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-05-12 20:33:47 +0100
committerSergio Martins <smartins@kde.org>2019-05-12 20:33:47 +0100
commit8863e191a9349b6403623e2268f1da976092cea6 (patch)
tree42309c1d85ba5f4df58570ebc858ead7968fc90a
parent6c8892d7a31f003df46759991f5f10f1ca5e487b (diff)
tests: Remove last mention of CLAZY_FIXIT
-rw-r--r--tests/clazy/test_requested_checks.sh.expected3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/clazy/test_requested_checks.sh.expected b/tests/clazy/test_requested_checks.sh.expected
index 7075a5b8..15ea8070 100644
--- a/tests/clazy/test_requested_checks.sh.expected
+++ b/tests/clazy/test_requested_checks.sh.expected
@@ -113,9 +113,6 @@ To specify which checks to enable set the CLAZY_CHECKS env variable, for example
or pass as compiler arguments, for example:
-Xclang -plugin-arg-clazy -Xclang reserve-candidates,qstring-allocations
-To enable FixIts for a check, also set the env variable CLAZY_FIXIT, for example:
- export CLAZY_FIXIT="fix-qlatin1string-allocations"
-
FixIts are experimental and rewrite your code therefore only one FixIt is allowed per build.
Specifying a list of different FixIts is not supported.
Backup your code before running them.