Verites/verigraph

View on GitHub
src/CLI/Processes.hs

Summary

Maintainability
Test Coverage

Use .
Open

                  ++ fromJust (errorMessages $ validate $ initialGraph completeOgg)
Severity: Minor
Found in src/CLI/Processes.hs by hlint

Found

errorMessages $ validate $ initialGraph completeOgg

Perhaps

errorMessages . validate $ initialGraph completeOgg

Use .
Open

                  ++ fromJust (errorMessages $ validate $ finalGraph completeOgg)
Severity: Minor
Found in src/CLI/Processes.hs by hlint

Found

errorMessages $ validate $ finalGraph completeOgg

Perhaps

errorMessages . validate $ finalGraph completeOgg

There are no issues that match your filters.

Category
Status