mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Switch only FIXME
comment to TODO
This commit is contained in:
parent
bdbb79f1fa
commit
d5ac394d19
1 changed files with 1 additions and 1 deletions
|
@ -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 }}),
|
||||
|
|
Loading…
Reference in a new issue