leanprover-community/physlib

Multigoal linter

Offen

#353 geöffnet am 27.02.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Lean (139 Forks)auto 404
good first issuehelp-wanted

Repository-Metriken

Stars
 (642 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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 

Contributor Guide