forked from MapComplete/MapComplete
Chore: cleanup 'fixme' comments
This commit is contained in:
parent
6a1c5fec97
commit
c3e5b0c9ec
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue