File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/fastlane/plugin/wpmreleasetoolkit/helper/ios Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def self.find_duplicated_keys(file:)
73
73
File . readlines ( file ) . each_with_index do |line , line_no |
74
74
line . chars . each_with_index do |c , col_no |
75
75
# Handle escaped characters at a global level.
76
- # This is more straightforward than having a `TRANSITIONS` table that account for it.
76
+ # This is more straightforward than having to account for it in the `TRANSITIONS` table .
77
77
if state . in_escaped_ctx || c == '\\'
78
78
# Just because we check for escaped characters at the global level, it doesn't mean we allow them in every context.
79
79
allowed_contexts_for_escaped_characters = %i[ in_quoted_key in_quoted_value in_block_comment in_line_comment ]
You can’t perform that action at this time.
0 commit comments