Skip to content

Commit

Permalink
test: Update cli_options rules code
Browse files Browse the repository at this point in the history
  • Loading branch information
Xephi committed Sep 27, 2022
1 parent 7047e93 commit 177906d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/system/cli_options.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 177906d

Please sign in to comment.