leanprover-community/physlib

Multigoal linter

オープン

#353 opened on 2025/02/27

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Lean (139 件のフォーク)auto 404
good first issuehelp-wanted

Repository metrics

Stars
 (642 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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 

コントリビューターガイド