mirror of
https://github.com/srid/ema.git
synced 2024-11-22 12:33:18 +03:00
hlint: ignore infinitely suggestion
This commit is contained in:
parent
ffa731838e
commit
15b79c1108
@ -1,5 +1,7 @@
|
||||
# Ours
|
||||
- ignore: {name: Use camelCase }
|
||||
# `forever` is useful in siteInput.
|
||||
- ignore: {name: Use infinitely }
|
||||
|
||||
|
||||
# Relude's hlint.yaml
|
||||
|
@ -1,8 +1,6 @@
|
||||
{-# LANGUAGE DeriveAnyClass #-}
|
||||
{-# LANGUAGE UndecidableInstances #-}
|
||||
|
||||
{-# HLINT ignore "Use infinitely" #-}
|
||||
|
||||
{- | A very simple site with routes, but based on dynamically changing values
|
||||
|
||||
The current time is computed in the server every second, and the resultant
|
||||
|
Loading…
Reference in New Issue
Block a user