Skip to content

feat: Allow writing holes which are solved by BRAT #48

feat: Allow writing holes which are solved by BRAT

feat: Allow writing holes which are solved by BRAT #48

Triggered via pull request December 9, 2024 12:42
@acl-cqcacl-cqc
synchronize #59
holes
Status Success
Total duration 18s
Artifacts

hlint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint: brat/Brat/Checker/Helpers.hs#L120
Suggestion in pullPorts in module Brat.Checker.Helpers: Use uncurry ▫︎ Found: "\\ (pulled, rest) -> pulled ++ rest" ▫︎ Perhaps: "uncurry (++)" ▫︎ Note: increases laziness