Open onk opened 7 years ago
ascii = { "a" => 1, "ab" => 2, } fullwidth = { "あ" => 1, "あい" => 2, }
$ rubocop --only Layout/SpaceAroundOperators -D hoge.rb Inspecting 1 file C Offenses: hoge.rb:7:9: C: Layout/SpaceAroundOperators: Operator => should be surrounded by a single space. "あ" => 1, ^^ 1 file inspected, 1 offense detected