parser 3.0.0.0 → 3.0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,9 +76,11 @@ module Parser
76
76
  :duplicate_variable_name => 'duplicate variable name %{name}',
77
77
  :duplicate_pattern_key => 'duplicate hash pattern key %{name}',
78
78
  :endless_setter => 'setter method cannot be defined in an endless method definition',
79
+ :invalid_id_to_get => 'identifier %{identifier} is not valid to get',
79
80
 
80
81
  # Parser warnings
81
82
  :useless_else => 'else without rescue is useless',
83
+ :duplicate_hash_key => 'key is duplicated and overwritten',
82
84
 
83
85
  # Parser errors that are not Ruby errors
84
86
  :invalid_encoding => 'literal contains escape sequences incompatible with UTF-8',