leanprover-community/physlib

Multigoal linter

開放

#353 建立於 2025年2月27日

 (0 則留言) (0 個反應) (0 位負責人)Lean (139 個分叉)auto 404
good first issuehelp-wanted

倉庫指標

星標
 (642 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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 

貢獻者指南