Switch only `FIXME` comment to `TODO`

This commit is contained in:
Sijawusz Pur Rahnama 2023-11-06 14:55:48 +01:00
parent bdbb79f1fa
commit d5ac394d19
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ module Ameba::Rule::Performance
issue_for name_location, end_location, message do |corrector|
next unless node_name_location = node.name_location
# FIXME: switching the order of the below calls breaks the corrector
# TODO: switching the order of the below calls breaks the corrector
corrector.replace(
name_location,
name_location.adjust(column_number: {{ "map".size - 1 }}),