Deprecated syntax
Reports the use of the syntax deprecated from Ruby 1.9. For example, :
instead of then
for one-line if
, when
, unless
.
Example:
condition = true
if condition: 1 else 0 # -> if condition then 1 else 0
unless condition: 0 else 1 # -> unless condition then 0 else 1
value = 1
case value
when 1: true # -> when 1 then true
end
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
RubyDeprecatedSyntaxInspection- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Ruby, 242.22897 |
Last modified: 11 September 2024