Skip to content

Commit

Permalink
more information in linter message
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Aug 15, 2020
1 parent d230fc1 commit 016fa09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tactic/lint/misc.lean
Expand Up @@ -89,7 +89,8 @@ return $ if d.type.contains_constant (λ n, n ∈ illegal_ge_gt) &&
{ test := ge_or_gt_in_statement,
auto_decls := ff,
no_errors_found := "Not using ≥/> in declarations",
errors_found := "USING ≥/> IN DECLARATIONS",
errors_found := "The following declarations use ≥/>, probably in a way where we would prefer
to use ≤/< instead. See note [nolint_ge] for more information.",
is_fast := ff }

/--
Expand Down

0 comments on commit 016fa09

Please sign in to comment.