Skip to content

Commit

Permalink
chore: no need to suppress Aesop warning (#17716)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 14, 2024
1 parent d839ff4 commit fada3e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
`linter.style.longLine, true⟩,
`linter.style.longFile, .ofNat 1500⟩,
`linter.style.missingEnd, true⟩,
`linter.style.setOption, true⟩,
`aesop.warn.applyIff, false-- This became a problem after https://github.com/leanprover-community/aesop/commit/29cf094e84ae9852f0011b47b6ddc684ffe4be5f
`linter.style.setOption, true
]

/-- These options are passed as `leanOptions` to building mathlib, as well as the
Expand Down

0 comments on commit fada3e8

Please sign in to comment.