From 177906dff554147c85028cd28cba8911c0ec7a85 Mon Sep 17 00:00:00 2001 From: Xephi Date: Tue, 27 Sep 2022 11:53:11 +0200 Subject: [PATCH] test: Update cli_options rules code --- test/system/cli_options.test | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/system/cli_options.test b/test/system/cli_options.test index 7af465b..3015399 100644 --- a/test/system/cli_options.test +++ b/test/system/cli_options.test @@ -19,23 +19,23 @@ $$$ ./lambdananas-exe test/system/examples/Correct.hs # Invoquing with argos output $$$ ./lambdananas-exe -o argos test/system/examples/UselessDo.hs && tail -n 1 style-major.txt >>> -test/system/examples/UselessDo.hs:10:D1 +test/system/examples/UselessDo.hs:10:H-D1 >>>= 0 # Dumping issue manifest $$$ ./lambdananas-exe --dump-manifest >>> -C4:nested ifs -D1:useless do -D2:useless generator -C5:guard should be a pattern -F3:too long line -F4:too long function -T1:function has no signature -P1:a file is not parsable -E1:a file contains forbidden extensions -G1:a file has a badly formatted Epitech header -XX:debug rule left empty +H-C4:nested ifs +H-D1:useless do +H-D2:useless generator +H-C5:guard should be a pattern +H-F3:too long line +H-F4:too long function +H-T1:function has no signature +H-P1:a file is not parsable +H-E1:a file contains forbidden extensions +H-G1:a file has a badly formatted Epitech header +H-XX:debug rule left empty >>>= 0 # Excluding directories with vera