@@ -30,7 +30,8 @@ This part of the code
3030should be written as
3131 'field1 : Nat'
3232
33- note: this linter can be disabled with `set_option linter.style.commandStart false`
33+
34+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
3435-/
3536#guard_msgs in
3637structure A where
@@ -57,7 +58,8 @@ This part of the code
5758should be written as
5859 'field1 : Nat'
5960
60- note: this linter can be disabled with `set_option linter.style.commandStart false`
61+
62+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
6163-/
6264#guard_msgs in
6365structure D where
@@ -75,7 +77,8 @@ This part of the code
7577should be written as
7678 'instance {R} :'
7779
78- note: this linter can be disabled with `set_option linter.style.commandStart false`
80+
81+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
7982-/
8083#guard_msgs in
8184instance {R} : Add R := sorry
@@ -89,7 +92,8 @@ This part of the code
8992should be written as
9093 'instance {R} :'
9194
92- note: this linter can be disabled with `set_option linter.style.commandStart false`
95+
96+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
9397-/
9498#guard_msgs in
9599instance {R} : Add R := sorry
@@ -163,7 +167,8 @@ local infixl:50 " ≼ " => s
163167
164168/--
165169warning: The `commandStart` linter had some parsing issues: feel free to silence it and report this error!
166- note: this linter can be disabled with `set_option linter.style.commandStart.verbose false`
170+
171+ Note: This linter can be disabled with `set_option linter.style.commandStart.verbose false`
167172-/
168173#guard_msgs in
169174set_option linter.style.commandStart.verbose true in
@@ -186,7 +191,8 @@ This part of the code
186191should be written as
187192 'variable [h :'
188193
189- note: this linter can be disabled with `set_option linter.style.commandStart false`
194+
195+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
190196---
191197warning: extra space in the source
192198
@@ -195,7 +201,8 @@ This part of the code
195201should be written as
196202 '[h : Add'
197203
198- note: this linter can be disabled with `set_option linter.style.commandStart false`
204+
205+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
199206---
200207warning: extra space in the source
201208
@@ -204,7 +211,8 @@ This part of the code
204211should be written as
205212 '[h : Add'
206213
207- note: this linter can be disabled with `set_option linter.style.commandStart false`
214+
215+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
208216---
209217warning: extra space in the source
210218
@@ -213,7 +221,8 @@ This part of the code
213221should be written as
214222 'Nat] [Add'
215223
216- note: this linter can be disabled with `set_option linter.style.commandStart false`
224+
225+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
217226---
218227warning: extra space in the source
219228
@@ -222,7 +231,8 @@ This part of the code
222231should be written as
223232 '[Add Nat]'
224233
225- note: this linter can be disabled with `set_option linter.style.commandStart false`
234+
235+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
226236-/
227237#guard_msgs in
228238variable [ h : Add Nat ] [ Add Nat]
@@ -235,7 +245,8 @@ This part of the code
235245should be written as
236246 'omit [h :'
237247
238- note: this linter can be disabled with `set_option linter.style.commandStart false`
248+
249+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
239250---
240251warning: extra space in the source
241252
@@ -244,7 +255,8 @@ This part of the code
244255should be written as
245256 ' [Add'
246257
247- note: this linter can be disabled with `set_option linter.style.commandStart false`
258+
259+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
248260-/
249261#guard_msgs in
250262omit [h : Add Nat] [Add Nat]
@@ -260,7 +272,8 @@ This part of the code
260272should be written as
261273 '@[aesop (rule_sets'
262274
263- note: this linter can be disabled with `set_option linter.style.commandStart false`
275+
276+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
264277-/
265278#guard_msgs in
266279@[aesop (rule_sets := [builtin] ) safe apply] example : True := trivial
@@ -269,7 +282,8 @@ end misc
269282
270283/--
271284warning: 'section' starts on column 1, but all commands should start at the beginning of the line.
272- note: this linter can be disabled with `set_option linter.style.commandStart false`
285+
286+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
273287-/
274288#guard_msgs in
275289 section
@@ -282,7 +296,8 @@ This part of the code
282296should be written as
283297 'example : True'
284298
285- note: this linter can be disabled with `set_option linter.style.commandStart false`
299+
300+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
286301-/
287302#guard_msgs in
288303example : True := trivial
@@ -299,7 +314,8 @@ This part of the code
299314should be written as
300315 'example : True'
301316
302- note: this linter can be disabled with `set_option linter.style.commandStart false`
317+
318+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
303319-/
304320#guard_msgs in
305321example : True :=trivial
@@ -312,7 +328,8 @@ This part of the code
312328should be written as
313329 '(a : Nat)'
314330
315- note: this linter can be disabled with `set_option linter.style.commandStart false`
331+
332+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
316333-/
317334#guard_msgs in
318335variable (a: Nat)
@@ -325,7 +342,8 @@ This part of the code
325342should be written as
326343 '(_a : Nat)'
327344
328- note: this linter can be disabled with `set_option linter.style.commandStart false`
345+
346+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
329347-/
330348#guard_msgs in
331349example (_a: Nat) : True := trivial
@@ -338,7 +356,8 @@ This part of the code
338356should be written as
339357 '{a : Nat}'
340358
341- note: this linter can be disabled with `set_option linter.style.commandStart false`
359+
360+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
342361-/
343362#guard_msgs in
344363example {a: Nat} : a = a := rfl
@@ -358,7 +377,8 @@ This part of the code
358377should be written as
359378 ': Nat}'
360379
361- note: this linter can be disabled with `set_option linter.style.commandStart false`
380+
381+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
362382-/
363383#guard_msgs in
364384example {a :Nat} : a = a := rfl
@@ -371,7 +391,8 @@ This part of the code
371391should be written as
372392 'example {a :'
373393
374- note: this linter can be disabled with `set_option linter.style.commandStart false`
394+
395+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
375396---
376397warning: missing space in the source
377398
@@ -380,14 +401,16 @@ This part of the code
380401should be written as
381402 ': Nat}'
382403
383- note: this linter can be disabled with `set_option linter.style.commandStart false`
404+
405+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
384406-/
385407#guard_msgs in
386408example {a :Nat} : a = a := rfl
387409
388410/--
389411warning: unused variable `b`
390- note: this linter can be disabled with `set_option linter.unusedVariables false`
412+
413+ Note: This linter can be disabled with `set_option linter.unusedVariables false`
391414---
392415warning: missing space in the source
393416
@@ -396,7 +419,8 @@ This part of the code
396419should be written as
397420 'Nat} {b :'
398421
399- note: this linter can be disabled with `set_option linter.style.commandStart false`
422+
423+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
400424-/
401425#guard_msgs in
402426example {a : Nat}{b : Nat} : a = a := rfl
@@ -409,7 +433,8 @@ This part of the code
409433should be written as
410434 'Nat} : a ='
411435
412- note: this linter can be disabled with `set_option linter.style.commandStart false`
436+
437+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
413438-/
414439#guard_msgs in
415440example {a : Nat} : a = a := rfl
@@ -422,7 +447,8 @@ This part of the code
422447should be written as
423448 'alpha] {a'
424449
425- note: this linter can be disabled with `set_option linter.style.commandStart false`
450+
451+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
426452-/
427453#guard_msgs in
428454example {alpha} [Neg alpha ] {a : Nat} : a = a := rfl
@@ -435,7 +461,8 @@ This part of the code
435461should be written as
436462 'example : True'
437463
438- note: this linter can be disabled with `set_option linter.style.commandStart false`
464+
465+ Note: This linter can be disabled with `set_option linter.style.commandStart false`
439466-/
440467#guard_msgs in
441468/-- Check that doc/strings do not get removed as comments. -/
0 commit comments