Backport work from NoDebug

This commit is contained in:
Jeroen Engels 2020-04-05 09:47:59 +02:00
parent 5bcae912f2
commit 236da80392
2 changed files with 1 additions and 7 deletions

View File

@ -1,9 +1,6 @@
module NoDebug.Log exposing (rule)
{-| Forbid the use of [`Debug.log`](https://package.elm-lang.org/packages/elm/core/latest/Debug#log).
# Rule
{-|
@docs rule

View File

@ -2,9 +2,6 @@ module NoDebug.TodoOrToString exposing (rule)
{-|
# Rule
@docs rule
-}