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 

贡献者指南