Commit 2026-04-21 08:27 60c81925

View on Github →

chore: forbid prime (') in filenames, rename LinearCombination' (#35518) This PR renames Mathlib/Tactic/LinearCombination'.lean to LinearCombinationPrime.lean (and the corresponding test file), and adds a lint check to modulesOSForbidden to prevent future files with prime/apostrophe characters in their names. The ' character in filenames causes shell escaping issues in scripts (any find ... -name '*.lean' or similar pattern needs careful quoting to handle these files correctly). 🤖 Prepared with Claude Code

Estimated changes