1
1
mirror of https://github.com/srid/ema.git synced 2024-11-22 04:13:06 +03:00

hlint: ignore infinitely suggestion

This commit is contained in:
Sridhar Ratnakumar 2022-05-21 10:52:35 -04:00
parent ffa731838e
commit 15b79c1108
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Ours
- ignore: {name: Use camelCase }
# `forever` is useful in siteInput.
- ignore: {name: Use infinitely }
# Relude's hlint.yaml

View File

@ -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