Opinionated OCaml linter with Merlin integration for code quality, naming conventions, and style checks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

merlint: replace emoji with plain text in suppression display

+1 -1
+1 -1
bin/main.ml
··· 237 237 Hashtbl.replace by_rule e.rule (prev + 1)) 238 238 all_excluded; 239 239 Fmt.pr "@[<v>%a %d issues suppressed by .merlintrc exclusions:@," 240 - Fmt.(styled `Yellow string) "⚠" n; 240 + Fmt.(styled `Yellow string) "!" n; 241 241 Hashtbl.iter (fun rule count -> 242 242 Fmt.pr " [%s] %d suppressed@," rule count) 243 243 by_rule;