Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Mathlib/Tactic/Linter/TextBased/UnicodeLinter.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import Mathlib.Init

The actual linter is defined in `TextBased.lean`.

This file defines the blocklist and other tools used by the linter.
This file defines the allowlist and other tools used by the linter.

**When changing, make sure to stay in synch with [style guide](https://github.com/leanprover-community/leanprover-community.github.io/blob/lean4/templates/contribute/style.md#unicode-usage)**

-/

Expand Down
Loading