|
1 | 1 | # Options |
2 | 2 |
|
3 | | -Mathlib version: `75f8adf6a6e95711bf49b848b590f2d123371a14` |
| 3 | +Mathlib version: `ef549b7b128a834178a5f25fbcdf75c3aa32deb7` |
4 | 4 |
|
5 | 5 | ## Elab.async |
6 | 6 | type: `Bool` |
@@ -744,7 +744,7 @@ type: `Bool` |
744 | 744 |
|
745 | 745 | default: `true` |
746 | 746 |
|
747 | | -Linter, mostly used by `@[to_additive]`, that checks that the source declaration doesn't have certain attributes |
| 747 | +Linter, mostly used by translate attributes, that checks that the source declaration doesn't have certain attributes |
748 | 748 |
|
749 | 749 | ## linter.flexible |
750 | 750 | type: `Bool` |
@@ -1194,34 +1194,34 @@ default: `false` |
1194 | 1194 |
|
1195 | 1195 |
|
1196 | 1196 |
|
1197 | | -## linter.toAdditiveExisting |
| 1197 | +## linter.toAdditiveRelevantArg |
1198 | 1198 | type: `Bool` |
1199 | 1199 |
|
1200 | 1200 | default: `true` |
1201 | 1201 |
|
1202 | | -Linter used by `@[to_additive]` that checks whether the user correctly specified that |
1203 | | - the additive declaration already exists |
| 1202 | +Linter to check that the `relevant_arg` attribute is not given manually. |
1204 | 1203 |
|
1205 | | -## linter.toAdditiveGenerateName |
| 1204 | +## linter.trailingWhitespace |
1206 | 1205 | type: `Bool` |
1207 | 1206 |
|
1208 | 1207 | default: `true` |
1209 | 1208 |
|
1210 | | -Linter used by `@[to_additive]` that checks if `@[to_additive]` automatically generates the user-given name |
1211 | 1209 |
|
1212 | | -## linter.toAdditiveRelevantArg |
| 1210 | + |
| 1211 | +## linter.translateExisting |
1213 | 1212 | type: `Bool` |
1214 | 1213 |
|
1215 | 1214 | default: `true` |
1216 | 1215 |
|
1217 | | -Linter to check that the `relevant_arg` attribute is not given manually. |
| 1216 | +Linter used by translate attributes that checks whether the user correctly specified |
| 1217 | + that the translated declaration already exists |
1218 | 1218 |
|
1219 | | -## linter.trailingWhitespace |
| 1219 | +## linter.translateGenerateName |
1220 | 1220 | type: `Bool` |
1221 | 1221 |
|
1222 | 1222 | default: `true` |
1223 | 1223 |
|
1224 | | - |
| 1224 | +Linter used by translate attributes that checks if the given declaration name is equal to the automatically generated name |
1225 | 1225 |
|
1226 | 1226 | ## linter.unnecessarySeqFocus |
1227 | 1227 | type: `Bool` |
@@ -5365,14 +5365,14 @@ default: `false` |
5365 | 5365 |
|
5366 | 5366 | enable/disable tracing for the given module and submodules |
5367 | 5367 |
|
5368 | | -## trace.to_additive |
| 5368 | +## trace.translate |
5369 | 5369 | type: `Bool` |
5370 | 5370 |
|
5371 | 5371 | default: `false` |
5372 | 5372 |
|
5373 | 5373 | enable/disable tracing for the given module and submodules |
5374 | 5374 |
|
5375 | | -## trace.to_additive_detail |
| 5375 | +## trace.translate_detail |
5376 | 5376 | type: `Bool` |
5377 | 5377 |
|
5378 | 5378 | default: `false` |
|
0 commit comments