Skip to content

208 support metrics report generation #326

208 support metrics report generation

208 support metrics report generation #326

Triggered via pull request March 23, 2024 19:47
Status Failure
Total duration 21m 53s
Artifacts

ghc.yml

on: pull_request
Run static checks
9s
Run static checks
Matrix: Run pipeline
Build and upload site (master)
0s
Build and upload site (master)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Run pipeline (ubuntu-latest)
Error: The process '/usr/local/bin/stack' failed with exit code 1
Run pipeline (ubuntu-latest)
The process '/usr/local/bin/stack' failed with exit code 1
Run static checks: eo-phi-normalizer/src/Language/EO/Phi/Normalize.hs#L3
Warning in module Language.EO.Phi.Normalize: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE OverloadedLabels #-}"
Run static checks: eo-phi-normalizer/src/Language/EO/Phi/Metrics/Collect.hs#L8
Warning in module Language.EO.Phi.Metrics.Collect: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE OverloadedLabels #-}"
Run static checks: eo-phi-normalizer/src/Language/EO/Phi/Rules/Yaml.hs#L307
Warning in evaluateMetaFuncs' in module Language.EO.Phi.Rules.Yaml: Redundant pure ▫︎ Found: "do nuCount' <- gets (Common.intToBytesObject . nuCount)\n pure nuCount'" ▫︎ Perhaps: "do gets (Common.intToBytesObject . nuCount)"
Run static checks: eo-phi-normalizer/test/Language/EO/YamlSpec.hs#L25
Suggestion in spec in module Language.EO.YamlSpec: Redundant bracket ▫︎ Found: "(map snd resultOneStep) `shouldSatisfy` sameObjs expected" ▫︎ Perhaps: "map snd resultOneStep `shouldSatisfy` sameObjs expected"