File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Hints that apply only to the HLint source code
6
6
7
+ # ####################################################################
8
+ # # GROUPS OF HINTS WE TURN ON
9
+
10
+ - group : {name: future, enabled: true}
11
+ - group : {name: extra, enabled: true}
12
+
13
+
7
14
# ####################################################################
8
15
# # RESTRICTIONS
9
16
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ main :: IO ()
7
7
main = do
8
8
system_ " hlint --generate-summary"
9
9
system_ " hlint --test +RTS -K512K"
10
- (time,_) <- duration $ system_ " hlint src --with-group=extra --with-group=future " -- "UNIPLATE_VERBOSE=-1 hlint src +RTS -K1K"
10
+ (time,_) <- duration $ system_ " hlint src" -- "UNIPLATE_VERBOSE=-1 hlint src +RTS -K1K"
11
11
putStrLn $ " Running HLint on self took " ++ showDuration time
You can’t perform that action at this time.
0 commit comments