Avoid interpreting CPP as Boz #674
Annotations
9 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Setup Haskell build environment
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Test:
src/Language/Fortran/Analysis/ModGraph.hs#L14
The import of ‘Control.Monad’ is redundant
|
Test:
test/Language/Fortran/Analysis/ModFileSpec.hs#L4
The import of ‘TestUtil’ is redundant
|
Test:
test/Language/Fortran/Analysis/ModFileSpec.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
|
Test:
test/Language/Fortran/Analysis/ModFileSpec.hs#L17
The import of ‘Language.Fortran.Analysis.DataFlow’ is redundant
|
Test:
test/Language/Fortran/Analysis/ModFileSpec.hs#L30
This binding for ‘pf’ shadows the existing binding
|
Test:
test/Language/Fortran/Analysis/ModFileSpec.hs#L36
Top-level binding with no type signature: testModuleMaps :: IO ()
|
Loading