leanprover-community/physlib

Multigoal linter

Aperta

#353 aperta il 27 feb 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Lean (139 fork)auto 404
good first issuehelp-wanted

Metriche repository

Star
 (642 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The whole of PhysLean needs the MultiGoal linter run on it and all the warnings dealt with.

In particular

[leanOptions]
linter.style.multiGoal = true

should be added to lakefile.toml and the project built with lake build. This will generate warnings, some of which may be from Mathlib, but the ones from PhysLean should be dealt. For example:

   exact h 
   exact h2 

should be replaced with:

  · exact h1 
  · exact h2 

Guida contributor