Chore: cleanup 'fixme' comments

This commit is contained in:
Pieter Vander Vennet 2025-04-17 02:35:33 +02:00
parent 6a1c5fec97
commit c3e5b0c9ec
2 changed files with 2 additions and 2 deletions

View file

@ -363,7 +363,7 @@ export class DetectNonErasedKeysInMappings extends DesugaringStep<QuestionableTa
addAll(mappingKey, neededKeys)
}
neededKeys.delete("fixme") // fixme gets a free pass
neededKeys.delete("fixme") // gets a free pass
if (json.freeform) {
for (const neededKey of neededKeys) {

View file

@ -35,7 +35,7 @@ export interface DeleteConfigJson {
*/
explanation: string | any
/**
* The text that will be uploaded into the changeset or will be used in the fixme in case of a soft deletion
* The text that will be uploaded into the changeset or will be used in the `fix me` in case of a soft deletion
* Should be a few words, in english
*
* question: What should be added to the changeset as delete reason?