Merge pull request #455 from miniBill/absolute-file-write #1408
10 problems found
I found 10 problems while reviewing your project.
Annotations
Check failure on line 39 in src/Pages/Script.elm
github-actions / elm-review
NoUnused.Variables: Imported module `BackendTask.Custom` is not used
You should either use this value somewhere, or remove it at the location I
pointed at.
Check failure on line 7 in src/Pages/Script.elm
github-actions / elm-review
Docs.ReviewAtDocs: Missing @docs reference for exposed `sleep`
There is no @docs reference for this element. Maybe you exposed or renamed it
recently.
Please add a @docs reference to it the module documentation (the one at the top
of the module) like this:
{-|
@docs sleep
-}
Check failure on line 7 in src/Pages/Script.elm
github-actions / elm-review
Docs.ReviewAtDocs: Missing @docs reference for exposed `doThen`
There is no @docs reference for this element. Maybe you exposed or renamed it
recently.
Please add a @docs reference to it the module documentation (the one at the top
of the module) like this:
{-|
@docs doThen
-}
Check failure on line 301 in src/Pages/Script/Spinner.elm
github-actions / elm-review
NoUnused.Patterns: Value `string` is not used
You should either use this value somewhere or replace it with '_'.
Check failure on line 84 in src/Pages/Script/Spinner.elm
github-actions / elm-review
NoUnused.Parameters: Parameter `options_` is not used
You should either use this parameter somewhere, or remove it at the location I
pointed at.
Check failure on line 1 in src/Pages/Script/Spinner.elm
github-actions / elm-review
NoUnused.Modules: Module `Pages.Script.Spinner` is never used.
This module is never used. You may want to remove it to keep your project clean,
and maybe detect some unused code in your project.
Check failure on line 1 in src/Pages/Script/Spinner.elm
github-actions / elm-review
NoUnused.Exports: Module `Pages.Script.Spinner` is never used.
This module is never used. You may want to remove it to keep your project clean,
and maybe detect some unused code in your project.
Check failure on line 16 in src/Pages/Script/Spinner.elm
github-actions / elm-review
NoUnused.CustomTypeConstructors: Type constructor `Custom` is not used.
This type constructor is never used. It might be handled everywhere it might
appear, but there is no location where this value actually gets created.
Check failure on line 15 in src/Pages/Script/Spinner.elm
github-actions / elm-review
NoUnused.CustomTypeConstructors: Type constructor `Info` is not used.
This type constructor is never used. It might be handled everywhere it might
appear, but there is no location where this value actually gets created.
Check failure on line 14 in src/Pages/Script/Spinner.elm
github-actions / elm-review
NoUnused.CustomTypeConstructors: Type constructor `Warn` is not used.
This type constructor is never used. It might be handled everywhere it might
appear, but there is no location where this value actually gets created.