Skip to content

Instantly share code, notes, and snippets.

@hanachin
Last active September 1, 2019 15:43
Show Gist options
  • Save hanachin/8dacf9ff8075b094a1c23c9dcad85c15 to your computer and use it in GitHub Desktop.
Save hanachin/8dacf9ff8075b094a1c23c9dcad85c15 to your computer and use it in GitHub Desktop.
time RUBOCOP_SPEC_URL=SECRET go run run-test.go | tee result.txt
% time RUBOCOP_SPEC_URL=SECRET go run run-test.go | tee result.txt
% cat result.txt | ruby -npe '~/summary_line":"([^"]*)"/;$_=$_.split(?:,2)[0]+":"+($1||"")+"\n"'
This file has been truncated, but you can view the full file.
spec/rubocop/formatter/colorizable_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:8:1]","description":"invokes #colorize(string, cyan","full_description":"RuboCop::Formatter::Colorizable#cyan invokes #colorize(string, cyan","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.000484145,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:2:1]","description":"invokes #colorize(string, black","full_description":"RuboCop::Formatter::Colorizable#black invokes #colorize(string, black","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.000275028,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:5:1]","description":"invokes #colorize(string, yellow","full_description":"RuboCop::Formatter::Colorizable#yellow invokes #colorize(string, yellow","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.000236229,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:9:1]","description":"invokes #colorize(string, white","full_description":"RuboCop::Formatter::Colorizable#white invokes #colorize(string, white","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.000230308,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:1:1:1:1]","description":"colorizes the passed string","full_description":"RuboCop::Formatter::Colorizable#colorize when the global Rainbow.enabled is true and the formatter's output is a tty colorizes the passed string","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":47,"run_time":0.000573259,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:1:1:2:1]","description":"does nothing","full_description":"RuboCop::Formatter::Colorizable#colorize when the global Rainbow.enabled is true and the formatter's output is not a tty does nothing","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":32,"run_time":0.000294306,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:1:1:3:1]","description":"colorizes the passed string","full_description":"RuboCop::Formatter::Colorizable#colorize when the global Rainbow.enabled is true and output is not a tty, but --color option was provided colorizes the passed string","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":67,"run_time":0.000239006,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:1:2:1:1]","description":"does nothing","full_description":"RuboCop::Formatter::Colorizable#colorize when the global Rainbow.enabled is false and the formatter's output is a tty does nothing","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":32,"run_time":0.000232558,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:1:2:2:1]","description":"does nothing","full_description":"RuboCop::Formatter::Colorizable#colorize when the global Rainbow.enabled is false and the formatter's output is not a tty does nothing","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":32,"run_time":0.000257594,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:3:1]","description":"invokes #colorize(string, red","full_description":"RuboCop::Formatter::Colorizable#red invokes #colorize(string, red","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.000257697,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:4:1]","description":"invokes #colorize(string, green","full_description":"RuboCop::Formatter::Colorizable#green invokes #colorize(string, green","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.000206003,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:7:1]","description":"invokes #colorize(string, magenta","full_description":"RuboCop::Formatter::Colorizable#magenta invokes #colorize(string, magenta","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.000218183,"pending_message":null},{"id":"./spec/rubocop/formatter/colorizable_spec.rb[1:6:1]","description":"invokes #colorize(string, blue","full_description":"RuboCop::Formatter::Colorizable#blue invokes #colorize(string, blue","status":"passed","file_path":"./spec/rubocop/formatter/colorizable_spec.rb","line_number":107,"run_time":0.00027081,"pending_message":null}],"summary":{"duration":0.05883731,"example_count":13,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"13 examples, 0 failures"}
spec/rubocop/cop/layout/space_before_semicolon_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":33653,"examples":[{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:1]","description":"registers an offense for space before semicolon","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon registers an offense for space before semicolon","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":11,"run_time":0.033584459,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:3]","description":"auto-corrects space before semicolon","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon auto-corrects space before semicolon","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":22,"run_time":0.000666819,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:4]","description":"handles more than one space before a semicolon","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon handles more than one space before a semicolon","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":27,"run_time":0.000442116,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:2]","description":"does not register an offense for no space before semicolons","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon does not register an offense for no space before semicolons","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":18,"run_time":0.000370894,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:5:1:2]","description":"accepts a space between an opening brace and a semicolon","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon inside block braces when EnforcedStyle for SpaceInsideBlockBraces is space accepts a space between an opening brace and a semicolon","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":46,"run_time":0.000444002,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:5:1:1:1]","description":"accepts no space between an opening brace and a semicolon","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon inside block braces when EnforcedStyle for SpaceInsideBlockBraces is space behaves like common behavior accepts no space between an opening brace and a semicolon","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":34,"run_time":0.016898241,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:5:2:2]","description":"registers an offense for a space between an opening brace and a semicolon","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon inside block braces when EnforcedStyle for SpaceInsideBlockBraces is no_space registers an offense for a space between an opening brace and a semicolon","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":58,"run_time":0.000675972,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb[1:5:2:1:1]","description":"accepts no space between an opening brace and a semicolon","full_description":"RuboCop::Cop::Layout::SpaceBeforeSemicolon inside block braces when EnforcedStyle for SpaceInsideBlockBraces is no_space behaves like common behavior accepts no space between an opening brace and a semicolon","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_semicolon_spec.rb","line_number":34,"run_time":0.000325148,"pending_message":null}],"summary":{"duration":0.055380201,"example_count":8,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"8 examples, 0 failures"}
spec/rubocop/formatter/clang_style_formatter_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/formatter/clang_style_formatter_spec.rb[1:1:1]","description":"displays text containing the offending source line","full_description":"RuboCop::Formatter::ClangStyleFormatter#report_file displays text containing the offending source line","status":"passed","file_path":"./spec/rubocop/formatter/clang_style_formatter_spec.rb","line_number":22,"run_time":0.000589732,"pending_message":null},{"id":"./spec/rubocop/formatter/clang_style_formatter_spec.rb[1:1:2:1]","description":"does not display offending source line","full_description":"RuboCop::Formatter::ClangStyleFormatter#report_file when the source line is blank does not display offending source line","status":"passed","file_path":"./spec/rubocop/formatter/clang_style_formatter_spec.rb","line_number":49,"run_time":0.000258093,"pending_message":null},{"id":"./spec/rubocop/formatter/clang_style_formatter_spec.rb[1:1:3:1]","description":"displays the first line with ellipses","full_description":"RuboCop::Formatter::ClangStyleFormatter#report_file when the offending source spans multiple lines displays the first line with ellipses","status":"passed","file_path":"./spec/rubocop/formatter/clang_style_formatter_spec.rb","line_number":75,"run_time":0.0002345,"pending_message":null},{"id":"./spec/rubocop/formatter/clang_style_formatter_spec.rb[1:1:4:1]","description":"prints message as-is","full_description":"RuboCop::Formatter::ClangStyleFormatter#report_file when the offense is not corrected prints message as-is","status":"passed","file_path":"./spec/rubocop/formatter/clang_style_formatter_spec.rb","line_number":105,"run_time":0.000187724,"pending_message":null},{"id":"./spec/rubocop/formatter/clang_style_formatter_spec.rb[1:1:5:1]","description":"prints [Corrected] along with message","full_description":"RuboCop::Formatter::ClangStyleFormatter#report_file when the offense is automatically corrected prints [Corrected] along with message","status":"passed","file_path":"./spec/rubocop/formatter/clang_style_formatter_spec.rb","line_number":115,"run_time":0.000158213,"pending_message":null}],"summary":{"duration":0.002787076,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/cop/style/redundant_conditional_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":33653,"examples":[{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:3:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code without offense when checking \"x == y ? 1 : 10\" does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":37,"run_time":0.000740309,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:8:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code without offense when checking \"if x == y\\n 1\\nelse\\n 2\\nend\\n\" does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":37,"run_time":0.00048074,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:9:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code without offense when checking \"if cond\\n 1\\nelseif x == y\\n 2\\nelse\\n 3\\nend\\n\" does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":37,"run_time":0.000544871,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"x == y ? true : false\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":26,"run_time":0.03758071,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"x == y ? true : false\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":14,"run_time":0.000485743,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"x == y ? true : false\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":22,"run_time":0.000662448,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:7:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if cond\\n false\\nelsif x == y\\n false\\nelse\\n true\\nend\\n\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":14,"run_time":0.000629671,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:7:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if cond\\n false\\nelsif x == y\\n false\\nelse\\n true\\nend\\n\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":26,"run_time":0.017645505,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:7:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if cond\\n false\\nelsif x == y\\n false\\nelse\\n true\\nend\\n\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":22,"run_time":0.001101545,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:6:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if cond\\n false\\nelsif x == y\\n true\\nelse\\n false\\nend\\n\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":26,"run_time":0.000991443,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:6:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if cond\\n false\\nelsif x == y\\n true\\nelse\\n false\\nend\\n\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":14,"run_time":0.016889967,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:6:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if cond\\n false\\nelsif x == y\\n true\\nelse\\n false\\nend\\n\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":22,"run_time":0.001289469,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"x == y ? false : true\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":22,"run_time":0.000725186,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"x == y ? false : true\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":26,"run_time":0.000936771,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"x == y ? false : true\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":14,"run_time":0.037050569,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:4:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if x == y\\n true\\nelse\\n false\\nend\\n\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":14,"run_time":0.00065921,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:4:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if x == y\\n true\\nelse\\n false\\nend\\n\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":26,"run_time":0.0007955,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:4:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if x == y\\n true\\nelse\\n false\\nend\\n\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":22,"run_time":0.000790632,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:5:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if x == y\\n false\\nelse\\n true\\nend\\n\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":26,"run_time":0.017453869,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:5:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if x == y\\n false\\nelse\\n true\\nend\\n\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":14,"run_time":0.000495409,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_conditional_spec.rb[1:5:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::RedundantConditional behaves like code with offense when checking \"if x == y\\n false\\nelse\\n true\\nend\\n\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_conditional_spec.rb","line_number":22,"run_time":0.00094482,"pending_message":null}],"summary":{"duration":0.1425324,"example_count":21,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"21 examples, 0 failures"}
spec/rubocop/cop/style/option_hash_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::OptionHash registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":9,"run_time":0.334567005,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OptionHash when there are no arguments does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":44,"run_time":0.000668589,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:5:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OptionHash when passing options hash to super does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":65,"run_time":0.016658239,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:5:3]","description":"does not register an offense when call to super is in a nested block","full_description":"RuboCop::Cop::Style::OptionHash when passing options hash to super does not register an offense when call to super is in a nested block","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":83,"run_time":0.001074457,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:5:2]","description":"does not register an offense when code exists before call to super","full_description":"RuboCop::Cop::Style::OptionHash when passing options hash to super does not register an offense when code exists before call to super","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":73,"run_time":0.000627653,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OptionHash when the last argument is an options hash named something else does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":19,"run_time":0.000886549,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:2:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::OptionHash when the last argument is an options hash named something else when the argument name is in the list of suspicious names registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":31,"run_time":0.037217267,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:6:1]","description":"ignores if the method is whitelisted","full_description":"RuboCop::Cop::Style::OptionHash whitelist ignores if the method is whitelisted","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":97,"run_time":0.000824694,"pending_message":null},{"id":"./spec/rubocop/cop/style/option_hash_spec.rb[1:4:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OptionHash when the last argument is a non-options-hash optional hash does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/option_hash_spec.rb","line_number":55,"run_time":0.000851696,"pending_message":null}],"summary":{"duration":0.395536866,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/cop/bundler/ordered_gems_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:1:1]","description":"does not register any offenses","full_description":"RuboCop::Cop::Bundler::OrderedGems When gems are alphabetically sorted does not register any offenses","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":15,"run_time":0.522468101,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:10:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When gems are asciibetically sorted does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":208,"run_time":0.016930782,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:2:1]","description":"ignores the line","full_description":"RuboCop::Cop::Bundler::OrderedGems when a gem is referenced from a variable ignores the line","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":24,"run_time":0.001395122,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:2:2]","description":"resets the sorting to a new block","full_description":"RuboCop::Cop::Bundler::OrderedGems when a gem is referenced from a variable resets the sorting to a new block","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":32,"run_time":0.000817865,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:4:1]","description":"does not register any offenses","full_description":"RuboCop::Cop::Bundler::OrderedGems When each individual group of line is sorted does not register any offenses","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":57,"run_time":0.00069445,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:6:1]","description":"does not register any offenses","full_description":"RuboCop::Cop::Bundler::OrderedGems When the gemfile is empty does not register any offenses","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":86,"run_time":0.038910205,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:9:2]","description":"autocorrects","full_description":"RuboCop::Cop::Bundler::OrderedGems When gems have an inline comment, and not sorted autocorrects","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":197,"run_time":0.018644827,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:9:1]","description":"registers an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When gems have an inline comment, and not sorted registers an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":188,"run_time":0.000846331,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:7:1]","description":"registers some offenses","full_description":"RuboCop::Cop::Bundler::OrderedGems When each individual group of line is not sorted registers some offenses","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":106,"run_time":0.017652343,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:7:2]","description":"autocorrects","full_description":"RuboCop::Cop::Bundler::OrderedGems When each individual group of line is not sorted autocorrects","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":126,"run_time":0.041924347,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When gems are not alphabetically sorted registers an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":42,"run_time":0.00075129,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:12:1]","description":"registers an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When a gem that starts with a capital letter is not sorted registers an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":226,"run_time":0.000578937,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:8:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When gem groups is separated by multiline comment with TreatCommentsAsGroupSeparators: false registers an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":160,"run_time":0.001099414,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:8:1:1]","description":"accepts","full_description":"RuboCop::Cop::Bundler::OrderedGems When gem groups is separated by multiline comment with TreatCommentsAsGroupSeparators: true accepts","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":148,"run_time":0.000529102,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:13:1]","description":"registers an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When there are duplicated gems in group registers an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":241,"run_time":0.000960338,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:5:1]","description":"registers an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When a gem declaration takes several lines registers an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":69,"run_time":0.016941396,"pending_message":null},{"id":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb[1:11:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Bundler::OrderedGems When a gem that starts with a capital letter is sorted does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/bundler/ordered_gems_spec.rb","line_number":217,"run_time":0.000735231,"pending_message":null}],"summary":{"duration":0.737902791,"example_count":17,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"17 examples, 0 failures"}
spec/rubocop/cop/style/rescue_modifier_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:4]","description":"handles modifier rescue in normal rescue","full_description":"RuboCop::Cop::Style::RescueModifier handles modifier rescue in normal rescue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":33,"run_time":0.00105309,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:1]","description":"registers an offense for modifier rescue","full_description":"RuboCop::Cop::Style::RescueModifier registers an offense for modifier rescue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":12,"run_time":0.000517319,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:7]","description":"does not register an offense for normal rescue with ensure","full_description":"RuboCop::Cop::Style::RescueModifier does not register an offense for normal rescue with ensure","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":63,"run_time":0.016918927,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:6]","description":"does not register an offense for normal rescue","full_description":"RuboCop::Cop::Style::RescueModifier does not register an offense for normal rescue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":53,"run_time":0.000550015,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:8]","description":"does not register an offense for nested normal rescue","full_description":"RuboCop::Cop::Style::RescueModifier does not register an offense for nested normal rescue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":75,"run_time":0.000539407,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:3]","description":"handles more complex expression with modifier rescue","full_description":"RuboCop::Cop::Style::RescueModifier handles more complex expression with modifier rescue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":26,"run_time":0.000516786,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:5]","description":"handles modifier rescue in a method","full_description":"RuboCop::Cop::Style::RescueModifier handles modifier rescue in a method","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":44,"run_time":0.000568987,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:2]","description":"registers an offense for modifier rescue around parallel assignment","full_description":"RuboCop::Cop::Style::RescueModifier registers an offense for modifier rescue around parallel assignment","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":19,"run_time":0.000575404,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:12:1]","description":"processes excluded files with issue","full_description":"RuboCop::Cop::Style::RescueModifier excluded file processes excluded files with issue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":234,"run_time":0.036981557,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:9:1]","description":"accepts normal rescue","full_description":"RuboCop::Cop::Style::RescueModifier when an instance method has implicit begin accepts normal rescue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":90,"run_time":0.000606709,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:9:2]","description":"handles modifier rescue in body of implicit begin","full_description":"RuboCop::Cop::Style::RescueModifier when an instance method has implicit begin handles modifier rescue in body of implicit begin","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":100,"run_time":0.000664607,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:11:4]","description":"corrects nested rescue modifier","full_description":"RuboCop::Cop::Style::RescueModifier autocorrect corrects nested rescue modifier","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":183,"run_time":0.00062128,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:11:5]","description":"corrects doubled rescue modifiers","full_description":"RuboCop::Cop::Style::RescueModifier autocorrect corrects doubled rescue modifiers","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":206,"run_time":0.018161446,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:11:1]","description":"corrects basic rescue modifier","full_description":"RuboCop::Cop::Style::RescueModifier autocorrect corrects basic rescue modifier","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":136,"run_time":0.000519882,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:11:3]","description":"corrects rescue modifier nested inside of def","full_description":"RuboCop::Cop::Style::RescueModifier autocorrect corrects rescue modifier nested inside of def","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":164,"run_time":0.00053615,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:11:2]","description":"corrects complex rescue modifier","full_description":"RuboCop::Cop::Style::RescueModifier autocorrect corrects complex rescue modifier","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":150,"run_time":0.000496763,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:10:1]","description":"accepts normal rescue","full_description":"RuboCop::Cop::Style::RescueModifier when a singleton method has implicit begin accepts normal rescue","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":113,"run_time":0.000564248,"pending_message":null},{"id":"./spec/rubocop/cop/style/rescue_modifier_spec.rb[1:10:2]","description":"handles modifier rescue in body of implicit begin","full_description":"RuboCop::Cop::Style::RescueModifier when a singleton method has implicit begin handles modifier rescue in body of implicit begin","status":"passed","file_path":"./spec/rubocop/cop/style/rescue_modifier_spec.rb","line_number":123,"run_time":0.017346987,"pending_message":null}],"summary":{"duration":0.100076663,"example_count":18,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"18 examples, 0 failures"}
spec/rubocop/cop/lint/circular_argument_reference_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:1:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in ordinal arguments when the seemingly-circular default value is a method call does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":29,"run_time":0.000899427,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:1:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in ordinal arguments when the method does not contain a circular argument reference does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":19,"run_time":0.000509611,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in ordinal arguments when the method contains a circular argument reference registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":8,"run_time":0.017025393,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:2:6:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in keyword arguments when there are multiple offensive keyword arguments registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":94,"run_time":0.00087209,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:2:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in keyword arguments when the keyword argument is not circular, and calls a method does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":51,"run_time":0.000546486,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:2:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in keyword arguments when there is one circular argument reference registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":61,"run_time":0.000591807,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:2:4:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in keyword arguments when the keyword argument is not circular, but calls a method of its own class with a self specification does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":73,"run_time":0.037304631,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in keyword arguments when the keyword argument is not circular does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":41,"run_time":0.000725165,"pending_message":null},{"id":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb[1:2:5:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::CircularArgumentReference circular argument references in keyword arguments when the keyword argument is not circular, but calls a method of some other object with the same name does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/circular_argument_reference_spec.rb","line_number":84,"run_time":0.000587831,"pending_message":null}],"summary":{"duration":0.061493539,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/cop/style/if_unless_modifier_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:7]","description":"accepts multiline if whose body is more than one line","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts multiline if whose body is more than one line","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":193,"run_time":0.258977933,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:21]","description":"accepts if-end when used as LHS of binary arithmetic","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts if-end when used as LHS of binary arithmetic","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":349,"run_time":0.000513393,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:18]","description":"doesn't break if-end when used as RHS of class var assignment","full_description":"RuboCop::Cop::Style::IfUnlessModifier doesn't break if-end when used as RHS of class var assignment","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":322,"run_time":0.000791763,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:9]","description":"accepts code with EOL comment since user might want to keep it","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts code with EOL comment since user might want to keep it","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":221,"run_time":0.016691866,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:15]","description":"accepts if-end followed by a chained call using `&.`","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts if-end followed by a chained call using `&.`","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":296,"run_time":0.000669378,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:10]","description":"accepts if-else-end","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts if-else-end","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":229,"run_time":0.00060936,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:19]","description":"doesn't break if-end when used as RHS of constant assignment","full_description":"RuboCop::Cop::Style::IfUnlessModifier doesn't break if-end when used as RHS of constant assignment","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":331,"run_time":0.000658355,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:12]","description":"accepts if/elsif","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts if/elsif","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":240,"run_time":0.000529891,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:16]","description":"doesn't break if-end when used as RHS of local var assignment","full_description":"RuboCop::Cop::Style::IfUnlessModifier doesn't break if-end when used as RHS of local var assignment","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":304,"run_time":0.000599053,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:11]","description":"accepts an empty condition","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts an empty condition","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":235,"run_time":0.017204256,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:20]","description":"doesn't break if-end when used as RHS of binary arithmetic","full_description":"RuboCop::Cop::Style::IfUnlessModifier doesn't break if-end when used as RHS of binary arithmetic","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":340,"run_time":0.000739376,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:6]","description":"accepts multiline if that doesn't fit on one line","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts multiline if that doesn't fit on one line","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":189,"run_time":0.000813048,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:17]","description":"doesn't break if-end when used as RHS of instance var assignment","full_description":"RuboCop::Cop::Style::IfUnlessModifier doesn't break if-end when used as RHS of instance var assignment","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":313,"run_time":0.000616283,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:14]","description":"accepts if-end followed by a chained call using `.`","full_description":"RuboCop::Cop::Style::IfUnlessModifier accepts if-end followed by a chained call using `.`","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":288,"run_time":0.000447908,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline if that fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":66,"run_time":0.00107354,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:2:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline if that fits on one line does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":79,"run_time":0.002431533,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:2:3:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline if that fits on one line and has two statements separated by semicolon accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":85,"run_time":0.000784815,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline if that fits on one line with comment on first line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":104,"run_time":0.000523497,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:3:2]","description":"does auto-correction and preserves comment","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline if that fits on one line with comment on first line does auto-correction and preserves comment","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":113,"run_time":0.000484315,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:5:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Style::IfUnlessModifier short multiline if near an else etc does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":171,"run_time":0.0010491,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:5:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier short multiline if near an else etc registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":152,"run_time":0.017816654,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:8:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline unless that fits on one line does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":215,"run_time":0.000722431,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:8:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline unless that fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":206,"run_time":0.000583763,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:28:1]","description":"registers an offense even for a long modifier statement","full_description":"RuboCop::Cop::Style::IfUnlessModifier when Metrics/LineLength is disabled registers an offense even for a long modifier statement","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":509,"run_time":0.000724002,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:26:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with a named regexp capture on the LHS does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":400,"run_time":0.001026168,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:13:2:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifier with implicit match conditional when a multiline if doesn't fit on one line accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":280,"run_time":0.00066413,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:13:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with implicit match conditional when a multiline if fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":264,"run_time":0.000661831,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:13:1:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Style::IfUnlessModifier with implicit match conditional when a multiline if fits on one line does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":271,"run_time":0.000679225,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:25:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifier unless-end with conditional as body accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":390,"run_time":0.016865325,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:23:1]","description":"adds parentheses so as not to change meaning","full_description":"RuboCop::Cop::Style::IfUnlessModifier if-end is argument to a non-parenthesized method call adds parentheses so as not to change meaning","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":369,"run_time":0.000751615,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:1:1:1]","description":"corrects it to normal form","full_description":"RuboCop::Cop::Style::IfUnlessModifier modifier if that does not fit on one line when Metrics/LineLength is enabled corrects it to normal form","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":18,"run_time":0.000822179,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:1:2:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifier modifier if that does not fit on one line when Metrics/LineLength is disabled accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":42,"run_time":0.000575459,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:27:3:1:2:1]","description":"doesn't register an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with disabled Layout/Tab cop without any IndentationWidth config behaves like with tabs indentation it doesn't fit on one line doesn't register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":442,"run_time":0.297898227,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:27:3:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with disabled Layout/Tab cop without any IndentationWidth config behaves like with tabs indentation it fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":425,"run_time":0.000768365,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:27:2:1:2:1]","description":"doesn't register an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with disabled Layout/Tab cop with Layout/IndentationWidth: Width config behaves like with tabs indentation it doesn't fit on one line doesn't register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":442,"run_time":0.000472296,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:27:2:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with disabled Layout/Tab cop with Layout/IndentationWidth: Width config behaves like with tabs indentation it fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":425,"run_time":0.000467865,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:27:1:1:2:1]","description":"doesn't register an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with disabled Layout/Tab cop with Layout/Tab: IndentationWidth config behaves like with tabs indentation it doesn't fit on one line doesn't register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":442,"run_time":0.036973547,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:27:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifier with disabled Layout/Tab cop with Layout/Tab: IndentationWidth config behaves like with tabs indentation it fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":425,"run_time":0.000555689,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:4:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifier multiline if that fits on one line with comment near end accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":120,"run_time":0.000568641,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:22:1]","description":"doesn't add redundant parentheses","full_description":"RuboCop::Cop::Style::IfUnlessModifier if-end is argument to a parenthesized method call doesn't add redundant parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":358,"run_time":0.000676888,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb[1:24:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifier if-end with conditional as body accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_spec.rb","line_number":380,"run_time":0.000546799,"pending_message":null}],"summary":{"duration":0.797859105,"example_count":41,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"41 examples, 0 failures"}
spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:4]","description":"registers offense when param ends in number","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName registers offense when param ends in number","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":33,"run_time":0.017281113,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:2]","description":"does not register for brace block without parameters","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName does not register for brace block without parameters","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":21,"run_time":0.000505804,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:6]","description":"registers offense when param contains uppercase characters","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName registers offense when param contains uppercase characters","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":49,"run_time":0.00048277,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:5]","description":"registers offense when param is less than minimum length","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName registers offense when param is less than minimum length","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":40,"run_time":0.000467652,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:1]","description":"does not register for block without parameters","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName does not register for block without parameters","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":13,"run_time":0.000373149,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:3]","description":"does not register offense for valid parameter names","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName does not register offense for valid parameter names","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":27,"run_time":0.000422892,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:7]","description":"can register multiple offenses in one block","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName can register multiple offenses in one block","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":56,"run_time":0.036943148,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:10:1]","description":"accept params that end in numbers","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName with AllowNamesEndingInNumbers accept params that end in numbers","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":117,"run_time":0.000820265,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:9:2]","description":"accepts param that uses a forbidden name's letters","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName with ForbiddenNames accepts param that uses a forbidden name's letters","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":103,"run_time":0.000454697,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:9:1]","description":"registers offense for param listed as forbidden","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName with ForbiddenNames registers offense for param listed as forbidden","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":96,"run_time":0.000477171,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:8:2]","description":"registers unlisted offensive names","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName with AllowedNames registers unlisted offensive names","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":81,"run_time":0.000518725,"pending_message":null},{"id":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb[1:8:1]","description":"accepts specified block param names","full_description":"RuboCop::Cop::Naming::UncommunicativeBlockParamName with AllowedNames accepts specified block param names","status":"passed","file_path":"./spec/rubocop/cop/naming/uncommunicative_block_param_name_spec.rb","line_number":75,"run_time":0.00048927,"pending_message":null}],"summary":{"duration":0.07745259,"example_count":12,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"12 examples, 0 failures"}
spec/rubocop/cop/naming/class_and_module_camel_case_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/naming/class_and_module_camel_case_spec.rb[1:1]","description":"registers an offense for underscore in class and module name","full_description":"RuboCop::Cop::Naming::ClassAndModuleCamelCase registers an offense for underscore in class and module name","status":"passed","file_path":"./spec/rubocop/cop/naming/class_and_module_camel_case_spec.rb","line_number":6,"run_time":0.000925829,"pending_message":null},{"id":"./spec/rubocop/cop/naming/class_and_module_camel_case_spec.rb[1:2]","description":"is not fooled by qualified names","full_description":"RuboCop::Cop::Naming::ClassAndModuleCamelCase is not fooled by qualified names","status":"passed","file_path":"./spec/rubocop/cop/naming/class_and_module_camel_case_spec.rb","line_number":18,"run_time":0.000584793,"pending_message":null},{"id":"./spec/rubocop/cop/naming/class_and_module_camel_case_spec.rb[1:3]","description":"accepts CamelCase names","full_description":"RuboCop::Cop::Naming::ClassAndModuleCamelCase accepts CamelCase names","status":"passed","file_path":"./spec/rubocop/cop/naming/class_and_module_camel_case_spec.rb","line_number":30,"run_time":0.000414323,"pending_message":null}],"summary":{"duration":0.011048502,"example_count":3,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"3 examples, 0 failures"}
spec/rubocop/cop/security/marshal_load_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/security/marshal_load_spec.rb[1:1]","description":"registers an offense for using Marshal.load","full_description":"RuboCop::Cop::Security::MarshalLoad registers an offense for using Marshal.load","status":"passed","file_path":"./spec/rubocop/cop/security/marshal_load_spec.rb","line_number":6,"run_time":0.00102776,"pending_message":null},{"id":"./spec/rubocop/cop/security/marshal_load_spec.rb[1:5]","description":"allows using dangerous Marshal methods for deep cloning","full_description":"RuboCop::Cop::Security::MarshalLoad allows using dangerous Marshal methods for deep cloning","status":"passed","file_path":"./spec/rubocop/cop/security/marshal_load_spec.rb","line_number":42,"run_time":0.000780325,"pending_message":null},{"id":"./spec/rubocop/cop/security/marshal_load_spec.rb[1:2]","description":"registers an offense for using Marshal.restore","full_description":"RuboCop::Cop::Security::MarshalLoad registers an offense for using Marshal.restore","status":"passed","file_path":"./spec/rubocop/cop/security/marshal_load_spec.rb","line_number":15,"run_time":0.000576668,"pending_message":null},{"id":"./spec/rubocop/cop/security/marshal_load_spec.rb[1:4]","description":"does not register an offense Marshal methods under another namespace","full_description":"RuboCop::Cop::Security::MarshalLoad does not register an offense Marshal methods under another namespace","status":"passed","file_path":"./spec/rubocop/cop/security/marshal_load_spec.rb","line_number":31,"run_time":0.017080846,"pending_message":null},{"id":"./spec/rubocop/cop/security/marshal_load_spec.rb[1:3]","description":"does not register an offense for Marshal.dump","full_description":"RuboCop::Cop::Security::MarshalLoad does not register an offense for Marshal.dump","status":"passed","file_path":"./spec/rubocop/cop/security/marshal_load_spec.rb","line_number":24,"run_time":0.000658492,"pending_message":null}],"summary":{"duration":0.029422687,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:3:3]","description":"accepts single element literal without trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is consistent_comma accepts single element literal without trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":18,"run_time":0.000793498,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:3:2]","description":"accepts literal without trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is consistent_comma accepts literal without trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":14,"run_time":0.037141657,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:3:4]","description":"accepts empty literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is consistent_comma accepts empty literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":22,"run_time":0.000494699,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:3:1]","description":"registers an offense for trailing comma in a literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is consistent_comma registers an offense for trailing comma in a literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":7,"run_time":0.000631586,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:3:5]","description":"auto-corrects unwanted comma in literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is consistent_comma auto-corrects unwanted comma in literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":26,"run_time":0.000646114,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:2:5]","description":"auto-corrects unwanted comma in literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is comma auto-corrects unwanted comma in literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":26,"run_time":0.019095088,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:2:2]","description":"accepts literal without trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is comma accepts literal without trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":14,"run_time":0.000805692,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:2:4]","description":"accepts empty literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is comma accepts empty literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":22,"run_time":0.000362169,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:2:3]","description":"accepts single element literal without trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is comma accepts single element literal without trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":18,"run_time":0.016616679,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:2:1]","description":"registers an offense for trailing comma in a literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is comma registers an offense for trailing comma in a literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":7,"run_time":0.001013323,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:1:4]","description":"accepts empty literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is no_comma accepts empty literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":22,"run_time":0.000410964,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:1:3]","description":"accepts single element literal without trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is no_comma accepts single element literal without trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":18,"run_time":0.000403383,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:1:2]","description":"accepts literal without trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is no_comma accepts literal without trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":14,"run_time":0.000503299,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:1:5]","description":"auto-corrects unwanted comma in literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is no_comma auto-corrects unwanted comma in literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":26,"run_time":0.000837115,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:1:1:1]","description":"registers an offense for trailing comma in a literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with single line list of values when EnforcedStyleForMultiline is no_comma registers an offense for trailing comma in a literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":7,"run_time":0.037236545,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:1:4]","description":"accepts comma in comment after last value item","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is no_comma accepts comma in comment after last value item","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":88,"run_time":0.000908617,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:1:3]","description":"accepts comma inside a heredoc parameters at the end","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is no_comma accepts comma inside a heredoc parameters at the end","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":78,"run_time":0.00068567,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:1:5]","description":"auto-corrects unwanted comma in literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is no_comma auto-corrects unwanted comma in literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":97,"run_time":0.000656134,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:1:2]","description":"accepts literal with no trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is no_comma accepts literal with no trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":68,"run_time":0.01704134,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:1:1]","description":"registers an offense for trailing comma in literal","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is no_comma registers an offense for trailing comma in literal","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":58,"run_time":0.00071362,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:2:3]","description":"registers an offense for trailing comma in a comment","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is comma registers an offense for trailing comma in a comment","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":137,"run_time":0.000721234,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:2:5]","description":"accepts trailing comma after a heredoc","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is comma accepts trailing comma after a heredoc","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":157,"run_time":0.000759823,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:2:7]","description":"accepts a multiline hash with a single pair and trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is comma accepts a multiline hash with a single pair and trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":182,"run_time":0.03674372,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:2:2]","description":"registers an offense for no trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is comma registers an offense for no trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":127,"run_time":0.001089944,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:2:4]","description":"accepts trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is comma accepts trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":147,"run_time":0.000673459,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:2:6]","description":"auto-corrects missing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is comma auto-corrects missing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":167,"run_time":0.000668854,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:2:1:1]","description":"accepts literal with no trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is comma when closing bracket is on same line as last value accepts literal with no trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":117,"run_time":0.000672734,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:2]","description":"registers an offense for no trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma registers an offense for no trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":219,"run_time":0.017080634,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:5]","description":"auto-corrects missing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma auto-corrects missing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":249,"run_time":0.000672053,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:4]","description":"accepts trailing comma after a heredoc","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma accepts trailing comma after a heredoc","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":239,"run_time":0.000740831,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:7]","description":"accepts a multiline hash with pairs on a single line andtrailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma accepts a multiline hash with pairs on a single line andtrailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":272,"run_time":0.00053206,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:6]","description":"accepts a multiline hash with a single pair and trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma accepts a multiline hash with a single pair and trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":264,"run_time":0.000577823,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:3]","description":"accepts trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma accepts trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":229,"run_time":0.017017005,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:1:1]","description":"registers an offense for literal with no trailing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma when closing bracket is on same line as last value registers an offense for literal with no trailing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":195,"run_time":0.000949651,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb[1:2:3:1:2]","description":"auto-corrects a missing comma","full_description":"RuboCop::Cop::Style::TrailingCommaInHashLiteral with multi-line list of values when EnforcedStyleForMultiline is consistent_comma when closing bracket is on same line as last value auto-corrects a missing comma","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_comma_in_hash_literal_spec.rb","line_number":205,"run_time":0.000701382,"pending_message":null}],"summary":{"duration":0.220976,"example_count":35,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"35 examples, 0 failures"}
spec/rubocop/cop/layout/condition_position_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:5]","description":"accepts condition on the same line","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on the same line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":16,"run_time":0.000757906,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:13]","description":"registers an offense for elsif condition on the next line","full_description":"RuboCop::Cop::Layout::ConditionPosition registers an offense for elsif condition on the next line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":32,"run_time":0.000600896,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:9]","description":"accepts condition on a different line for modifiers","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on a different line for modifiers","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":24,"run_time":0.000472592,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:8]","description":"accepts condition on the same line","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on the same line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":16,"run_time":0.016776486,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:10]","description":"registers an offense for condition on the next line","full_description":"RuboCop::Cop::Layout::ConditionPosition registers an offense for condition on the next line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":7,"run_time":0.000669268,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:2]","description":"accepts condition on the same line","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on the same line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":16,"run_time":0.000482508,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:1]","description":"registers an offense for condition on the next line","full_description":"RuboCop::Cop::Layout::ConditionPosition registers an offense for condition on the next line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":7,"run_time":0.000431548,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:3]","description":"accepts condition on a different line for modifiers","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on a different line for modifiers","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":24,"run_time":0.000409928,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:7]","description":"registers an offense for condition on the next line","full_description":"RuboCop::Cop::Layout::ConditionPosition registers an offense for condition on the next line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":7,"run_time":0.000390195,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:12]","description":"accepts condition on a different line for modifiers","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on a different line for modifiers","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":24,"run_time":0.000389919,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:14]","description":"handles ternary ops","full_description":"RuboCop::Cop::Layout::ConditionPosition handles ternary ops","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":44,"run_time":0.016558506,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:4]","description":"registers an offense for condition on the next line","full_description":"RuboCop::Cop::Layout::ConditionPosition registers an offense for condition on the next line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":7,"run_time":0.000771968,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:11]","description":"accepts condition on the same line","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on the same line","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":16,"run_time":0.000513097,"pending_message":null},{"id":"./spec/rubocop/cop/layout/condition_position_spec.rb[1:6]","description":"accepts condition on a different line for modifiers","full_description":"RuboCop::Cop::Layout::ConditionPosition accepts condition on a different line for modifiers","status":"passed","file_path":"./spec/rubocop/cop/layout/condition_position_spec.rb","line_number":24,"run_time":0.000421728,"pending_message":null}],"summary":{"duration":0.04150646,"example_count":14,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"14 examples, 0 failures"}
spec/rubocop/cop/variable_force/variable_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/variable_force/variable_spec.rb[1:2:1:1]","description":"should be falsey","full_description":"RuboCop::Cop::VariableForce::Variable#referenced? when the variable is not assigned should be falsey","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_spec.rb","line_number":31,"run_time":0.000280541,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_spec.rb[1:2:1:2:1]","description":"should be truthy","full_description":"RuboCop::Cop::VariableForce::Variable#referenced? when the variable is not assigned and the variable is referenced should be truthy","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_spec.rb","line_number":38,"run_time":0.000297973,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_spec.rb[1:2:2:2:1]","description":"should be truthy","full_description":"RuboCop::Cop::VariableForce::Variable#referenced? when the variable has an assignment and the variable is referenced should be truthy","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_spec.rb","line_number":56,"run_time":0.000159117,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_spec.rb[1:2:2:1:1]","description":"should be falsey","full_description":"RuboCop::Cop::VariableForce::Variable#referenced? when the variable has an assignment and the variable is not yet referenced should be falsey","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_spec.rb","line_number":48,"run_time":0.000129575,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_spec.rb[1:1:1:1]","description":"raises error","full_description":"RuboCop::Cop::VariableForce::Variable.new when non variable declaration node is passed raises error","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_spec.rb","line_number":10,"run_time":0.001154278,"pending_message":null}],"summary":{"duration":0.011808303,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:20]","description":"allows expanding a method call on an array literal","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows expanding a method call on an array literal","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":275,"run_time":0.000878645,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:18]","description":"allows an array using a constructor","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows an array using a constructor","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":229,"run_time":0.016987401,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:4]","description":"allows assigning to an expanded range","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows assigning to an expanded range","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":20,"run_time":0.000609915,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:16]","description":"registers an offense and corrects an array literal being expanded in a rescue","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion registers an offense and corrects an array literal being expanded in a rescue","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":198,"run_time":0.000728575,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:5]","description":"allows splat expansion inside of an array","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows splat expansion inside of an array","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":24,"run_time":0.000418823,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:3]","description":"allows assigning a variable to a splat expansion of a variable","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows assigning a variable to a splat expansion of a variable","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":16,"run_time":0.00030775,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:17]","description":"allows expansions of an array that is assigned to a variable in rescue","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows expansions of an array that is assigned to a variable in rescue","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":218,"run_time":0.000654727,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:1]","description":"allows assigning to a splat","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows assigning to a splat","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":8,"run_time":0.000368814,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:6]","description":"accepts expanding a variable as a method parameter","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion accepts expanding a variable as a method parameter","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":28,"run_time":0.037213159,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:2]","description":"allows assigning to a splat variable","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion allows assigning to a splat variable","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":12,"run_time":0.000467908,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:2:1]","description":"removes the splat and brackets from []","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect splat expansion of method parameters removes the splat and brackets from []","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":346,"run_time":0.000524942,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:2:3]","description":"changes %W to a list of words","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect splat expansion of method parameters changes %W to a list of words","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":358,"run_time":0.000592228,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:2:2]","description":"changes %w to a list of words","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect splat expansion of method parameters changes %w to a list of words","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":352,"run_time":0.000462773,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:1:2]","description":"removes the splat from an array using %w","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect assignment to a splat expanded variable removes the splat from an array using %w","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":308,"run_time":0.000910461,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:1:1]","description":"removes the splat from an array using []","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect assignment to a splat expanded variable removes the splat from an array using []","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":302,"run_time":0.000486443,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:1:5]","description":"converts an expanded string with interpolation to an array","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect assignment to a splat expanded variable converts an expanded string with interpolation to an array","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":326,"run_time":0.000476277,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:1:3]","description":"removes the splat from an array using %W","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect assignment to a splat expanded variable removes the splat from an array using %W","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":314,"run_time":0.000457758,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:1:6]","description":"converts an expanded integer to an array","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect assignment to a splat expanded variable converts an expanded integer to an array","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":332,"run_time":0.000385941,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:1:7]","description":"converts an expanded float to an array","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect assignment to a splat expanded variable converts an expanded float to an array","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":338,"run_time":0.000451915,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:22:1:4]","description":"converts an expanded string to an array","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion autocorrect assignment to a splat expanded variable converts an expanded string to an array","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":320,"run_time":0.016677679,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:7:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000645026,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:7:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":46,"run_time":0.000526505,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:9:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":46,"run_time":0.000604897,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:9:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000570135,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:12:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.00036367,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:12:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":60,"run_time":0.000924036,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:25:2:1]","description":"changes %i to a list of symbols","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion arrays being expanded with %i variants using splat expansion splat expansion inside of an array changes %i to a list of symbols","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":395,"run_time":0.000627272,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:25:2:2]","description":"changes %I to a list of symbols","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion arrays being expanded with %i variants using splat expansion splat expansion inside of an array changes %I to a list of symbols","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":401,"run_time":0.00060978,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:25:1:2]","description":"registers an offense and corrects an array literal %I","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion arrays being expanded with %i variants using splat expansion splat expansion of method parameters registers an offense and corrects an array literal %I","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":382,"run_time":0.000630342,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:25:1:1]","description":"registers an offense and corrects an array literal %i","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion arrays being expanded with %i variants using splat expansion splat expansion of method parameters registers an offense and corrects an array literal %i","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":371,"run_time":0.016725322,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:11:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000661389,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:11:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":60,"run_time":0.000535062,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:15:6]","description":"allows an array that is assigned to a variable","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding an array literal in a when condition allows an array that is assigned to a variable","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":178,"run_time":0.000700002,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:15:5]","description":"registers an offense and corrects %I to a list of symbols","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding an array literal in a when condition registers an offense and corrects %I to a list of symbols","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":161,"run_time":0.000743773,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:15:7]","description":"allows an array using a constructor","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding an array literal in a when condition allows an array using a constructor","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":188,"run_time":0.017421528,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:15:4]","description":"registers an offense and corrects %i to a list of symbols","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding an array literal in a when condition registers an offense and corrects %i to a list of symbols","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":144,"run_time":0.000766806,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:15:2]","description":"registers an offense and corrects an array using %w","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding an array literal in a when condition registers an offense and corrects an array using %w","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":110,"run_time":0.000603917,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:15:3]","description":"registers an offense and corrects an array using %W","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding an array literal in a when condition registers an offense and corrects an array using %W","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":127,"run_time":0.000659105,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:15:1]","description":"registers an offense and corrects an array using []","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding an array literal in a when condition registers an offense and corrects an array using []","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":93,"run_time":0.000602529,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:19:1]","description":"registers an offense and corrects the expansion of an array literalinside of an array literal","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion splat expansion inside of an array registers an offense and corrects the expansion of an array literalinside of an array literal","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":240,"run_time":0.037130434,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:19:2]","description":"registers an offense and corrects expansion of %w to a list of words","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion splat expansion inside of an array registers an offense and corrects expansion of %w to a list of words","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":252,"run_time":0.000825849,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:19:3]","description":"registers an offense and corrects expansion of %W to a list of words","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion splat expansion inside of an array registers an offense and corrects expansion of %W to a list of words","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":263,"run_time":0.000733294,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:23:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000510178,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:23:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":46,"run_time":0.016641587,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:14:1]","description":"registers an offense and corrects an array using a constructor","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion assignment to splat expansion registers an offense and corrects an array using a constructor","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":80,"run_time":0.000832631,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:21:1:1]","description":"registers an offense and corrects","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding Array.new call on array literal when the array literal contains exactly one element registers an offense and corrects","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":281,"run_time":0.000492248,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:21:2:1]","description":"accepts","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion expanding Array.new call on array literal when the array literal contains more than one element accepts","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":294,"run_time":0.000453505,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:13:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":60,"run_time":0.000387883,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:13:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000354563,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:10:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":60,"run_time":0.036685059,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:10:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000728657,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:8:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000500407,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:8:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":46,"run_time":0.000477146,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:24:2:1]","description":"registers an offense for ","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion behaves like splat literal assignment registers an offense for ","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":36,"run_time":0.000549757,"pending_message":null},{"id":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb[1:24:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UnneededSplatExpansion behaves like array splat expansion method parameters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/unneeded_splat_expansion_spec.rb","line_number":46,"run_time":0.000533052,"pending_message":null}],"summary":{"duration":0.298780845,"example_count":55,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"55 examples, 0 failures"}
spec/rubocop/cop/style/nil_comparison_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/style/nil_comparison_spec.rb[1:1:4]","description":"autocorrects by replacing === nil with .nil?","full_description":"RuboCop::Cop::Style::NilComparison configured with predicate preferred autocorrects by replacing === nil with .nil?","status":"passed","file_path":"./spec/rubocop/cop/style/nil_comparison_spec.rb","line_number":28,"run_time":0.00080487,"pending_message":null},{"id":"./spec/rubocop/cop/style/nil_comparison_spec.rb[1:1:2]","description":"registers an offense for === nil","full_description":"RuboCop::Cop::Style::NilComparison configured with predicate preferred registers an offense for === nil","status":"passed","file_path":"./spec/rubocop/cop/style/nil_comparison_spec.rb","line_number":16,"run_time":0.000536101,"pending_message":null},{"id":"./spec/rubocop/cop/style/nil_comparison_spec.rb[1:1:1]","description":"registers an offense for == nil","full_description":"RuboCop::Cop::Style::NilComparison configured with predicate preferred registers an offense for == nil","status":"passed","file_path":"./spec/rubocop/cop/style/nil_comparison_spec.rb","line_number":9,"run_time":0.016697055,"pending_message":null},{"id":"./spec/rubocop/cop/style/nil_comparison_spec.rb[1:1:3]","description":"autocorrects by replacing == nil with .nil?","full_description":"RuboCop::Cop::Style::NilComparison configured with predicate preferred autocorrects by replacing == nil with .nil?","status":"passed","file_path":"./spec/rubocop/cop/style/nil_comparison_spec.rb","line_number":23,"run_time":0.000550881,"pending_message":null},{"id":"./spec/rubocop/cop/style/nil_comparison_spec.rb[1:2:2]","description":"autocorrects by replacing.nil? with == nil","full_description":"RuboCop::Cop::Style::NilComparison configured with comparison preferred autocorrects by replacing.nil? with == nil","status":"passed","file_path":"./spec/rubocop/cop/style/nil_comparison_spec.rb","line_number":44,"run_time":0.000396602,"pending_message":null},{"id":"./spec/rubocop/cop/style/nil_comparison_spec.rb[1:2:1]","description":"registers an offense for nil?","full_description":"RuboCop::Cop::Style::NilComparison configured with comparison preferred registers an offense for nil?","status":"passed","file_path":"./spec/rubocop/cop/style/nil_comparison_spec.rb","line_number":37,"run_time":0.000358566,"pending_message":null}],"summary":{"duration":0.02080476,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/lint/duplicate_case_condition_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:5]","description":"registers an offense for repeated logical operator when expressions","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition registers an offense for repeated logical operator when expressions","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":62,"run_time":0.001003935,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:1]","description":"registers an offense for repeated case conditionals","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition registers an offense for repeated case conditionals","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":6,"run_time":0.000731936,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:8]","description":"accepts non-redundant case expressions with an else expression","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition accepts non-redundant case expressions with an else expression","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":94,"run_time":0.00062521,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:3]","description":"registers multiple offenses for multiple repeated case conditionals","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition registers multiple offenses for multiple repeated case conditionals","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":32,"run_time":0.017206939,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:2]","description":"registers an offense for subsequent repeated case conditionals","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition registers an offense for subsequent repeated case conditionals","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":20,"run_time":0.00251308,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:9]","description":"accepts similar but not equivalent && expressions","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition accepts similar but not equivalent && expressions","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":107,"run_time":0.037429096,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:7]","description":"accepts non-redundant case expressions","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition accepts non-redundant case expressions","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":83,"run_time":0.000672661,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:4]","description":"registers multiple offenses for repeated multi-value condtionals","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition registers multiple offenses for repeated multi-value condtionals","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":49,"run_time":0.00072016,"pending_message":null},{"id":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb[1:6]","description":"accepts trivial case expressions","full_description":"RuboCop::Cop::Lint::DuplicateCaseCondition accepts trivial case expressions","status":"passed","file_path":"./spec/rubocop/cop/lint/duplicate_case_condition_spec.rb","line_number":74,"run_time":0.000527703,"pending_message":null}],"summary":{"duration":0.062991692,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb[1:5:1]","description":"does register an offense","full_description":"RuboCop::Cop::Lint::ImplicitStringConcatenation on a string with interpolations does register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb","line_number":45,"run_time":0.009084913,"pending_message":null},{"id":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb[1:6:1]","description":"notes that the strings could be separated by a comma instead","full_description":"RuboCop::Cop::Lint::ImplicitStringConcatenation when inside an array notes that the strings could be separated by a comma instead","status":"passed","file_path":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb","line_number":51,"run_time":0.000680491,"pending_message":null},{"id":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb[1:7:1]","description":"notes that the strings could be separated by a comma instead","full_description":"RuboCop::Cop::Lint::ImplicitStringConcatenation when in a method call's argument list notes that the strings could be separated by a comma instead","status":"passed","file_path":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb","line_number":60,"run_time":0.00048872,"pending_message":null},{"id":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb[1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::ImplicitStringConcatenation on adjacent string literals on the same line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb","line_number":13,"run_time":0.000772539,"pending_message":null},{"id":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb[1:4:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::ImplicitStringConcatenation when the string literals contain newlines registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb","line_number":35,"run_time":0.036879322,"pending_message":null},{"id":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb[1:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ImplicitStringConcatenation on a single string literal does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb","line_number":7,"run_time":0.000533294,"pending_message":null},{"id":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb[1:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ImplicitStringConcatenation on adjacent string literals on different lines does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/implicit_string_concatenation_spec.rb","line_number":24,"run_time":0.000603794,"pending_message":null}],"summary":{"duration":0.050886804,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/ast/keyword_splat_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:5:1]","description":"should eq s(:kwsplat,\n s(:send, nil, :foo))","full_description":"RuboCop::AST::KeywordSplatNode#value should eq s(:kwsplat,\n s(:send, nil, :foo))","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":33,"run_time":0.000796769,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::KeywordSplatNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":9,"run_time":0.000379058,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:2:3:1]","description":"should eq -2","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using hash rocket delimiters when keyword splat is behind should eq -2","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":161,"run_time":0.000535858,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:2:1:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using hash rocket delimiters when keyword splat is aligned should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":139,"run_time":0.000509244,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:2:4:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using hash rocket delimiters when keyword splat is on the same line should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":171,"run_time":0.00045938,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:2:2:1]","description":"should eq 2","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using hash rocket delimiters when keyword splat is ahead should eq 2","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":150,"run_time":0.03704807,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:1:3:1]","description":"should eq -2","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using colon delimiters when keyword splat is behind should eq -2","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":116,"run_time":0.000587157,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:1:2:1]","description":"should eq 2","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using colon delimiters when keyword splat is ahead should eq 2","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":105,"run_time":0.00051302,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:1:1:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using colon delimiters when keyword splat is aligned should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":94,"run_time":0.000489209,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:1:1:4:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :left when using colon delimiters when keyword splat is on the same line should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":126,"run_time":0.000452241,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:2:4:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using hash rocket delimiters when keyword splat is on the same line should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":263,"run_time":0.016900252,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:2:1:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using hash rocket delimiters when keyword splat is aligned should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":231,"run_time":0.000581545,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:2:2:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using hash rocket delimiters when keyword splat is ahead should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":242,"run_time":0.000499014,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:2:3:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using hash rocket delimiters when keyword splat is behind should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":253,"run_time":0.000479525,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:1:2:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using colon delimiters when keyword splat is ahead should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":197,"run_time":0.000521459,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:1:3:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using colon delimiters when keyword splat is behind should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":208,"run_time":0.016669665,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:1:1:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using colon delimiters when keyword splat is aligned should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":186,"run_time":0.000800007,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:8:2:1:4:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#key_delta with alignment set to :right when using colon delimiters when keyword splat is on the same line should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":218,"run_time":0.000492508,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:4:1]","description":"should eq s(:kwsplat,\n s(:send, nil, :foo))","full_description":"RuboCop::AST::KeywordSplatNode#key should eq s(:kwsplat,\n s(:send, nil, :foo))","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":27,"run_time":0.000326078,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:7:1:1]","description":"should be truthy","full_description":"RuboCop::AST::KeywordSplatNode#same_line? when both pairs are on the same line should be truthy","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":53,"run_time":0.000497453,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:7:3:1]","description":"should be falsey","full_description":"RuboCop::AST::KeywordSplatNode#same_line? when pairs are on separate lines should be falsey","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":76,"run_time":0.000441846,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:7:2:1]","description":"should be truthy","full_description":"RuboCop::AST::KeywordSplatNode#same_line? when a multiline pair shares the same line should be truthy","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":64,"run_time":0.036873229,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:7:2:2]","description":"should be truthy","full_description":"RuboCop::AST::KeywordSplatNode#same_line? when a multiline pair shares the same line should be truthy","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":65,"run_time":0.000684331,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:3:1]","description":"should be falsey","full_description":"RuboCop::AST::KeywordSplatNode#colon? should be falsey","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":21,"run_time":0.000287764,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:1:4:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using colon delimiters when keyword splat is on the same line should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":314,"run_time":0.000492081,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:1:3:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using colon delimiters when keyword splat is behind should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":304,"run_time":0.000475702,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:1:2:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using colon delimiters when keyword splat is ahead should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":293,"run_time":0.000476553,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:1:1:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using colon delimiters when keyword splat is left aligned should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":282,"run_time":0.016836531,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:2:4:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using hash rocket delimiters when keyword splat is on the same line should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":359,"run_time":0.000694901,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:2:2:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using hash rocket delimiters when keyword splat is ahead should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":338,"run_time":0.000513299,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:2:3:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using hash rocket delimiters when keyword splat is behind should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":349,"run_time":0.000494811,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:9:2:1:1]","description":"should eq 0","full_description":"RuboCop::AST::KeywordSplatNode#value_delta when using hash rocket delimiters when keyword splat is left aligned should eq 0","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":327,"run_time":0.000487959,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:6:1]","description":"should eq \"**\"","full_description":"RuboCop::AST::KeywordSplatNode#operator should eq \"**\"","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":39,"run_time":0.00029105,"pending_message":null},{"id":"./spec/rubocop/ast/keyword_splat_node_spec.rb[1:2:1]","description":"should be falsey","full_description":"RuboCop::AST::KeywordSplatNode#hash_rocket? should be falsey","status":"passed","file_path":"./spec/rubocop/ast/keyword_splat_node_spec.rb","line_number":15,"run_time":0.01665234,"pending_message":null}],"summary":{"duration":0.17745439,"example_count":34,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"34 examples, 0 failures"}
spec/rubocop/cop/style/nested_modifier_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:4]","description":"auto-corrects unless + unless","full_description":"RuboCop::Cop::Style::NestedModifier auto-corrects unless + unless","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":43,"run_time":0.000844061,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:6]","description":"auto-corrects unless with a comparison operator + if","full_description":"RuboCop::Cop::Style::NestedModifier auto-corrects unless with a comparison operator + if","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":53,"run_time":0.016992664,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:3]","description":"auto-corrects if + if","full_description":"RuboCop::Cop::Style::NestedModifier auto-corrects if + if","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":38,"run_time":0.000725718,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:7]","description":"auto-corrects unless + if","full_description":"RuboCop::Cop::Style::NestedModifier auto-corrects unless + if","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":58,"run_time":0.000475074,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:9]","description":"does not add redundant parentheses in auto-correction","full_description":"RuboCop::Cop::Style::NestedModifier does not add redundant parentheses in auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":68,"run_time":0.000532549,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:12]","description":"registers one offense for more than two modifiers","full_description":"RuboCop::Cop::Style::NestedModifier registers one offense for more than two modifiers","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":83,"run_time":0.000573638,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:8]","description":"adds parentheses when needed in auto-correction","full_description":"RuboCop::Cop::Style::NestedModifier adds parentheses when needed in auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":63,"run_time":0.000635089,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:5]","description":"auto-corrects if + unless","full_description":"RuboCop::Cop::Style::NestedModifier auto-corrects if + unless","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":48,"run_time":0.037164026,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:10:2:1]","description":"does not auto-correct when while is the outer modifier","full_description":"RuboCop::Cop::Style::NestedModifier while behaves like not correctable does not auto-correct when while is the outer modifier","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":15,"run_time":0.000617038,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:10:2:2]","description":"does not auto-correct when while is the inner modifier","full_description":"RuboCop::Cop::Style::NestedModifier while behaves like not correctable does not auto-correct when while is the inner modifier","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":22,"run_time":0.000408232,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:10:1:1]","description":"registers an offense for modifier while","full_description":"RuboCop::Cop::Style::NestedModifier while behaves like avoidable registers an offense for modifier while","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":7,"run_time":0.000414452,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:11:1:1]","description":"registers an offense for modifier until","full_description":"RuboCop::Cop::Style::NestedModifier until behaves like avoidable registers an offense for modifier until","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":7,"run_time":0.000424855,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:11:2:1]","description":"does not auto-correct when until is the outer modifier","full_description":"RuboCop::Cop::Style::NestedModifier until behaves like not correctable does not auto-correct when until is the outer modifier","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":15,"run_time":0.016727437,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:11:2:2]","description":"does not auto-correct when until is the inner modifier","full_description":"RuboCop::Cop::Style::NestedModifier until behaves like not correctable does not auto-correct when until is the inner modifier","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":22,"run_time":0.000731461,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:2:1:1]","description":"registers an offense for modifier unless","full_description":"RuboCop::Cop::Style::NestedModifier unless behaves like avoidable registers an offense for modifier unless","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":7,"run_time":0.019203689,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_modifier_spec.rb[1:1:1:1]","description":"registers an offense for modifier if","full_description":"RuboCop::Cop::Style::NestedModifier if behaves like avoidable registers an offense for modifier if","status":"passed","file_path":"./spec/rubocop/cop/style/nested_modifier_spec.rb","line_number":7,"run_time":0.000645325,"pending_message":null}],"summary":{"duration":0.100251005,"example_count":16,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"16 examples, 0 failures"}
spec/rubocop/cop/layout/trailing_whitespace_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:2]","description":"registers an offense for a blank line with space","full_description":"RuboCop::Cop::Layout::TrailingWhitespace registers an offense for a blank line with space","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":13,"run_time":0.000613597,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:3]","description":"registers an offense for a line ending with tab","full_description":"RuboCop::Cop::Layout::TrailingWhitespace registers an offense for a line ending with tab","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":18,"run_time":0.000510252,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:7]","description":"is not fooled by heredoc containing __END__","full_description":"RuboCop::Cop::Layout::TrailingWhitespace is not fooled by heredoc containing __END__","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":47,"run_time":0.039130522,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:1]","description":"registers an offense for a line ending with space","full_description":"RuboCop::Cop::Layout::TrailingWhitespace registers an offense for a line ending with space","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":8,"run_time":0.000497207,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:8]","description":"is not fooled by heredoc containing __END__ within a doc comment","full_description":"RuboCop::Cop::Layout::TrailingWhitespace is not fooled by heredoc containing __END__ within a doc comment","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":56,"run_time":0.000669387,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:10]","description":"auto-corrects unwanted space","full_description":"RuboCop::Cop::Layout::TrailingWhitespace auto-corrects unwanted space","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":71,"run_time":0.00058872,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:9]","description":"accepts a line without trailing whitespace","full_description":"RuboCop::Cop::Layout::TrailingWhitespace accepts a line without trailing whitespace","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":67,"run_time":0.000359572,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:5]","description":"registers offenses before __END__ but not after","full_description":"RuboCop::Cop::Layout::TrailingWhitespace registers offenses before __END__ but not after","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":30,"run_time":0.000402278,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:6]","description":"is not fooled by __END__ within a documentation comment","full_description":"RuboCop::Cop::Layout::TrailingWhitespace is not fooled by __END__ within a documentation comment","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":38,"run_time":0.000972087,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:4]","description":"registers an offense for trailing whitespace in a heredoc string","full_description":"RuboCop::Cop::Layout::TrailingWhitespace registers an offense for trailing whitespace in a heredoc string","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":23,"run_time":0.000499847,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:11:2]","description":"registers an offense for trailing whitespace at the heredoc begin","full_description":"RuboCop::Cop::Layout::TrailingWhitespace when `AllowInHeredoc` is set to true registers an offense for trailing whitespace at the heredoc begin","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":87,"run_time":0.000479742,"pending_message":null},{"id":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb[1:11:1]","description":"accepts trailing whitespace in a heredoc string","full_description":"RuboCop::Cop::Layout::TrailingWhitespace when `AllowInHeredoc` is set to true accepts trailing whitespace in a heredoc string","status":"passed","file_path":"./spec/rubocop/cop/layout/trailing_whitespace_spec.rb","line_number":81,"run_time":0.00041838,"pending_message":null}],"summary":{"duration":0.071416087,"example_count":12,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"12 examples, 0 failures"}
spec/rubocop/cop/lint/useless_comparison_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:1]","description":"registers an offense for a simple comparison with ==","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with ==","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.00071916,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:11]","description":"registers an offense for a simple comparison with <=","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with <=","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.000437718,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:15]","description":"registers an offense for a simple comparison with <=>","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with <=>","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.000396246,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:13]","description":"registers an offense for a simple comparison with >=","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with >=","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.000378586,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:6]","description":"registers an offense for a complex comparison with !=","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with !=","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.01706875,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:12]","description":"registers an offense for a complex comparison with <=","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with <=","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.000837106,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:9]","description":"registers an offense for a simple comparison with >","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with >","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.000471915,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:5]","description":"registers an offense for a simple comparison with !=","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with !=","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.000397661,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:3]","description":"registers an offense for a simple comparison with ===","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with ===","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.000391293,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:10]","description":"registers an offense for a complex comparison with >","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with >","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.000661575,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:8]","description":"registers an offense for a complex comparison with <","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with <","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.016951043,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:2]","description":"registers an offense for a complex comparison with ==","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with ==","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.000870138,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:14]","description":"registers an offense for a complex comparison with >=","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with >=","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.000685717,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:16]","description":"registers an offense for a complex comparison with <=>","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with <=>","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.00065663,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:17]","description":"works with lambda.()","full_description":"RuboCop::Cop::Lint::UselessComparison works with lambda.()","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":24,"run_time":0.000479339,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:4]","description":"registers an offense for a complex comparison with ===","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a complex comparison with ===","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":15,"run_time":0.03700549,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_comparison_spec.rb[1:7]","description":"registers an offense for a simple comparison with <","full_description":"RuboCop::Cop::Lint::UselessComparison registers an offense for a simple comparison with <","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_comparison_spec.rb","line_number":7,"run_time":0.000552148,"pending_message":null}],"summary":{"duration":0.080885969,"example_count":17,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"17 examples, 0 failures"}
spec/rubocop/cop/style/mixin_grouping_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:3:3:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `prepend` with mixins with receivers behaves like code with offense when checking class Foo\n prepend Bar\n Other.prepend Baz\n do_something_else\n prepend Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.038576422,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:3:3:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `prepend` with mixins with receivers behaves like code with offense when checking class Foo\n prepend Bar\n Other.prepend Baz\n do_something_else\n prepend Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.000956541,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:3:4:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `prepend` with several mixins in one call behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.000551022,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:3:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `prepend` with single mixins in separate calls behaves like code with offense when checking class Foo\n prepend Bar\n prepend Baz\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.016981749,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:3:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `prepend` with single mixins in separate calls behaves like code with offense when checking class Foo\n prepend Bar\n prepend Baz\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.001322892,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:3:2:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `prepend` with single mixins in separate calls, intersperced behaves like code with offense when checking class Foo\n prepend Bar\n prepend Baz\n do_something_else\n prepend Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.000779573,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:3:2:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `prepend` with single mixins in separate calls, intersperced behaves like code with offense when checking class Foo\n prepend Bar\n prepend Baz\n do_something_else\n prepend Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.018064568,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:1:3:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using include when include has an explicit receiver behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.000648051,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:1:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using include with several mixins in one call behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.000555738,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:1:4:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using include with several mixins in separate calls behaves like code with offense when checking class Foo\n include Bar, Baz\n include FooBar, FooBaz\n include Qux, FooBarBaz\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.00098611,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:1:4:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using include with several mixins in separate calls behaves like code with offense when checking class Foo\n include Bar, Baz\n include FooBar, FooBaz\n include Qux, FooBarBaz\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.002214045,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:1:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using include with single mixins in separate calls behaves like code with offense when checking class Foo\n include Bar\n include Baz\n include Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.017653009,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:1:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using include with single mixins in separate calls behaves like code with offense when checking class Foo\n include Bar\n include Baz\n include Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.002619484,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:2:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `extend` with single mixins in separate calls behaves like code with offense when checking class Foo\n extend Bar\n extend Baz\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.017618089,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:2:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `extend` with single mixins in separate calls behaves like code with offense when checking class Foo\n extend Bar\n extend Baz\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.002044787,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:2:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using `extend` with several mixins in one call behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.037592704,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:4:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using a mix of diffent methods with all different mixin methods behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.001525236,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:4:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using a mix of diffent methods with some duplicated mixin methods behaves like code with offense when checking class Foo\n include Bar\n include Baz\n extend Baz\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.017589386,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:2:4:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with grouped style when using a mix of diffent methods with some duplicated mixin methods behaves like code with offense when checking class Foo\n include Bar\n include Baz\n extend Baz\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.002175924,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:4:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using a mix of diffent methods with all calls having one mixin behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.038462108,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:4:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using a mix of diffent methods with some calls having several mixins behaves like code with offense when checking class Foo\n include Bar, Baz\n extend Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.018692388,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:4:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using a mix of diffent methods with some calls having several mixins behaves like code with offense when checking class Foo\n include Bar, Baz\n extend Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.001220642,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:1:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `include` with several mixins in one call behaves like code with offense when checking class Foo\n include Bar, Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.017150857,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:1:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `include` with several mixins in one call behaves like code with offense when checking class Foo\n include Bar, Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.001520698,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:1:4:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `include` with several mixins in separate calls behaves like code with offense when checking class Foo\n include Bar, Baz\n include Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.038215998,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:1:4:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `include` with several mixins in separate calls behaves like code with offense when checking class Foo\n include Bar, Baz\n include Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.001351708,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:1:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `include` with single mixins in separate calls behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.00093646,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:1:3:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `include` when include call is an argument to another method behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.017763217,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:2:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `extend` with several mixins in one call behaves like code with offense when checking class Foo\n extend Bar, Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.00104949,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:2:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `extend` with several mixins in one call behaves like code with offense when checking class Foo\n extend Bar, Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.017449702,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:2:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `extend` with single mixins in separate calls behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.001107055,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:3:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `prepend` with several mixins in one call behaves like code with offense when checking class Foo\n prepend Bar, Qux\nend auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":20,"run_time":0.001320158,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:3:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `prepend` with several mixins in one call behaves like code with offense when checking class Foo\n prepend Bar, Qux\nend registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":14,"run_time":0.037484021,"pending_message":null},{"id":"./spec/rubocop/cop/style/mixin_grouping_spec.rb[1:1:3:2:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MixinGrouping when configured with separated style when using `prepend` with single mixins in separate calls behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/mixin_grouping_spec.rb","line_number":34,"run_time":0.00114223,"pending_message":null}],"summary":{"duration":0.421526388,"example_count":34,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"34 examples, 0 failures"}
spec/rubocop/cop/cop_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/cop_spec.rb[1:7]","description":"will warn if custom severity is invalid","full_description":"RuboCop::Cop::Cop will warn if custom severity is invalid","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":87,"run_time":0.038052139,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:1]","description":"initially has 0 offenses","full_description":"RuboCop::Cop::Cop initially has 0 offenses","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":12,"run_time":0.000128643,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:9]","description":"will not set offense as disabled if ignore_disable_comments is true","full_description":"RuboCop::Cop::Cop will not set offense as disabled if ignore_disable_comments is true","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":104,"run_time":0.000355234,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:10]","description":"registers offense with its name","full_description":"RuboCop::Cop::Cop registers offense with its name","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":115,"run_time":0.000128264,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:8]","description":"will set offense as disabled if ignore_disable_comments is false","full_description":"RuboCop::Cop::Cop will set offense as disabled if ignore_disable_comments is false","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":93,"run_time":0.000315752,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:6]","description":"will set custom severity if present","full_description":"RuboCop::Cop::Cop will set custom severity if present","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":80,"run_time":0.00014734,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:5]","description":"will set default severity","full_description":"RuboCop::Cop::Cop will set default severity","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":74,"run_time":0.000131213,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:3]","description":"keeps track of offenses","full_description":"RuboCop::Cop::Cop keeps track of offenses","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":62,"run_time":0.000125514,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:4]","description":"will report registered offenses","full_description":"RuboCop::Cop::Cop will report registered offenses","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":68,"run_time":0.000145663,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:2:6]","description":"returns the given cop name if it already has a namespace even when the cop exists in multiple namespaces","full_description":"RuboCop::Cop::Cop.qualified_cop_name returns the given cop name if it already has a namespace even when the cop exists in multiple namespaces","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":53,"run_time":7.1171e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:2:4]","description":"returns the cop name in a different namespace if the provided namespace is incorrect","full_description":"RuboCop::Cop::Cop.qualified_cop_name returns the cop name in a different namespace if the provided namespace is incorrect","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":40,"run_time":0.000110294,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:2:2]","description":"returns the given cop name if it is not found in any namespace","full_description":"RuboCop::Cop::Cop.qualified_cop_name returns the given cop name if it is not found in any namespace","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":30,"run_time":0.000191019,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:2:3]","description":"returns the given cop name if it already has a namespace","full_description":"RuboCop::Cop::Cop.qualified_cop_name returns the given cop name if it already has a namespace","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":35,"run_time":9.0312e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:2:5]","description":"raises an error if the cop name is in more than one namespace","full_description":"RuboCop::Cop::Cop.qualified_cop_name raises an error if the cop name is in more than one namespace","status":"pending","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":48,"run_time":7.272e-06,"pending_message":"Temporarily skipped with xit"},{"id":"./spec/rubocop/cop/cop_spec.rb[1:2:1]","description":"adds namespace if the cop name is found in exactly one namespace","full_description":"RuboCop::Cop::Cop.qualified_cop_name adds namespace if the cop name is found in exactly one namespace","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":25,"run_time":9.7243e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:11:2:2:1]","description":"is set to false","full_description":"RuboCop::Cop::Cop setting of Offense#corrected attribute when cop supports autocorrection when autocorrection is not needed is set to false","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":182,"run_time":0.021514763,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:11:2:3:1]","description":"is set to false","full_description":"RuboCop::Cop::Cop setting of Offense#corrected attribute when cop supports autocorrection when offense was not corrected because of an error is set to false","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":194,"run_time":0.000442984,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:11:2:1:1]","description":"is set to true","full_description":"RuboCop::Cop::Cop setting of Offense#corrected attribute when cop supports autocorrection when offense was corrected is set to true","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":171,"run_time":0.000351999,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:11:1:1]","description":"is not specified (set to nil)","full_description":"RuboCop::Cop::Cop setting of Offense#corrected attribute when cop does not support autocorrection is not specified (set to nil)","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":127,"run_time":0.00033542,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:11:1:2:1]","description":"is not specified (set to nil)","full_description":"RuboCop::Cop::Cop setting of Offense#corrected attribute when cop does not support autocorrection when autocorrect is requested is not specified (set to nil)","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":137,"run_time":0.000831454,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:11:1:2:2:1]","description":"is set to true","full_description":"RuboCop::Cop::Cop setting of Offense#corrected attribute when cop does not support autocorrection when autocorrect is requested when disable_uncorrectable is enabled is set to true","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":154,"run_time":0.000904786,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:14:2]","description":"has right department","full_description":"RuboCop::Cop::Cop with lint cops has right department","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":220,"run_time":9.0235e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:14:1]","description":"has right name","full_description":"RuboCop::Cop::Cop with lint cops has right name","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":219,"run_time":6.5268e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:12:1]","description":"has right name","full_description":"RuboCop::Cop::Cop with no submodule has right name","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":205,"run_time":6.445e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:12:2]","description":"has right department","full_description":"RuboCop::Cop::Cop with no submodule has right department","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":206,"run_time":6.4016e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:16:2:1]","description":"should equal true","full_description":"RuboCop::Cop::Cop#autocorrect? when the option is given should equal true","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":283,"run_time":0.00049111,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:16:2:2:1]","description":"should equal false","full_description":"RuboCop::Cop::Cop#autocorrect? when the option is given when cop does not support autocorrection should equal false","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":288,"run_time":0.000313784,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:16:2:2:2:1]","description":"should equal true","full_description":"RuboCop::Cop::Cop#autocorrect? when the option is given when cop does not support autocorrection when disable_uncorrectable is enabled should equal true","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":293,"run_time":0.00038252,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:16:2:3:1]","description":"should equal false","full_description":"RuboCop::Cop::Cop#autocorrect? when the option is given when the cop is set to not autocorrect should equal false","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":302,"run_time":0.000333867,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:16:1:1]","description":"should equal false","full_description":"RuboCop::Cop::Cop#autocorrect? when the option is not given should equal false","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":277,"run_time":0.000253962,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:15:1:4]","description":"contains every value only once","full_description":"RuboCop::Cop::Cop Registry #departments contains every value only once","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":231,"run_time":0.000117506,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:15:1:1]","description":"has departments","full_description":"RuboCop::Cop::Cop Registry #departments has departments","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":227,"run_time":5.5478e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:15:1:2]","description":"should include :Lint","full_description":"RuboCop::Cop::Cop Registry #departments should include :Lint","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":228,"run_time":0.037333682,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:15:1:3]","description":"should include :Style","full_description":"RuboCop::Cop::Cop Registry #departments should include :Style","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":229,"run_time":0.000132222,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:15:2:1]","description":"has at least one cop per department","full_description":"RuboCop::Cop::Cop Registry #with_department has at least one cop per department","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":239,"run_time":0.001705894,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:15:2:2]","description":"has each cop in exactly one type","full_description":"RuboCop::Cop::Cop Registry #with_department has each cop in exactly one type","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":245,"run_time":0.017894103,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:15:2:3]","description":"returns 0 for an invalid type","full_description":"RuboCop::Cop::Cop Registry #with_department returns 0 for an invalid type","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":253,"run_time":9.6206e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:13:2]","description":"has right department","full_description":"RuboCop::Cop::Cop with style cops has right department","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":213,"run_time":6.9354e-05,"pending_message":null},{"id":"./spec/rubocop/cop/cop_spec.rb[1:13:1]","description":"has right name","full_description":"RuboCop::Cop::Cop with style cops has right name","status":"passed","file_path":"./spec/rubocop/cop/cop_spec.rb","line_number":212,"run_time":5.27e-05,"pending_message":null}],"summary":{"duration":0.198956073,"example_count":39,"failure_count":0,"pending_count":1,"errors_outside_of_examples_count":0},"summary_line":"39 examples, 0 failures, 1 pending"}
spec/rubocop/cop/style/one_line_conditional_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:17]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.017028529,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:14]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000660306,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:13]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000561314,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:41]","description":"does not parenthesize expressions when they contain unparenthesized operator method calls","full_description":"RuboCop::Cop::Style::OneLineConditional does not parenthesize expressions when they contain unparenthesized operator method calls","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":106,"run_time":0.000630483,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:18]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000587803,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:7]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.036965931,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:19]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.001192325,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:42]","description":"does not break when one of the branches contains a retry keyword","full_description":"RuboCop::Cop::Style::OneLineConditional does not break when one of the branches contains a retry keyword","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":112,"run_time":0.000705128,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:26]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000607071,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:40]","description":"does not parenthesize expressions when they do not contain method calls with unparenthesized arguments","full_description":"RuboCop::Cop::Style::OneLineConditional does not parenthesize expressions when they do not contain method calls with unparenthesized arguments","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":99,"run_time":0.016856384,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:28]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000773448,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:9]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000698225,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:30]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000643963,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:12]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000675549,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:22]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000598696,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:11]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.016971371,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:29]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000764432,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:20]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.001144605,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:43]","description":"does not break when one of the branches contains a break keyword","full_description":"RuboCop::Cop::Style::OneLineConditional does not break when one of the branches contains a break keyword","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":123,"run_time":0.00086756,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:6]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.037407298,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:8]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.001053195,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:24]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.001323379,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:23]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.017224049,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:16]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.001037434,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:21]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000909346,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:27]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.017099496,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:25]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000946257,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:10]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000852272,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:15]","description":"parenthesizes the expression if it is preceded by an operator","full_description":"RuboCop::Cop::Style::OneLineConditional parenthesizes the expression if it is preceded by an operator","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":75,"run_time":0.000879956,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:2:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::OneLineConditional one line if/then/else/end when `then` branch has no body auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":22,"run_time":0.036867416,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::OneLineConditional one line if/then/else/end when `then` branch has no body registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":7,"run_time":0.000760778,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OneLineConditional one line if/then/end does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":16,"run_time":0.000710962,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:34:1]","description":"adds parentheses around `super b`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `super b`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.001364418,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:4:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::OneLineConditional one line unless/then/else/end registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":7,"run_time":0.000613581,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:4:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::OneLineConditional one line unless/then/else/end auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":22,"run_time":0.000534774,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:4:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OneLineConditional one line unless/then/else/end empty else does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":16,"run_time":0.000394213,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:31:1]","description":"adds parentheses around `puts 1`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `puts 1`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.017191527,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:5:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OneLineConditional one line unless/then/end does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":16,"run_time":0.000972904,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:36:1]","description":"adds parentheses around `a and b`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `a and b`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.001003262,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:38:1]","description":"adds parentheses around `a = b`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `a = b`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.000960068,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:39:1]","description":"adds parentheses around `a ? b : c`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `a ? b : c`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.03795466,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::OneLineConditional one line if/then/else/end auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":22,"run_time":0.000562784,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::OneLineConditional one line if/then/else/end registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":7,"run_time":0.000771636,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:1:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::OneLineConditional one line if/then/else/end empty else does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":16,"run_time":0.016968811,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:35:1]","description":"adds parentheses around `not a`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `not a`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.000780641,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:32:1]","description":"adds parentheses around `defined? :A`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `defined? :A`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.0006151,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:33:1]","description":"adds parentheses around `yield a`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `yield a`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.000949208,"pending_message":null},{"id":"./spec/rubocop/cop/style/one_line_conditional_spec.rb[1:37:1]","description":"adds parentheses around `a or b`","full_description":"RuboCop::Cop::Style::OneLineConditional behaves like changed precedence adds parentheses around `a or b`","status":"passed","file_path":"./spec/rubocop/cop/style/one_line_conditional_spec.rb","line_number":83,"run_time":0.038017137,"pending_message":null}],"summary":{"duration":0.359763863,"example_count":48,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"48 examples, 0 failures"}
spec/rubocop/cop/style/block_delimiters_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:18]","description":"accepts a multi-line functional block with do-end if it is an ignored method","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line functional block with do-end if it is an ignored method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":173,"run_time":0.000872689,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:4]","description":"accepts a multi-line block with braces when chained","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line block with braces when chained","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":72,"run_time":0.000572658,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:16]","description":"accepts a single line block with {} if used in an erange","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a single line block with {} if used in an erange","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":160,"run_time":0.000449657,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:6]","description":"registers an offense for a multi-line block with braces if the return value is not used","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style registers an offense for a multi-line block with braces if the return value is not used","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":89,"run_time":0.016771627,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:5]","description":"accepts a multi-line block with braces when passed to a known functional method","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line block with braces when passed to a known functional method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":80,"run_time":0.0006111,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:21]","description":"does not auto-correct {} to do-end if it is a known functional method","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style does not auto-correct {} to do-end if it is a known functional method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":247,"run_time":0.000497849,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:25]","description":"auto-corrects do-end to {} if it is a functional block and does not change the meaning","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style auto-corrects do-end to {} if it is a functional block and does not change the meaning","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":305,"run_time":0.000616193,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:24]","description":"auto-corrects do-end to {} with appropriate spacing","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style auto-corrects do-end to {} with appropriate spacing","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":288,"run_time":0.000607819,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:15]","description":"accepts a single line block with {} if used in an irange","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a single line block with {} if used in an irange","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":156,"run_time":0.0004248,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:23]","description":"auto-corrects do-end to {} if it is a functional block","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style auto-corrects do-end to {} if it is a functional block","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":271,"run_time":0.017004063,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:8]","description":"registers an offense for a multi-line block with do-end if the return value is passed to a method","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style registers an offense for a multi-line block with do-end if the return value is passed to a method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":109,"run_time":0.000817698,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:13]","description":"accepts a single line block with {} if used in a logical and","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a single line block with {} if used in a logical and","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":148,"run_time":0.000576252,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:1]","description":"accepts a multi-line block with braces if the return value is assigned","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line block with braces if the return value is assigned","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":44,"run_time":0.000522738,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:17]","description":"accepts a multi-line functional block with do-end if it is a known procedural method","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line functional block with do-end if it is a known procedural method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":164,"run_time":0.000608737,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:22]","description":"does not autocorrect do-end to {} if it is a known procedural method","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style does not autocorrect do-end to {} if it is a known procedural method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":259,"run_time":0.0367941,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:7]","description":"registers an offense for a multi-line block with do-end if the return value is assigned","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style registers an offense for a multi-line block with do-end if the return value is assigned","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":99,"run_time":0.001112553,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:14]","description":"accepts a single line block with {} if used in an array","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a single line block with {} if used in an array","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":152,"run_time":0.000548767,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:12]","description":"accepts a single line block with {} if used in a logical or","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a single line block with {} if used in a logical or","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":144,"run_time":0.000519965,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:2]","description":"accepts a multi-line block with braces if it is the return value of its scope","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line block with braces if it is the return value of its scope","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":53,"run_time":0.000539588,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:9]","description":"registers an offense for a multi-line block with do-end if the return value is attribute-assigned","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style registers an offense for a multi-line block with do-end if the return value is attribute-assigned","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":119,"run_time":0.000608144,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:10]","description":"accepts a multi-line block with do-end if it is the return value of its scope","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line block with do-end if it is the return value of its scope","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":129,"run_time":0.017021738,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:3]","description":"accepts a multi-line block with braces when passed to a method","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a multi-line block with braces when passed to a method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":64,"run_time":0.000574892,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:11]","description":"accepts a single line block with {} if used in an if statement","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style accepts a single line block with {} if used in an if statement","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":140,"run_time":0.00051548,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:19:1:2]","description":"accepts a single line block with do-end if it is procedural","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style with a procedural one-line block with AllowBracesOnProceduralOneLiners false or unset accepts a single line block with do-end if it is procedural","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":195,"run_time":0.000504902,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:19:1:1]","description":"registers an offense for a single line procedural block","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style with a procedural one-line block with AllowBracesOnProceduralOneLiners false or unset registers an offense for a single line procedural block","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":184,"run_time":0.000635466,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:19:2:2]","description":"accepts a single line procedural do-end block","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style with a procedural one-line block with AllowBracesOnProceduralOneLiners true accepts a single line procedural do-end block","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":209,"run_time":0.016985504,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:19:2:1]","description":"accepts a single line procedural block with braces","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style with a procedural one-line block with AllowBracesOnProceduralOneLiners true accepts a single line procedural block with braces","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":205,"run_time":0.00068313,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:20:2]","description":"auto-corrects { and } to do and end with appropriate spacing","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style with a procedural multi-line block auto-corrects { and } to do and end with appropriate spacing","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":235,"run_time":0.000609024,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:1:20:1]","description":"auto-corrects { and } to do and end","full_description":"RuboCop::Cop::Style::BlockDelimiters Semantic style with a procedural multi-line block auto-corrects { and } to do and end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":224,"run_time":0.000548873,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:5]","description":"auto-corrects do and end for single line blocks to { and }","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style auto-corrects do and end for single line blocks to { and }","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":334,"run_time":0.000496357,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:4]","description":"accepts a multi-line block that needs braces to be valid ruby","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style accepts a multi-line block that needs braces to be valid ruby","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":25,"run_time":0.037188811,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:1]","description":"registers an offense for a single line block with do-end","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style registers an offense for a single line block with do-end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":7,"run_time":0.000653177,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:6]","description":"does not auto-correct do-end if {} would change the meaning","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style does not auto-correct do-end if {} would change the meaning","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":339,"run_time":0.000607261,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:7]","description":"does not auto-correct {} if do-end would change the meaning","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style does not auto-correct {} if do-end would change the meaning","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":345,"run_time":0.000642056,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:2]","description":"accepts a single line block with braces","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style accepts a single line block with braces","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":14,"run_time":0.000401861,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:3]","description":"accepts a multi-line block with do-end","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style accepts a multi-line block with do-end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":18,"run_time":0.00041778,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:7]","description":"auto-corrects { and } to do and end","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block auto-corrects { and } to do and end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":430,"run_time":0.001013757,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:4]","description":"accepts a multi-line functional block with {} if it is an ignored method","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block accepts a multi-line functional block with {} if it is an ignored method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":393,"run_time":0.000641108,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:6]","description":"can handle special method names such as []= and done?","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block can handle special method names such as []= and done?","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":417,"run_time":0.001161574,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:9]","description":"does not auto-correct {} if do-end would introduce a syntax error","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block does not auto-correct {} if do-end would introduce a syntax error","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":464,"run_time":0.000614248,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:2]","description":"registers an offense when combined with attribute assignment","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block registers an offense when combined with attribute assignment","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":364,"run_time":0.01704464,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:8]","description":"auto-corrects adjacent curly braces correctly","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block auto-corrects adjacent curly braces correctly","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":449,"run_time":0.001106889,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:5]","description":"registers an offense for braces if do-end would not change the meaning","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block registers an offense for braces if do-end would not change the meaning","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":402,"run_time":0.001251164,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:1]","description":"registers an offense in the simple case","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block registers an offense in the simple case","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":356,"run_time":0.036616054,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:2:8:3]","description":"accepts braces if do-end would change the meaning","full_description":"RuboCop::Cop::Style::BlockDelimiters line count-based style when there are braces around a multi-line block accepts braces if do-end would change the meaning","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":372,"run_time":0.00244464,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:2]","description":"accepts a single line block with braces","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style accepts a single line block with braces","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":14,"run_time":0.000497203,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:7]","description":"allows when :[] is chained","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style allows when :[] is chained","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":508,"run_time":0.017229678,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:5]","description":"registers an offense for multi-line chained do-end blocks","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style registers an offense for multi-line chained do-end blocks","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":486,"run_time":0.000924931,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:6]","description":"accepts a multi-line functional block with {} if it is an ignored method","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style accepts a multi-line functional block with {} if it is an ignored method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":499,"run_time":0.000584249,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:3]","description":"accepts a multi-line block with do-end","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style accepts a multi-line block with do-end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":18,"run_time":0.000457576,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:10]","description":"disallows {} with no chain inside of Hash[]","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style disallows {} with no chain inside of Hash[]","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":536,"run_time":0.000850213,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:4]","description":"accepts a multi-line block that needs braces to be valid ruby","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style accepts a multi-line block that needs braces to be valid ruby","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":25,"run_time":0.037348631,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:1]","description":"registers an offense for a single line block with do-end","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style registers an offense for a single line block with do-end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":7,"run_time":0.000643651,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:9]","description":"allows chaining to } inside of Hash[]","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style allows chaining to } inside of Hash[]","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":526,"run_time":0.000766476,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:8]","description":"allows do/end inside Hash[]","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style allows do/end inside Hash[]","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":516,"run_time":0.000728589,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:12:1]","description":"registers an offense for multi-line chained do-end blocks","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style with safe navigation registers an offense for multi-line chained do-end blocks","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":580,"run_time":0.017201829,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:11:1]","description":"registers an offense in the simple case","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style when there are braces around a multi-line block registers an offense in the simple case","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":548,"run_time":0.000593985,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:11:3]","description":"allows when the block is being chained","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style when there are braces around a multi-line block allows when the block is being chained","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":564,"run_time":0.000529205,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:11:2]","description":"registers an offense when combined with attribute assignment","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style when there are braces around a multi-line block registers an offense when combined with attribute assignment","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":556,"run_time":0.000622067,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:3:11:4]","description":"allows when the block is being chained with attribute assignment","full_description":"RuboCop::Cop::Style::BlockDelimiters braces for chaining style when there are braces around a multi-line block allows when the block is being chained with attribute assignment","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":571,"run_time":0.000636108,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:7]","description":"registers an offense for multi-lined do-end blocks when combined with attribute assignment","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces registers an offense for multi-lined do-end blocks when combined with attribute assignment","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":653,"run_time":0.017019586,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:4]","description":"does not auto-correct do-end if {} would change the meaning","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces does not auto-correct do-end if {} would change the meaning","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":626,"run_time":0.000683714,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:8]","description":"accepts a multi-line functional block with do-end if it is an ignored method","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces accepts a multi-line functional block with do-end if it is an ignored method","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":662,"run_time":0.000531956,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:5]","description":"accepts a multi-line block that needs braces to be valid ruby","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces accepts a multi-line block that needs braces to be valid ruby","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":632,"run_time":0.000696381,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:2]","description":"accepts a single line block with braces","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces accepts a single line block with braces","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":614,"run_time":0.000392754,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:1]","description":"registers an offense for a single line block with do-end","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces registers an offense for a single line block with do-end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":603,"run_time":0.036695665,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:3]","description":"registers an offence for a multi-line block with do-end","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces registers an offence for a multi-line block with do-end","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":618,"run_time":0.000916335,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:6]","description":"registers an offense for multi-line chained do-end blocks","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces registers an offense for multi-line chained do-end blocks","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":640,"run_time":0.001111264,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:9:1]","description":"allows in the simple case","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces when there are braces around a multi-line block allows in the simple case","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":672,"run_time":0.000446368,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:9:3]","description":"allows when the block is being chained","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces when there are braces around a multi-line block allows when the block is being chained","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":686,"run_time":0.000499478,"pending_message":null},{"id":"./spec/rubocop/cop/style/block_delimiters_spec.rb[1:4:9:2]","description":"allows when combined with attribute assignment","full_description":"RuboCop::Cop::Style::BlockDelimiters always braces when there are braces around a multi-line block allows when combined with attribute assignment","status":"passed","file_path":"./spec/rubocop/cop/style/block_delimiters_spec.rb","line_number":679,"run_time":0.0167825,"pending_message":null}],"summary":{"duration":0.400194057,"example_count":71,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"71 examples, 0 failures"}
spec/rubocop/cop/style/empty_block_parameter_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:1]","description":"registers an offense for an empty block parameter with do-end wtyle","full_description":"RuboCop::Cop::Style::EmptyBlockParameter registers an offense for an empty block parameter with do-end wtyle","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":8,"run_time":0.000829137,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:5]","description":"accepts a block that is do-end style without parameter","full_description":"RuboCop::Cop::Style::EmptyBlockParameter accepts a block that is do-end style without parameter","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":58,"run_time":0.000404245,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:2]","description":"registers an offense for an empty block parameter with {} style","full_description":"RuboCop::Cop::Style::EmptyBlockParameter registers an offense for an empty block parameter with {} style","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":21,"run_time":0.000556478,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:3]","description":"registers an offense for an empty block parameter with super","full_description":"RuboCop::Cop::Style::EmptyBlockParameter registers an offense for an empty block parameter with super","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":32,"run_time":0.018655544,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:8]","description":"accepts a non-empty block parameter with {} style","full_description":"RuboCop::Cop::Style::EmptyBlockParameter accepts a non-empty block parameter with {} style","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":78,"run_time":0.000459745,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:4]","description":"registers an offense for an empty block parameter with lambda","full_description":"RuboCop::Cop::Style::EmptyBlockParameter registers an offense for an empty block parameter with lambda","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":47,"run_time":0.000460821,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:9]","description":"accepts an empty block parameter with a lambda","full_description":"RuboCop::Cop::Style::EmptyBlockParameter accepts an empty block parameter with a lambda","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":84,"run_time":0.000416454,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:6]","description":"accepts a block that is {} style without parameter","full_description":"RuboCop::Cop::Style::EmptyBlockParameter accepts a block that is {} style without parameter","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":65,"run_time":0.016555776,"pending_message":null},{"id":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb[1:7]","description":"accepts a non-empty block parameter with do-end style","full_description":"RuboCop::Cop::Style::EmptyBlockParameter accepts a non-empty block parameter with do-end style","status":"passed","file_path":"./spec/rubocop/cop/style/empty_block_parameter_spec.rb","line_number":71,"run_time":0.00056615,"pending_message":null}],"summary":{"duration":0.04044793,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/cop/layout/end_of_line_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":57492,"examples":[{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:3]","description":"highlights the whole offending line","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf highlights the whole offending line","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":119,"run_time":0.00094561,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:4]","description":"registers an offense for CR at end of file","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf registers an offense for CR at end of file","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":124,"run_time":0.000869012,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:1]","description":"accepts an empty file","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf accepts an empty file","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":7,"run_time":0.036876213,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:5]","description":"does not register offenses after __END__","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf does not register offenses after __END__","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":129,"run_time":0.000908109,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:2]","description":"registers an offense for CR+LF","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf registers an offense for CR+LF","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":113,"run_time":0.000704804,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:6:2]","description":"can inspect non-UTF-8 encoded source with proper encoding comment","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf and there are many lines ending with CR+LF can inspect non-UTF-8 encoded source with proper encoding comment","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":14,"run_time":0.038540047,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:6:1]","description":"registers only one offense","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf and there are many lines ending with CR+LF registers only one offense","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":138,"run_time":0.001058687,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:7:1]","description":"does not crash on UTF-8 encoded non-ascii characters","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf and the default external encoding is US_ASCII does not crash on UTF-8 encoded non-ascii characters","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":154,"run_time":0.078239405,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:7:2]","description":"can inspect non-UTF-8 encoded source with proper encoding comment","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf and the default external encoding is US_ASCII can inspect non-UTF-8 encoded source with proper encoding comment","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":14,"run_time":0.000811163,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:8:1]","description":"registers an offense","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf and source is a string registers an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":166,"run_time":0.000519437,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:1:1]","description":"registers an offense for an incorrect EOL","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is native registers an offense for an incorrect EOL","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":28,"run_time":0.000669421,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:2]","description":"registers an offense for CR+LF","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf registers an offense for CR+LF","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":42,"run_time":0.016830532,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:5]","description":"does not register offenses after __END__","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf does not register offenses after __END__","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":58,"run_time":0.000519856,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:1]","description":"accepts an empty file","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf accepts an empty file","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":7,"run_time":0.0004151,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:4]","description":"does not register offense for no CR at end of file","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf does not register offense for no CR at end of file","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":53,"run_time":0.000493386,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:3]","description":"highlights the whole offending line","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf highlights the whole offending line","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":48,"run_time":0.000554047,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:7:2]","description":"can inspect non-UTF-8 encoded source with proper encoding comment","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf and the default external encoding is US_ASCII can inspect non-UTF-8 encoded source with proper encoding comment","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":14,"run_time":0.000505017,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:7:1]","description":"does not crash on UTF-8 encoded non-ascii characters","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf and the default external encoding is US_ASCII does not crash on UTF-8 encoded non-ascii characters","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":88,"run_time":0.01731754,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:8:1]","description":"registers an offense","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf and source is a string registers an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":100,"run_time":0.000784006,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:6:2]","description":"can inspect non-UTF-8 encoded source with proper encoding comment","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf and there are many lines ending with LF can inspect non-UTF-8 encoded source with proper encoding comment","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":14,"run_time":0.000632882,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:6:1]","description":"registers only one offense","full_description":"RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf and there are many lines ending with LF registers only one offense","status":"passed","file_path":"./spec/rubocop/cop/layout/end_of_line_spec.rb","line_number":67,"run_time":0.000622529,"pending_message":null}],"summary":{"duration":0.202048345,"example_count":21,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"21 examples, 0 failures"}
spec/rubocop/cop/metrics/block_nesting_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:12]","description":"accepts if/elsif","full_description":"RuboCop::Cop::Metrics::BlockNesting accepts if/elsif","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":182,"run_time":0.000877765,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:1]","description":"accepts `Max` levels of nesting","full_description":"RuboCop::Cop::Metrics::BlockNesting accepts `Max` levels of nesting","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":8,"run_time":0.000515397,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting `Max + 1` levels of `if` nesting registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":19,"run_time":0.000669215,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:14:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting when CountBlocks is true nested inline block registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":237,"run_time":0.017335816,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:14:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting when CountBlocks is true nested multiline block registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":222,"run_time":0.000946602,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:8:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting nested `until` registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":121,"run_time":0.00067081,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:11:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting nested `rescue` registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":166,"run_time":0.000845362,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:10:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting nested `for` registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":151,"run_time":0.001146453,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:7:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting nested modifier `while` registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":106,"run_time":0.000718143,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:5:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting nested `case` registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":75,"run_time":0.000731095,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:6:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting nested `while` registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":91,"run_time":0.000627588,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:4:1]","description":"registers 2 offenses","full_description":"RuboCop::Cop::Metrics::BlockNesting Multiple nested `ifs` at same level registers 2 offenses","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":53,"run_time":0.037556562,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:9:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting nested modifier `until` registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":136,"run_time":0.000851769,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:13:2]","description":"accepts nested inline blocks","full_description":"RuboCop::Cop::Metrics::BlockNesting when CountBlocks is false accepts nested inline blocks","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":207,"run_time":0.000791263,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:13:1]","description":"accepts nested multiline blocks","full_description":"RuboCop::Cop::Metrics::BlockNesting when CountBlocks is false accepts nested multiline blocks","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":195,"run_time":0.017103742,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/block_nesting_spec.rb[1:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Metrics::BlockNesting `Max + 2` levels of `if` nesting registers an offense","status":"passed","file_path":"./spec/rubocop/cop/metrics/block_nesting_spec.rb","line_number":35,"run_time":0.000890669,"pending_message":null}],"summary":{"duration":0.101331922,"example_count":16,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"16 examples, 0 failures"}
spec/rubocop/cop/style/each_for_simple_loop_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:9]","description":"does not register offense for character range","full_description":"RuboCop::Cop::Style::EachForSimpleLoop does not register offense for character range","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":58,"run_time":0.000810227,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:3]","description":"registers offense for exclusive end range with do ... end syntax","full_description":"RuboCop::Cop::Style::EachForSimpleLoop registers offense for exclusive end range with do ... end syntax","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":23,"run_time":0.016748867,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:2]","description":"registers offense for exclusive end range","full_description":"RuboCop::Cop::Style::EachForSimpleLoop registers offense for exclusive end range","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":16,"run_time":0.000740546,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:1]","description":"registers offense for inclusive end range","full_description":"RuboCop::Cop::Style::EachForSimpleLoop registers offense for inclusive end range","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":9,"run_time":0.000472691,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:4]","description":"registers an offense for range not starting with zero","full_description":"RuboCop::Cop::Style::EachForSimpleLoop registers an offense for range not starting with zero","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":31,"run_time":0.000450478,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:6]","description":"does not register offense if range endpoint is not constant","full_description":"RuboCop::Cop::Style::EachForSimpleLoop does not register offense if range endpoint is not constant","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":43,"run_time":0.000409896,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:7]","description":"does not register offense for inline block with parameters","full_description":"RuboCop::Cop::Style::EachForSimpleLoop does not register offense for inline block with parameters","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":47,"run_time":0.000526036,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:8]","description":"does not register offense for multiline block with parameters","full_description":"RuboCop::Cop::Style::EachForSimpleLoop does not register offense for multiline block with parameters","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":51,"run_time":0.000463838,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:5]","description":"does not register offense if range startpoint is not constant","full_description":"RuboCop::Cop::Style::EachForSimpleLoop does not register offense if range startpoint is not constant","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":39,"run_time":0.0165188,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:11:3]","description":"autocorrects the range not starting with zero","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an exclusive range autocorrects the range not starting with zero","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":120,"run_time":0.000822263,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:11:2]","description":"autocorrects the source with multiline block","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an exclusive range autocorrects the source with multiline block","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":108,"run_time":0.000540574,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:11:4]","description":"does not autocorrect range not starting with zero and using param","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an exclusive range does not autocorrect range not starting with zero and using param","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":132,"run_time":0.000555229,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:11:1]","description":"autocorrects the source with inline block","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an exclusive range autocorrects the source with inline block","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":103,"run_time":0.000525147,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:10:1]","description":"autocorrects the source with inline block","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an inclusive range autocorrects the source with inline block","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":63,"run_time":0.000502072,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:10:4]","description":"does not autocorrect range not starting with zero and using param","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an inclusive range does not autocorrect range not starting with zero and using param","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":92,"run_time":0.037104259,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:10:3]","description":"autocorrects the range not starting with zero","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an inclusive range autocorrects the range not starting with zero","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":80,"run_time":0.000716116,"pending_message":null},{"id":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb[1:10:2]","description":"autocorrects the source with multiline block","full_description":"RuboCop::Cop::Style::EachForSimpleLoop when using an inclusive range autocorrects the source with multiline block","status":"passed","file_path":"./spec/rubocop/cop/style/each_for_simple_loop_spec.rb","line_number":68,"run_time":0.000489918,"pending_message":null}],"summary":{"duration":0.080615933,"example_count":17,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"17 examples, 0 failures"}
spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:9:2:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when the return is within a nested method definition with a class method definition should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":198,"run_time":0.001170182,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:9:1:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when the return is within a nested method definition with an instance method definition should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":186,"run_time":0.000746229,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:4:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when lambda is inside of block followed by method chain should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":110,"run_time":0.018938903,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:2:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block is not followed by method chain should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":73,"run_time":0.00116664,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:5:1]","description":"registers offenses","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block in middle of nest is followed by method chain registers offenses","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":127,"run_time":0.017974957,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:1:3:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block is followed by method chain and has no argument should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":58,"run_time":0.043599256,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:1:1:2]","description":"should eq 2","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block is followed by method chain and has single argument should eq 2","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":35,"run_time":0.001203732,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block is followed by method chain and has single argument behaves like offense detector registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":17,"run_time":0.000910896,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:1:2:2]","description":"should eq 2","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block is followed by method chain and has multiple arguments should eq 2","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":47,"run_time":0.00084872,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block is followed by method chain and has multiple arguments behaves like offense detector registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":17,"run_time":0.00089341,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:6:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when return with value should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":149,"run_time":0.02952921,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:7:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when the message is define_method should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":161,"run_time":0.000824635,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:3:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when block is lambda should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":88,"run_time":0.001276532,"pending_message":null},{"id":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb[1:1:8:1]","description":"should equal true","full_description":"RuboCop::Cop::Lint::NonLocalExitFromIterator inspection when the message is define_singleton_method should equal true","status":"passed","file_path":"./spec/rubocop/cop/lint/non_local_exit_from_iterator_spec.rb","line_number":173,"run_time":0.001221923,"pending_message":null}],"summary":{"duration":0.178152279,"example_count":14,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"14 examples, 0 failures"}
spec/rubocop/cop/style/missing_respond_to_missing_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb[1:3]","description":"allows method_missing and respond_to_missing? implemented as instance methods","full_description":"RuboCop::Cop::Style::MissingRespondToMissing allows method_missing and respond_to_missing? implemented as instance methods","status":"passed","file_path":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb","line_number":29,"run_time":0.000807211,"pending_message":null},{"id":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb[1:5]","description":"registers an offense respond_to_missing? is implemented as an instance method and method_missing is implemented as a class method","full_description":"RuboCop::Cop::Style::MissingRespondToMissing registers an offense respond_to_missing? is implemented as an instance method and method_missing is implemented as a class method","status":"passed","file_path":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb","line_number":55,"run_time":0.001140685,"pending_message":null},{"id":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb[1:4]","description":"allows method_missing and respond_to_missing? implemented as class methods","full_description":"RuboCop::Cop::Style::MissingRespondToMissing allows method_missing and respond_to_missing? implemented as class methods","status":"passed","file_path":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb","line_number":42,"run_time":0.000581668,"pending_message":null},{"id":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb[1:1]","description":"registers an offense when respond_to_missing? is not implemented","full_description":"RuboCop::Cop::Style::MissingRespondToMissing registers an offense when respond_to_missing? is not implemented","status":"passed","file_path":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb","line_number":8,"run_time":0.000427312,"pending_message":null},{"id":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb[1:6]","description":"registers an offense respond_to_missing? is implemented as a class method and method_missing is implemented as an instance method","full_description":"RuboCop::Cop::Style::MissingRespondToMissing registers an offense respond_to_missing? is implemented as a class method and method_missing is implemented as an instance method","status":"passed","file_path":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb","line_number":69,"run_time":0.000542025,"pending_message":null},{"id":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb[1:2]","description":"registers an offense when method_missing is implemented as a class methods","full_description":"RuboCop::Cop::Style::MissingRespondToMissing registers an offense when method_missing is implemented as a class methods","status":"passed","file_path":"./spec/rubocop/cop/style/missing_respond_to_missing_spec.rb","line_number":18,"run_time":0.00044557,"pending_message":null}],"summary":{"duration":0.021213634,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/style/signal_exception_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:3]","description":"registers an offense for fail in rescue section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` registers an offense for fail in rescue section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":229,"run_time":0.001065912,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:4]","description":"accepts `fail` if a custom `fail` instance method is defined","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` accepts `fail` if a custom `fail` instance method is defined","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":240,"run_time":0.017232854,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:5]","description":"accepts `fail` if a custom `fail` singleton method is defined","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` accepts `fail` if a custom `fail` singleton method is defined","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":252,"run_time":0.000898582,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:6]","description":"accepts `fail` with explicit receiver","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` accepts `fail` with explicit receiver","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":264,"run_time":0.00037239,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:2]","description":"registers an offense for fail in def body","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` registers an offense for fail in def body","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":218,"run_time":0.000667878,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:7]","description":"registers an offense for `fail` with `Kernel` as explicit receiver","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` registers an offense for `fail` with `Kernel` as explicit receiver","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":268,"run_time":0.000440446,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:8]","description":"auto-corrects fail to raise always","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` auto-corrects fail to raise always","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":275,"run_time":0.037189776,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:2:1]","description":"registers an offense for fail in begin section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `raise` registers an offense for fail in begin section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":207,"run_time":0.00087276,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:3:5]","description":"registers an offense for `raise` with `Kernel` as explicit receiver","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `fail` registers an offense for `raise` with `Kernel` as explicit receiver","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":333,"run_time":0.0004553,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:3:3]","description":"registers an offense for raise in rescue section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `fail` registers an offense for raise in rescue section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":318,"run_time":0.00058807,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:3:1]","description":"registers an offense for raise in begin section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `fail` registers an offense for raise in begin section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":296,"run_time":0.000554262,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:3:4]","description":"accepts `raise` with explicit receiver","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `fail` accepts `raise` with explicit receiver","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":329,"run_time":0.01652482,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:3:6]","description":"auto-corrects raise to fail always","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `fail` auto-corrects raise to fail always","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":340,"run_time":0.000717522,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:3:2]","description":"registers an offense for raise in def body","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `fail` registers an offense for raise in def body","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":307,"run_time":0.000701549,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:5]","description":"accepts raise in def with multiple rescues","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` accepts raise in def with multiple rescues","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":52,"run_time":0.000693426,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:14]","description":"is not confused by nested begin/rescue","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` is not confused by nested begin/rescue","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":151,"run_time":0.000816011,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:1]","description":"registers an offense for raise in begin section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers an offense for raise in begin section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":9,"run_time":0.01710067,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:2]","description":"registers an offense for raise in def body","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers an offense for raise in def body","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":20,"run_time":0.000758296,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:13]","description":"registers one offense for each raise","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers one offense for each raise","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":142,"run_time":0.000946591,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:8]","description":"registers only offense for one raise that should be fail","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers only offense for one raise that should be fail","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":88,"run_time":0.000690326,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:16]","description":"auto-corrects fail to raise when appropriate","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` auto-corrects fail to raise when appropriate","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":186,"run_time":0.037103252,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:6]","description":"registers an offense for fail in def rescue section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers an offense for fail in def rescue section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":64,"run_time":0.000930142,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:12]","description":"registers an offense for raise not in a begin/rescue/end","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers an offense for raise not in a begin/rescue/end","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":131,"run_time":0.001126481,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:15]","description":"auto-corrects raise to fail when appropriate","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` auto-corrects raise to fail when appropriate","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":169,"run_time":0.000640947,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:3]","description":"registers an offense for fail in rescue section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers an offense for fail in rescue section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":31,"run_time":0.017035408,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:11]","description":"registers an offense for `raise` and `fail` with `Kernel` as explicit receiver","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers an offense for `raise` and `fail` with `Kernel` as explicit receiver","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":118,"run_time":0.000963859,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:4]","description":"accepts raise in rescue section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` accepts raise in rescue section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":42,"run_time":0.000675573,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:9]","description":"accepts raise in def rescue section","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` accepts raise in def rescue section","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":98,"run_time":0.000734351,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:10]","description":"accepts `raise` and `fail` with explicit receiver","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` accepts `raise` and `fail` with explicit receiver","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":108,"run_time":0.017027722,"pending_message":null},{"id":"./spec/rubocop/cop/style/signal_exception_spec.rb[1:1:7]","description":"registers an offense for fail in second rescue","full_description":"RuboCop::Cop::Style::SignalException when enforced style is `semantic` registers an offense for fail in second rescue","status":"passed","file_path":"./spec/rubocop/cop/style/signal_exception_spec.rb","line_number":75,"run_time":0.00118799,"pending_message":null}],"summary":{"duration":0.180099651,"example_count":30,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"30 examples, 0 failures"}
spec/rubocop/cop/style/ternary_parentheses_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (yield) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.00148259,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (yield) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017090375,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (yield) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001119692,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (bar[:baz]) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000660626,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (bar[:baz]) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.037440792,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (bar[:baz]) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001419308,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (bar?) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.000983718,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (bar?) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.017426587,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a simple condition behaves like code with offense when checking foo = (bar?) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000752649,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:6:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (foo or bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000657015,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:6:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (foo or bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.000975259,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:6:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (foo or bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.017582745,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:7:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (not bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000654466,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:7:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (not bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.000899934,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:7:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (not bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.037530424,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:4:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (bar.baz?) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001411905,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:4:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (bar.baz?) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000612013,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:4:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (bar.baz?) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.017615314,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:5:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.001482372,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (1 + 1 == 2) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.021049535,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (1 + 1 == 2) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001189984,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (1 + 1 == 2) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001333523,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (bar && baz) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.017637579,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (bar && baz) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001454169,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (bar && baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000687004,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (foo1 == foo2) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000684735,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (foo1 == foo2) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.00181231,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:2:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with a complex condition behaves like code with offense when checking foo = (foo1 == foo2) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001297925,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:3:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a receiver behaves like code with offense when checking foo = (baz.foo? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.017982,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:3:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a receiver behaves like code with offense when checking foo = (baz.foo? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000763674,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:3:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a receiver behaves like code with offense when checking foo = (baz.foo? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001094703,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:2:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition behaves like code with offense when checking foo = (baz? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001619,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:2:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition behaves like code with offense when checking foo = (baz? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001099796,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition behaves like code with offense when checking foo = (baz? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000750867,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:4:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a literal receiver behaves like code with offense when checking foo = (\"bar\".foo? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001765899,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:4:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a literal receiver behaves like code with offense when checking foo = (\"bar\".foo? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001194103,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:4:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a literal receiver behaves like code with offense when checking foo = (\"bar\".foo? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017316446,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:5:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a constant receiver behaves like code with offense when checking foo = (Bar.foo? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001411577,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:5:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a constant receiver behaves like code with offense when checking foo = (Bar.foo? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.017287874,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:5:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method on a constant receiver behaves like code with offense when checking foo = (Bar.foo? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001109907,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:6:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method with multiple arguments behaves like code with offense when checking foo = (baz.foo? bar, baz) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001338708,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:6:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method with multiple arguments behaves like code with offense when checking foo = (baz.foo? bar, baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000756324,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:6:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition when calling method with multiple arguments behaves like code with offense when checking foo = (baz.foo? bar, baz) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.037860375,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition behaves like code with offense when checking foo = (defined? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001131855,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition behaves like code with offense when checking foo = (defined? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001131107,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:4:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an unparenthesized method call condition behaves like code with offense when checking foo = (defined? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.01771902,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:5:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with condition including a range behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.000943052,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:6:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with no space between the parentheses and question mark behaves like code with offense when checking (foo)? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.018142161,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:6:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with no space between the parentheses and question mark behaves like code with offense when checking (foo)? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.002081214,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:6:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with no space between the parentheses and question mark behaves like code with offense when checking (foo)? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.037562497,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = find_bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.01880118,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = find_bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001583776,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = find_bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.018588972,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:3:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = baz = find_baz) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.038748584,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:3:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = baz = find_baz) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.002805018,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = baz = find_baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017712246,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:2:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = bar = (baz = find_baz) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.038373593,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:2:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = bar = (baz = find_baz) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.002715699,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:5:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = bar = (baz = find_baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017619785,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like code with offense when checking foo = bar = (baz == 1) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.002617882,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like code with offense when checking foo = bar = (baz == 1) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.019191615,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like code with offense when checking foo = bar = (baz == 1) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.037819042,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:4:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.001387631,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.018207398,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:2:3:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses omission with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.001326855,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz == 1 ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.018902887,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz == 1 ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.039029674,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz == 1 ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.00082612,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz = find_baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.01891139,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz = find_baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.018193543,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz = find_baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001439139,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:4:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.00116211,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.037944883,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000708411,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:3:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with an assignment condition behaves like code with offense when checking foo = bar = baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.017936207,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = bar[:baz] ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.002281701,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = bar[:baz] ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.060166387,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = bar[:baz] ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017125985,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = bar? ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000686268,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = bar? ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.000806117,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = bar? ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.000802665,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = yield ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.037610464,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = yield ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000544373,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:1:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a simple condition behaves like code with offense when checking foo = yield ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.000840249,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar && baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017031139,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar && baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001246257,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar && baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.000937754,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:4:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar.baz? ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.000929115,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:4:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar.baz? ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.0013812,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:4:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar.baz? ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000530431,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:6:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar or baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000592822,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:6:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar or baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.017026604,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:6:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar or baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001373934,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:5:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar && (baz || bar) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001122823,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:5:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar && (baz || bar) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.017547877,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:5:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = bar && (baz || bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000873405,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = 1 + 1 == 2 ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000623784,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = 1 + 1 == 2 ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001004424,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = 1 + 1 == 2 ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.037696601,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = foo1 == foo2 ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000709946,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = foo1 == foo2 ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.000948347,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking foo = foo1 == foo2 ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.017450864,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:7:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking not bar ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000721184,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:7:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking not bar ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.000769667,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:1:2:7:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses when configured to enforce parentheses inclusion with a complex condition behaves like code with offense when checking not bar ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.000747969,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:5:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses when `RedundantParenthesis` would cause an infinite loop behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.01683581,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:6:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 <= (bar ** baz) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001535065,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:6:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 <= (bar ** baz) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001105608,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:6:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 <= (bar ** baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.037227968,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:8:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar + baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000789573,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:8:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar + baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001054624,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:8:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar + baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.017365681,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:10:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar < baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000774029,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:10:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar < baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001030199,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:10:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar < baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.000893558,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && baz || bar ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.037230697,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && baz || bar ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001256774,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && baz || bar ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001299572,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:7:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 >= bar * baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000842579,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:7:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 >= bar * baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001039951,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:7:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 >= bar * baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001060965,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 + 1 == 2 ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.017612749,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 + 1 == 2 ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001107292,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 + 1 == 2 ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000563818,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:9:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar - baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.037558076,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:9:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar - baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001189775,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:9:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar - baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.00053217,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:4:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && (baz != bar) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.017655247,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:4:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && (baz != bar) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.019431368,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:4:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && (baz != bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001167199,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:5:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 < (bar.baz?) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001265049,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:5:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 < (bar.baz?) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.017393092,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:5:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = 1 < (bar.baz?) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000998174,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && baz ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001017861,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && baz ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.00058156,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:1:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with complex condition behaves like code with offense when checking foo = bar && baz ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.039331342,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:2:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.000766316,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:2:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with an assignment condition behaves like code with offense when checking foo = bar = baz == 1 ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001476229,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:2:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with an assignment condition behaves like code with offense when checking foo = bar = baz == 1 ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000595883,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:4:2:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are no parens with an assignment condition behaves like code with offense when checking foo = bar = baz == 1 ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.000947521,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:2:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a complex condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.037495224,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:2:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a complex condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.000776883,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:2:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a complex condition behaves like code with offense when checking foo = (bar.baz?) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000660772,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:2:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a complex condition behaves like code with offense when checking foo = (bar.baz?) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.017516144,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:2:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a complex condition behaves like code with offense when checking foo = (bar.baz?) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001223054,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:3:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.000630774,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.000595444,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:4:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.016974969,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:2:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = bar = (baz = find_baz) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001191369,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = bar = (baz = find_baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.01811151,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:2:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = bar = (baz = find_baz) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001248791,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:3:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = baz = find_baz) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001023772,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:3:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = baz = find_baz) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.037132678,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = baz = find_baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001056859,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = find_bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001057156,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = find_bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000580625,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:5:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like safe assignment disabled behaves like code with offense when checking foo = (bar = find_bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.017423003,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:3:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with an assignment condition behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.000730787,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:5:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with condition including a range behaves like code without offense does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":51,"run_time":0.000594199,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:6:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include?(\"a\")) ? \"ab\" : \"c\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.017585962,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:6:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include?(\"a\")) ? \"ab\" : \"c\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000984011,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:6:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include?(\"a\")) ? \"ab\" : \"c\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001172858,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:8:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition when calling method on a receiver behaves like code with offense when checking foo = (baz.foo? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.038528331,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:8:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition when calling method on a receiver behaves like code with offense when checking foo = (baz.foo? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001164748,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:8:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition when calling method on a receiver behaves like code with offense when checking foo = (baz.foo? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.017796815,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:7:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking foo = (baz? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000922323,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:7:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking foo = (baz? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.000960107,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:7:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking foo = (baz? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.017242503,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? params[:t]) ? \"ab\" : \"c\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.00123481,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:2:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? params[:t]) ? \"ab\" : \"c\" does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001278338,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:2:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? params[:t]) ? \"ab\" : \"c\" does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.03775018,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:3:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? params[:t], 3) ? \"ab\" : \"c\" does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001483591,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? params[:t], 3) ? \"ab\" : \"c\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.00079752,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:3:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? params[:t], 3) ? \"ab\" : \"c\" does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.018076322,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:1:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking foo = (defined? bar) ? a : b does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.001070335,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:1:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking foo = (defined? bar) ? a : b does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.01745265,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking foo = (defined? bar) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000829253,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:5:1:3]","description":"does not claim to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? \"a\") ? \"ab\" : \"c\" does not claim to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":40,"run_time":0.001156629,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:5:1:2]","description":"does not auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? \"a\") ? \"ab\" : \"c\" does not auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":36,"run_time":0.037420054,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:5:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include? \"a\") ? \"ab\" : \"c\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000967728,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:4:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include?(params[:t], x)) ? \"ab\" : \"c\" auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001584397,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:4:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include?(params[:t], x)) ? \"ab\" : \"c\" registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017254601,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:4:4:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with method call condition behaves like code with offense when checking (%w(a b).include?(params[:t], x)) ? \"ab\" : \"c\" claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001625497,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:2:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (yield) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.00101224,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (yield) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.001056483,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:2:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (yield) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001061964,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:4:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = bar or (baz) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001126002,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:4:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = bar or (baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017136213,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:4:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = bar or (baz) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.001356416,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:5:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar&.baz) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001094488,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:5:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar&.baz) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.017124754,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:5:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar&.baz) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.039030418,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:3:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar[:baz]) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.00165907,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:3:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar[:baz]) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.001138049,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar[:baz]) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.016791285,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar?) ? a : b registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":21,"run_time":0.000910827,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:1:1:2]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar?) ? a : b auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":27,"run_time":0.000982752,"pending_message":null},{"id":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb[1:3:1:1:1:3]","description":"claims to auto-correct","full_description":"RuboCop::Cop::Style::TernaryParentheses configured for parentheses on complex and there are parens with a simple condition behaves like code with offense when checking foo = (bar?) ? a : b claims to auto-correct","status":"passed","file_path":"./spec/rubocop/cop/style/ternary_parentheses_spec.rb","line_number":31,"run_time":0.000943212,"pending_message":null}],"summary":{"duration":2.082926018,"example_count":198,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"198 examples, 0 failures"}
spec/rubocop/cop/style/def_with_parentheses_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb[1:5]","description":"auto-removes unneeded parens","full_description":"RuboCop::Cop::Style::DefWithParentheses auto-removes unneeded parens","status":"passed","file_path":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb","line_number":33,"run_time":0.000869594,"pending_message":null},{"id":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb[1:3]","description":"accepts def with arg and parens","full_description":"RuboCop::Cop::Style::DefWithParentheses accepts def with arg and parens","status":"passed","file_path":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb","line_number":22,"run_time":0.000439534,"pending_message":null},{"id":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb[1:2]","description":"reports an offense for class def with empty parens","full_description":"RuboCop::Cop::Style::DefWithParentheses reports an offense for class def with empty parens","status":"passed","file_path":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb","line_number":14,"run_time":0.000443289,"pending_message":null},{"id":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb[1:4]","description":"accepts empty parentheses in one liners","full_description":"RuboCop::Cop::Style::DefWithParentheses accepts empty parentheses in one liners","status":"passed","file_path":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb","line_number":29,"run_time":0.016744733,"pending_message":null},{"id":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb[1:1]","description":"reports an offense for def with empty parens","full_description":"RuboCop::Cop::Style::DefWithParentheses reports an offense for def with empty parens","status":"passed","file_path":"./spec/rubocop/cop/style/def_with_parentheses_spec.rb","line_number":6,"run_time":0.000697236,"pending_message":null}],"summary":{"duration":0.020478652,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/cop/lint/next_without_accumulator_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:3:1]","description":"accepts a bare next","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator given an unrelated block accepts a bare next","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":58,"run_time":0.001153985,"pending_message":null},{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:3:2]","description":"accepts next with a value","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator given an unrelated block accepts next with a value","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":67,"run_time":0.000847608,"pending_message":null},{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:1:1:1]","description":"registers an offense for a bare next","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator behaves like reduce/inject given a reduce block registers an offense for a bare next","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":38,"run_time":0.000849458,"pending_message":null},{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:1:1:2]","description":"accepts next with a value","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator behaves like reduce/inject given a reduce block accepts next with a value","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":44,"run_time":0.037260128,"pending_message":null},{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:1:1:3]","description":"accepts next within a nested block","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator behaves like reduce/inject given a reduce block accepts next within a nested block","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":48,"run_time":0.001446184,"pending_message":null},{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:2:1:1]","description":"registers an offense for a bare next","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator behaves like reduce/inject given a inject block registers an offense for a bare next","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":38,"run_time":0.000976892,"pending_message":null},{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:2:1:2]","description":"accepts next with a value","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator behaves like reduce/inject given a inject block accepts next with a value","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":44,"run_time":0.017297134,"pending_message":null},{"id":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb[1:2:1:3]","description":"accepts next within a nested block","full_description":"RuboCop::Cop::Lint::NextWithoutAccumulator behaves like reduce/inject given a inject block accepts next within a nested block","status":"passed","file_path":"./spec/rubocop/cop/lint/next_without_accumulator_spec.rb","line_number":48,"run_time":0.001366835,"pending_message":null}],"summary":{"duration":0.063024308,"example_count":8,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"8 examples, 0 failures"}
spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:16]","description":"registers an offense for ||","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for ||","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":164,"run_time":0.001184096,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:19]","description":"counts only a single method","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 counts only a single method","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":194,"run_time":0.00095296,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:4]","description":"accepts complex code outside of methods","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 accepts complex code outside of methods","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":31,"run_time":0.017450407,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:1]","description":"accepts a method with no decision points","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 accepts a method with no decision points","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":9,"run_time":0.00271556,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:12]","description":"registers an offense for a rescue block","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for a rescue block","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":119,"run_time":0.017242676,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:18]","description":"deals with nested if blocks containing && and ||","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 deals with nested if blocks containing && and ||","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":182,"run_time":0.001167574,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:9]","description":"registers an offense for a while block","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for a while block","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":86,"run_time":0.000634157,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:15]","description":"registers an offense for and","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for and","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":155,"run_time":0.000537805,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:2]","description":"accepts an empty method","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 accepts an empty method","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":17,"run_time":0.000346221,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:11]","description":"registers an offense for a for block","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for a for block","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":108,"run_time":0.037257923,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:14]","description":"registers an offense for &&","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for &&","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":146,"run_time":0.000819539,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:13]","description":"registers an offense for a case/when block","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for a case/when block","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":132,"run_time":0.000797699,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:8]","description":"registers an offense for a ternary operator","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for a ternary operator","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":77,"run_time":0.000668177,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:17]","description":"registers an offense for or","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for or","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":173,"run_time":0.01686285,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:10]","description":"registers an offense for an until block","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for an until block","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":97,"run_time":0.000819825,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:5]","description":"registers an offense for an if modifier","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for an if modifier","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":44,"run_time":0.000579418,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:3]","description":"accepts an empty `define_method`","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 accepts an empty `define_method`","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":24,"run_time":0.000440318,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:7]","description":"registers an offense for an elsif block","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for an elsif block","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":62,"run_time":0.000714957,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:20]","description":"registers an offense for a `define_method`","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for a `define_method`","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":208,"run_time":0.000587592,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:1:6]","description":"registers an offense for an unless modifier","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 1 registers an offense for an unless modifier","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":53,"run_time":0.037129365,"pending_message":null},{"id":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb[1:2:1]","description":"counts stupid nested if and else blocks","full_description":"RuboCop::Cop::Metrics::CyclomaticComplexity when Max is 2 counts stupid nested if and else blocks","status":"passed","file_path":"./spec/rubocop/cop/metrics/cyclomatic_complexity_spec.rb","line_number":221,"run_time":0.001047302,"pending_message":null}],"summary":{"duration":0.15900998,"example_count":21,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"21 examples, 0 failures"}
spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:3:1]","description":"requires empty lines for namespace","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when has multiple child classes requires empty lines for namespace","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":304,"run_time":0.037398137,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:3:2]","description":"registers offenses for namespace body starting and ending without a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when has multiple child classes registers offenses for namespace body starting and ending without a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":321,"run_time":0.001048636,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:2:1]","description":"requires no empty lines for namespace","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is module requires no empty lines for namespace","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":268,"run_time":0.00060228,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:2:2]","description":"registers offense for namespace body starting with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is module registers offense for namespace body starting with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":278,"run_time":0.000566975,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:2:3]","description":"registers offense for namespace body ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is module registers offense for namespace body ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":290,"run_time":0.000604293,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:1:4]","description":"registers offenses for namespaced class body not starting with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is class registers offenses for namespaced class body not starting with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":219,"run_time":0.000925848,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:1:5]","description":"registers offenses for namespaced class body not ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is class registers offenses for namespaced class body not ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":232,"run_time":0.000651721,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:1:6]","description":"autocorrects beginning and end","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is class autocorrects beginning and end","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":245,"run_time":0.000807061,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:1:3]","description":"registers offense for namespace body ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is class registers offense for namespace body ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":205,"run_time":0.000633007,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:1:2]","description":"registers offense for namespace body starting with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is class registers offense for namespace body starting with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":191,"run_time":0.017931306,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:3:1:1]","description":"requires no empty lines for namespace","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_except_namespace when only child is class requires no empty lines for namespace","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":179,"run_time":0.00078523,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:1:1]","description":"requires blank line at the beginning and ending of class body","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is method requires blank line at the beginning and ending of class body","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":8,"run_time":0.000584632,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:1:3:1]","description":"requires no empty lines for namespace but requires blank line at the beginning and ending of class body","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is method when class has a namespace requires no empty lines for namespace but requires blank line at the beginning and ending of class body","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":46,"run_time":0.016916418,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:1:3:3:1]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is method when class has a namespace source with blank lines autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":103,"run_time":0.000923504,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:1:3:2:1]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is method when class has a namespace source without blank lines autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":72,"run_time":0.00072314,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:1:2:2]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is method source without blank lines autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":33,"run_time":0.000622463,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:1:2:1]","description":"registers an offense for class not beginning and ending with a blank line","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is method source without blank lines registers an offense for class not beginning and ending with a blank line","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":27,"run_time":0.000568353,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:3:1]","description":"requires empty lines for namespace","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when namespace has multiple children requires empty lines for namespace","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":336,"run_time":0.037422198,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:4:1]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special class with only constants autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":367,"run_time":0.001226887,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:6:2:1]","description":"does NOT register offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special class with empty body without empty line does NOT register offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":441,"run_time":0.000410862,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:6:1:1]","description":"does NOT register offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special class with empty body with empty line does NOT register offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":428,"run_time":0.016771986,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:1]","description":"does not require blank line at the beginning of class body but requires blank line before first def definition and requires blank line at the end of class body","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method does not require blank line at the beginning of class body but requires blank line before first def definition and requires blank line at the end of class body","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":121,"run_time":0.000905688,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:5:1]","description":"requires no empty lines for namespace and does not require blank line at the beginning of class body but requires blank line at the end of class body","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method when class has a namespace requires no empty lines for namespace and does not require blank line at the beginning of class body but requires blank line at the end of class body","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":225,"run_time":0.018696588,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:5:4:1]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method when class has a namespace source with constants autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":317,"run_time":0.001306812,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:5:3:1]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method when class has a namespace source with blank lines autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":288,"run_time":0.001188309,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:5:2:1]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method when class has a namespace source without blank lines autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":254,"run_time":0.037479416,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:4:1]","description":"registers an offense for class beginning with a blank line","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method source with comment before method definition registers an offense for class beginning with a blank line","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":205,"run_time":0.001052907,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:4:2]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method source with comment before method definition autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":210,"run_time":0.000764324,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:2:1]","description":"registers an offense for class not ending with a blank line","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method source without blank lines registers an offense for class not ending with a blank line","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":144,"run_time":0.000820801,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:2:2]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method source without blank lines autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":149,"run_time":0.00138752,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:3:2]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method source with blank lines autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":179,"run_time":0.000859169,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:2:3:1]","description":"registers an offense for class beginning with a blank line","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special when first child is NOT a method source with blank lines registers an offense for class beginning with a blank line","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":174,"run_time":0.000674365,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:5:2]","description":"autocorrects the offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special class with constant and child class autocorrects the offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":401,"run_time":0.017668047,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:6:5:1]","description":"registers offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines_special class with constant and child class registers offenses","status":"passed","file_path":"./spec/support/empty_lines_around_body_shared_examples.rb","line_number":393,"run_time":0.001237425,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:5:1]","description":"ignores empty lines at the beginning of a class","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is ending_only ignores empty lines at the beginning of a class","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":385,"run_time":0.000545412,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:5:2]","description":"registers an offense for an empty line at the end of a class","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is ending_only registers an offense for an empty line at the end of a class","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":394,"run_time":0.03906077,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:5:3]","description":"autocorrects end","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is ending_only autocorrects end","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":406,"run_time":0.000780554,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:4:3]","description":"autocorrects end","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is beginning_only autocorrects end","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":364,"run_time":0.016675738,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:4:1]","description":"ignores empty lines at the beginning of a class","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is beginning_only ignores empty lines at the beginning of a class","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":343,"run_time":0.000861365,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:4:2]","description":"registers an offense for an empty line at the end of a class","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is beginning_only registers an offense for an empty line at the end of a class","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":352,"run_time":0.000548354,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:1:4]","description":"registers an offense for singleton class body starting with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is no_empty_lines registers an offense for singleton class body starting with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":50,"run_time":0.000517688,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:1:2]","description":"autocorrects class body containing only a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is no_empty_lines autocorrects class body containing only a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":27,"run_time":0.000482557,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:1:1]","description":"registers an offense for class body starting with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is no_empty_lines registers an offense for class body starting with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":16,"run_time":0.000509139,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:1:6]","description":"registers an offense for singleton class body ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is no_empty_lines registers an offense for singleton class body ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":73,"run_time":0.016834332,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:1:3]","description":"registers an offense for class body ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is no_empty_lines registers an offense for class body ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":39,"run_time":0.000809807,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:1:5]","description":"autocorrects singleton class body containing only a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is no_empty_lines autocorrects singleton class body containing only a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":61,"run_time":0.000521119,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:1]","description":"does not register offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines does not register offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":88,"run_time":0.000568683,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:6]","description":"registers an offense for singleton class body not starting or ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines registers an offense for singleton class body not starting or ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":143,"run_time":0.000497251,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:7]","description":"ignores singleton classes with an empty body","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines ignores singleton classes with an empty body","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":153,"run_time":0.000372732,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:2]","description":"does not register offenses when specifying a superclass that breaks the line","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines does not register offenses when specifying a superclass that breaks the line","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":99,"run_time":0.03717234,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:3]","description":"registers an offense for class body not starting or ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines registers an offense for class body not starting or ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":112,"run_time":0.000715583,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:4]","description":"ignores classes with an empty body","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines ignores classes with an empty body","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":122,"run_time":0.000399023,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:8]","description":"autocorrects beginning and end for `class << self`","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines autocorrects beginning and end for `class << self`","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":159,"run_time":0.00059225,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb[1:2:5]","description":"autocorrects beginning and end","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundClassBody when EnforcedStyle is empty_lines autocorrects beginning and end","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_class_body_spec.rb","line_number":128,"run_time":0.000570711,"pending_message":null}],"summary":{"duration":0.381371775,"example_count":54,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"54 examples, 0 failures"}
spec/rubocop/cop/style/method_missing_super_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/method_missing_super_spec.rb[1:1:2]","description":"allows method_missing when super is called","full_description":"RuboCop::Cop::Style::MethodMissingSuper method_missing defined as an instance method allows method_missing when super is called","status":"passed","file_path":"./spec/rubocop/cop/style/method_missing_super_spec.rb","line_number":17,"run_time":0.000920521,"pending_message":null},{"id":"./spec/rubocop/cop/style/method_missing_super_spec.rb[1:1:1]","description":"registers an offense when super is not called.","full_description":"RuboCop::Cop::Style::MethodMissingSuper method_missing defined as an instance method registers an offense when super is not called.","status":"passed","file_path":"./spec/rubocop/cop/style/method_missing_super_spec.rb","line_number":7,"run_time":0.000567155,"pending_message":null},{"id":"./spec/rubocop/cop/style/method_missing_super_spec.rb[1:2:1]","description":"registers an offense when super is not called.","full_description":"RuboCop::Cop::Style::MethodMissingSuper method_missing defined as a class method registers an offense when super is not called.","status":"passed","file_path":"./spec/rubocop/cop/style/method_missing_super_spec.rb","line_number":29,"run_time":0.000562862,"pending_message":null},{"id":"./spec/rubocop/cop/style/method_missing_super_spec.rb[1:2:2]","description":"allows method_missing when super is called","full_description":"RuboCop::Cop::Style::MethodMissingSuper method_missing defined as a class method allows method_missing when super is called","status":"passed","file_path":"./spec/rubocop/cop/style/method_missing_super_spec.rb","line_number":39,"run_time":0.001027203,"pending_message":null}],"summary":{"duration":0.020471639,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/cop/style/while_until_modifier_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:6]","description":"accepts oneline while when condition has local variable assignment","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts oneline while when condition has local variable assignment","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":38,"run_time":0.001169424,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:11]","description":"accepts an empty condition","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts an empty condition","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":89,"run_time":0.000956132,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:13]","description":"accepts modifier until","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts modifier until","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":98,"run_time":0.000382769,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:12]","description":"accepts modifier while","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts modifier while","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":94,"run_time":0.000374565,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:5]","description":"accepts multiline while whose body is more than one line","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts multiline while whose body is more than one line","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":34,"run_time":0.000686054,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:9]","description":"accepts multiline until that doesn't fit on one line","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts multiline until that doesn't fit on one line","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":81,"run_time":0.000641833,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:10]","description":"accepts multiline until whose body is more than one line","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts multiline until whose body is more than one line","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":85,"run_time":0.037291617,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:1]","description":"accepts multiline unless that doesn't fit on one line","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts multiline unless that doesn't fit on one line","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":12,"run_time":0.00071742,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:4]","description":"accepts multiline while that doesn't fit on one line","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts multiline while that doesn't fit on one line","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":30,"run_time":0.000569078,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:2]","description":"accepts multiline unless whose body is more than one line","full_description":"RuboCop::Cop::Style::WhileUntilModifier accepts multiline unless whose body is more than one line","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":16,"run_time":0.000676496,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:7:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Style::WhileUntilModifier oneline while when assignment is in body does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":65,"run_time":0.00063254,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:7:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::WhileUntilModifier oneline while when assignment is in body registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":56,"run_time":0.017160668,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:15:1]","description":"registers an offense even for a long modifier statement","full_description":"RuboCop::Cop::Style::WhileUntilModifier when Metrics/LineLength is disabled registers an offense even for a long modifier statement","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":123,"run_time":0.00090272,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:14:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::WhileUntilModifier when the modifier condition is multiline registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":104,"run_time":0.000559863,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:3:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Style::WhileUntilModifier multiline while that fits on one line does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":25,"run_time":0.000560442,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::WhileUntilModifier multiline while that fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":21,"run_time":0.01736666,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:8:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Style::WhileUntilModifier multiline until that fits on one line does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":76,"run_time":0.000993022,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_modifier_spec.rb[1:8:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::WhileUntilModifier multiline until that fits on one line registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_modifier_spec.rb","line_number":72,"run_time":0.000516999,"pending_message":null}],"summary":{"duration":0.100974824,"example_count":18,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"18 examples, 0 failures"}
spec/rubocop/cop/layout/end_alignment_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:30]","description":"auto-corrects mismatched puts 1; until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched puts 1; until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001027039,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:6]","description":"accepts matching while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.037053441,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:8]","description":"accepts matching case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000619103,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:23]","description":"registers an offense for mismatched unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000518748,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:19]","description":"registers an offense for mismatched if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000458179,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:18]","description":"auto-corrects mismatched puts 1; if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched puts 1; if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000588551,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:34]","description":"auto-corrects mismatched puts 1; case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched puts 1; case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.016870038,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:39]","description":"accepts matching puts 1; if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching puts 1; if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.001001096,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:5]","description":"accepts matching unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000414576,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:44]","description":"can handle ternary if","full_description":"RuboCop::Cop::Layout::EndAlignment can handle ternary if","status":"passed","file_path":"./spec/rubocop/cop/layout/end_alignment_spec.rb","line_number":86,"run_time":0.000466421,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:43]","description":"accepts matching puts 1; case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching puts 1; case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000542362,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:3]","description":"accepts matching module ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching module ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000374186,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:36]","description":"auto-corrects mismatched case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00055729,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:20]","description":"auto-corrects mismatched if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000856608,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:1]","description":"accepts matching class ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching class ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000511339,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:35]","description":"registers an offense for mismatched case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000567488,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:25]","description":"registers an offense for mismatched puts 1; while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched puts 1; while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000567975,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:21]","description":"registers an offense for mismatched puts 1; unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched puts 1; unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000559635,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:42]","description":"accepts matching puts 1; until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching puts 1; until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.036880787,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:45]","description":"can handle modifier if","full_description":"RuboCop::Cop::Layout::EndAlignment can handle modifier if","status":"passed","file_path":"./spec/rubocop/cop/layout/end_alignment_spec.rb","line_number":90,"run_time":0.000710627,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:26]","description":"auto-corrects mismatched puts 1; while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched puts 1; while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000695277,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:32]","description":"auto-corrects mismatched until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000491783,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:11]","description":"registers an offense for mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000464125,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:22]","description":"auto-corrects mismatched puts 1; unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched puts 1; unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000596872,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:40]","description":"accepts matching puts 1; unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching puts 1; unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.017003011,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:12]","description":"auto-corrects mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00062307,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:27]","description":"registers an offense for mismatched while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.00049182,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:29]","description":"registers an offense for mismatched puts 1; until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched puts 1; until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000543099,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:41]","description":"accepts matching puts 1; while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching puts 1; while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00047356,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:24]","description":"auto-corrects mismatched unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000454818,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:31]","description":"registers an offense for mismatched until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.01695989,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:33]","description":"registers an offense for mismatched puts 1; case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched puts 1; case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000858497,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:28]","description":"auto-corrects mismatched while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000589807,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:10]","description":"auto-corrects mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000578683,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:7]","description":"accepts matching until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000433118,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:17]","description":"registers an offense for mismatched puts 1; if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched puts 1; if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.03662164,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:37]","description":"accepts matching puts 1; class ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching puts 1; class ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000992712,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:9]","description":"registers an offense for mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000603156,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:38]","description":"accepts matching puts 1; module ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching puts 1; module ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000505674,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:14]","description":"auto-corrects mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000565188,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:2]","description":"accepts matching class ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching class ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000400506,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:13]","description":"registers an offense for mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016902285,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:16]","description":"auto-corrects mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment auto-corrects mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000755788,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:4]","description":"accepts matching if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment accepts matching if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000444996,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:15]","description":"registers an offense for mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment registers an offense for mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000487316,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:6]","description":"auto-corrects mismatched var = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000641552,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:1]","description":"registers an offense for mismatched var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016942229,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:4]","description":"auto-corrects mismatched var = unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var = unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000716184,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:21]","description":"registers an offense for mismatched var = <newline> if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var = <newline> if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000589173,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:26]","description":"accepts matching var << while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching var << while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000476042,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:14]","description":"auto-corrects mismatched var << unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var << unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00052202,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:28]","description":"accepts matching var = case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching var = case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000542419,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:16]","description":"auto-corrects mismatched var << while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var << while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.037318963,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:9]","description":"registers an offense for mismatched var = case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var = case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000904183,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:20]","description":"auto-corrects mismatched var << case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var << case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.0006813,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:23]","description":"accepts matching var = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching var = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000526989,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:2]","description":"auto-corrects mismatched var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.016973275,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:13]","description":"registers an offense for mismatched var << unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var << unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000901009,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:17]","description":"registers an offense for mismatched var << until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var << until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.040012603,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:5]","description":"registers an offense for mismatched var = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000749184,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:11]","description":"registers an offense for mismatched var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000574444,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:22]","description":"auto-corrects mismatched var = <newline> if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var = <newline> if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000587803,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:10]","description":"auto-corrects mismatched var = case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var = case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.017265553,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:25]","description":"accepts matching var = while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching var = while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000678025,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:18]","description":"auto-corrects mismatched var << until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var << until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000615972,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:24]","description":"accepts matching var = unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching var = unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000556697,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:3]","description":"registers an offense for mismatched var = unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var = unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000588175,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:8]","description":"auto-corrects mismatched var = until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var = until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.01701796,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:12]","description":"auto-corrects mismatched var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000818527,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:29]","description":"accepts matching var = <newline> if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching var = <newline> if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000534929,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:19]","description":"registers an offense for mismatched var << case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var << case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000610021,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:7]","description":"registers an offense for mismatched var = until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var = until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000543108,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:27]","description":"accepts matching var = until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching var = until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.036945555,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:52:15]","description":"registers an offense for mismatched var << while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched var << while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.001020588,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:33]","description":"auto-corrects mismatched var = <newline> until test <newline> do_something <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = <newline> until test <newline> do_something <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000821864,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:56]","description":"registers an offense for mismatched a, b = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched a, b = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.017154672,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:4]","description":"accepts matching var = while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000660809,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:42]","description":"accepts matching var &&= if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var &&= if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000568245,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:29]","description":"auto-corrects mismatched var = <newline> unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = <newline> unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00060977,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:78]","description":"registers an offense for mismatched h.k = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched h.k = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000643932,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:36]","description":"accepts matching @var = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching @var = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.01704873,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:13]","description":"auto-corrects mismatched var = unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000806856,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:11]","description":"auto-corrects mismatched var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000670445,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:22]","description":"registers an offense for mismatched var[x] = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var[x] = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000843341,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:39]","description":"accepts matching CNST = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching CNST = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.036823617,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:45]","description":"accepts matching h.k = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching h.k = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00099886,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:6]","description":"accepts matching var = until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000788522,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:23]","description":"auto-corrects mismatched var[x] = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var[x] = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000751163,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:10]","description":"registers an offense for mismatched var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000615829,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:31]","description":"auto-corrects mismatched var = <newline> # comment <newline> while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = <newline> # comment <newline> while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.017119644,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:70]","description":"registers an offense for mismatched @@var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched @@var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000765739,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:30]","description":"registers an offense for mismatched var = <newline> # comment <newline> while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = <newline> # comment <newline> while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000691345,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:59]","description":"auto-corrects mismatched var ||= if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var ||= if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000675201,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:21]","description":"auto-corrects mismatched var << unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var << unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000604388,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:28]","description":"registers an offense for mismatched var = <newline> unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = <newline> unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.017173897,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:7]","description":"accepts matching var = until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000783351,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:62]","description":"registers an offense for mismatched var += if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var += if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000629981,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:64]","description":"registers an offense for mismatched h[k] = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched h[k] = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.037728071,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:1]","description":"accepts matching var << if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var << if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00146959,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:27]","description":"auto-corrects mismatched var = <newline> if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = <newline> if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001307112,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:17]","description":"auto-corrects mismatched var = until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.017743263,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:51]","description":"auto-corrects mismatched @@var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched @@var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001408769,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:5]","description":"accepts matching var = until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.017236588,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:69]","description":"auto-corrects mismatched @var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched @var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001674907,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:79]","description":"auto-corrects mismatched h.k = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched h.k = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001071677,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:76]","description":"registers an offense for mismatched h[k] << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched h[k] << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.037812032,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:19]","description":"auto-corrects mismatched var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001370983,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:41]","description":"accepts matching var ||= if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var ||= if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.017478493,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:2]","description":"accepts matching var = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.001323753,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:32]","description":"registers an offense for mismatched var = <newline> until test <newline> do_something <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = <newline> until test <newline> do_something <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.001284746,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:9]","description":"accepts matching var = <newline> if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = <newline> if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.037575974,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:65]","description":"auto-corrects mismatched h[k] = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched h[k] = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001483122,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:47]","description":"auto-corrects mismatched var = case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001355513,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:77]","description":"auto-corrects mismatched h[k] << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched h[k] << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001769743,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:16]","description":"registers an offense for mismatched var = until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.001243477,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:48]","description":"registers an offense for mismatched @var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched @var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.017132316,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:55]","description":"auto-corrects mismatched CNST = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched CNST = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001441943,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:18]","description":"registers an offense for mismatched var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.038325956,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:71]","description":"auto-corrects mismatched @@var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched @@var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000987953,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:54]","description":"registers an offense for mismatched CNST = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched CNST = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.001230967,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:49]","description":"auto-corrects mismatched @var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched @var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001528841,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:63]","description":"auto-corrects mismatched var += if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var += if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001255968,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:73]","description":"auto-corrects mismatched $var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched $var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.017466039,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:40]","description":"accepts matching a, b = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching a, b = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.020402386,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:58]","description":"registers an offense for mismatched var ||= if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var ||= if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.002117605,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:67]","description":"auto-corrects mismatched var << case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var << case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.016789894,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:43]","description":"accepts matching var += if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var += if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00083253,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:75]","description":"auto-corrects mismatched CNST << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched CNST << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001344696,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:26]","description":"registers an offense for mismatched var = <newline> if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = <newline> if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.037618489,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:12]","description":"registers an offense for mismatched var = unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000825144,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:57]","description":"auto-corrects mismatched a, b = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched a, b = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001751496,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:46]","description":"registers an offense for mismatched var = case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.017623578,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:44]","description":"accepts matching h[k] = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching h[k] = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.001241391,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:37]","description":"accepts matching @@var = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching @@var = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.017573776,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:8]","description":"accepts matching var = case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00136702,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:72]","description":"registers an offense for mismatched $var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched $var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.001210955,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:20]","description":"registers an offense for mismatched var << unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var << unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.037611888,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:38]","description":"accepts matching $var = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching $var = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.001404368,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:35]","description":"auto-corrects mismatched var = until test <newline> end.j ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = until test <newline> end.j ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001116574,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:61]","description":"auto-corrects mismatched var &&= if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var &&= if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.017219164,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:68]","description":"registers an offense for mismatched @var << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched @var << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000949496,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:60]","description":"registers an offense for mismatched var &&= if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var &&= if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.060110576,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:50]","description":"registers an offense for mismatched @@var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched @@var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000564869,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:53]","description":"auto-corrects mismatched $var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched $var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000596124,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:74]","description":"registers an offense for mismatched CNST << if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched CNST << if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016980598,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:3]","description":"accepts matching var = unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable accepts matching var = unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000721667,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:14]","description":"registers an offense for mismatched var = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000577929,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:15]","description":"auto-corrects mismatched var = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000590098,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:34]","description":"registers an offense for mismatched var = until test <newline> end.j ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var = until test <newline> end.j ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000623537,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:66]","description":"registers an offense for mismatched var << case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var << case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016898277,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:52]","description":"registers an offense for mismatched $var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched $var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000801332,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:24]","description":"registers an offense for mismatched var << until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable registers an offense for mismatched var << until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000596923,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:2:25]","description":"auto-corrects mismatched var << until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is variable auto-corrects mismatched var << until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000580443,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:1]","description":"registers an offense for mismatched var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword registers an offense for mismatched var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000579251,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:10]","description":"auto-corrects mismatched var << until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword auto-corrects mismatched var << until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000523958,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:16]","description":"accepts matching var[0] = case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword accepts matching var[0] = case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.001106317,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:6]","description":"auto-corrects mismatched var = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword auto-corrects mismatched var = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000639951,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:3]","description":"registers an offense for mismatched var = unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword registers an offense for mismatched var = unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.00057116,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:12]","description":"accepts matching var = unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword accepts matching var = unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000448087,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:5]","description":"registers an offense for mismatched var = while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword registers an offense for mismatched var = while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016632551,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:13]","description":"accepts matching var = while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword accepts matching var = while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000968715,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:4]","description":"auto-corrects mismatched var = unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword auto-corrects mismatched var = unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000636918,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:2]","description":"auto-corrects mismatched var = if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword auto-corrects mismatched var = if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000591962,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:15]","description":"accepts matching var = case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword accepts matching var = case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000551909,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:7]","description":"registers an offense for mismatched var = until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword registers an offense for mismatched var = until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000551353,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:14]","description":"accepts matching var = until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword accepts matching var = until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.037196802,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:11]","description":"accepts matching var = if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword accepts matching var = if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00071462,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:9]","description":"registers an offense for mismatched var << until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword registers an offense for mismatched var << until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000602775,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:51:1:8]","description":"auto-corrects mismatched var = until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment regarding assignment when EnforcedStyleAlignWith is keyword auto-corrects mismatched var = until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000592762,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:49:1]","description":"registers an offense","full_description":"RuboCop::Cop::Layout::EndAlignment when end is preceded by something else than whitespace registers an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/end_alignment_spec.rb","line_number":298,"run_time":0.000576867,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:49:2]","description":"doesn't auto-correct","full_description":"RuboCop::Cop::Layout::EndAlignment when end is preceded by something else than whitespace doesn't auto-correct","status":"passed","file_path":"./spec/rubocop/cop/layout/end_alignment_spec.rb","line_number":306,"run_time":0.017001205,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:29]","description":"auto-corrects mismatched puts 1; until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts 1; until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000800777,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:2]","description":"accepts matching puts 1; module ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching puts 1; module ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000549047,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:16]","description":"registers an offense for mismatched puts 1; if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts 1; if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000578741,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:15]","description":"auto-corrects mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.016936536,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:23]","description":"auto-corrects mismatched unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000620063,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:18]","description":"registers an offense for mismatched if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.00048869,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:25]","description":"auto-corrects mismatched puts 1; while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts 1; while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000590679,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:5]","description":"accepts matching puts 1; while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching puts 1; while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00050035,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:32]","description":"registers an offense for mismatched puts 1; case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts 1; case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000623931,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:20]","description":"registers an offense for mismatched puts 1; unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts 1; unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.037383296,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:11]","description":"auto-corrects mismatched class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000645172,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:28]","description":"registers an offense for mismatched puts 1; until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts 1; until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000596045,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:6]","description":"accepts matching puts 1; until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching puts 1; until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000490936,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:13]","description":"auto-corrects mismatched puts 1; module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts 1; module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000592816,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:33]","description":"auto-corrects mismatched puts 1; case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts 1; case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001007288,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:12]","description":"registers an offense for mismatched puts 1; module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts 1; module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000652497,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:31]","description":"auto-corrects mismatched until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000515724,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:27]","description":"auto-corrects mismatched while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000506193,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:19]","description":"auto-corrects mismatched if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000522735,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:3]","description":"accepts matching puts 1; if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching puts 1; if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.017072859,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:10]","description":"registers an offense for mismatched class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000735454,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:17]","description":"auto-corrects mismatched puts 1; if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts 1; if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00067146,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:14]","description":"registers an offense for mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000456467,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:7]","description":"accepts matching puts 1; case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching puts 1; case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000618997,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:8]","description":"registers an offense for mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.036955776,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:34]","description":"registers an offense for mismatched case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000892385,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:22]","description":"registers an offense for mismatched unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000562819,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:37]","description":"auto-corrects mismatched puts(if test <newline> end) ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts(if test <newline> end) ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000659983,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:1]","description":"accepts matching puts 1; class ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching puts 1; class ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000548674,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:36]","description":"registers an offense for mismatched puts(if test <newline> end) ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts(if test <newline> end) ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016805668,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:30]","description":"registers an offense for mismatched until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000746407,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:24]","description":"registers an offense for mismatched puts 1; while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched puts 1; while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000659768,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:21]","description":"auto-corrects mismatched puts 1; unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts 1; unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000614279,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:4]","description":"accepts matching puts 1; unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line accepts matching puts 1; unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000535565,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:35]","description":"auto-corrects mismatched case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000543136,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:26]","description":"registers an offense for mismatched while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016864747,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:46:9]","description":"auto-corrects mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00083874,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:48:1]","description":"registers an offense","full_description":"RuboCop::Cop::Layout::EndAlignment correct + opposite registers an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/end_alignment_spec.rb","line_number":268,"run_time":0.000794155,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:48:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Layout::EndAlignment correct + opposite does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/layout/end_alignment_spec.rb","line_number":277,"run_time":0.000822939,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:31]","description":"auto-corrects mismatched puts 1; while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched puts 1; while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.001182995,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:10]","description":"auto-corrects mismatched while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00054654,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:3]","description":"registers an offense for mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000544819,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:9]","description":"registers an offense for mismatched while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000540181,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:38]","description":"accepts matching puts 1; if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching puts 1; if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.017024237,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:16]","description":"accepts matching module ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching module ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000576288,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:11]","description":"registers an offense for mismatched until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000500496,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:14]","description":"auto-corrects mismatched case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000613251,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:17]","description":"accepts matching if ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching if ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000418532,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:39]","description":"accepts matching puts 1; unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching puts 1; unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000516691,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:18]","description":"accepts matching unless ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching unless ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.01674785,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:27]","description":"auto-corrects mismatched puts 1; if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched puts 1; if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000830062,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:23]","description":"auto-corrects mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000643013,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:24]","description":"registers an offense for mismatched puts 1; module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched puts 1; module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000594436,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:37]","description":"accepts matching puts 1; module ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching puts 1; module ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000528139,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:28]","description":"registers an offense for mismatched puts 1; unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched puts 1; unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.036818388,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:15]","description":"accepts matching class ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching class ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000965826,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:35]","description":"auto-corrects mismatched puts 1; case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched puts 1; case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00084128,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:2]","description":"auto-corrects mismatched class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.00048535,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:40]","description":"accepts matching puts 1; while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching puts 1; while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000542829,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:22]","description":"registers an offense for mismatched puts 1; class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched puts 1; class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.016800694,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:20]","description":"accepts matching until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000652454,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:34]","description":"registers an offense for mismatched puts 1; case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched puts 1; case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.001058926,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:36]","description":"accepts matching puts 1; class ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching puts 1; class ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000586581,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:42]","description":"accepts matching puts 1; case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching puts 1; case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000536472,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:5]","description":"registers an offense for mismatched if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000493739,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:8]","description":"auto-corrects mismatched unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000930579,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:33]","description":"auto-corrects mismatched puts 1; until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched puts 1; until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000717159,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:30]","description":"registers an offense for mismatched puts 1; while test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched puts 1; while test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000534794,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:6]","description":"auto-corrects mismatched if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000551855,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:1]","description":"registers an offense for mismatched class Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched class Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000506665,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:41]","description":"accepts matching puts 1; until ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching puts 1; until ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.037053446,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:21]","description":"accepts matching case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000688228,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:12]","description":"auto-corrects mismatched until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000595285,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:26]","description":"registers an offense for mismatched puts 1; if test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched puts 1; if test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000618196,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:4]","description":"auto-corrects mismatched module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000534897,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:25]","description":"auto-corrects mismatched puts 1; module Test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched puts 1; module Test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.016926156,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:7]","description":"registers an offense for mismatched unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000754072,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:29]","description":"auto-corrects mismatched puts 1; unless test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable auto-corrects mismatched puts 1; unless test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000624504,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:13]","description":"registers an offense for mismatched case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000555541,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:19]","description":"accepts matching while ... end","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable accepts matching while ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000423427,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:47:32]","description":"registers an offense for mismatched puts 1; until test <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment when EnforcedStyleAlignWith is variable registers an offense for mismatched puts 1; until test <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.00055925,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:1:1]","description":"accepts matching test case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is keyword accepts matching test case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.017009044,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:1:2]","description":"registers an offense for mismatched test case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is keyword registers an offense for mismatched test case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000718531,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:1:3]","description":"auto-corrects mismatched test case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is keyword auto-corrects mismatched test case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000657936,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:3:1]","description":"accepts matching test case a when b ... end","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is start_of_line accepts matching test case a when b ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.00052365,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:3:3]","description":"auto-corrects mismatched test case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is start_of_line auto-corrects mismatched test case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000618687,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:3:2]","description":"registers an offense for mismatched test case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is start_of_line registers an offense for mismatched test case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.037337496,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:2:2]","description":"registers an offense for mismatched test case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is variable registers an offense for mismatched test case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":16,"run_time":0.000826683,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:2:1]","description":"accepts matching test case ... end","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is variable accepts matching test case ... end","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":37,"run_time":0.000523852,"pending_message":null},{"id":"./spec/rubocop/cop/layout/end_alignment_spec.rb[1:50:2:3]","description":"auto-corrects mismatched test case a when b <newline> end ","full_description":"RuboCop::Cop::Layout::EndAlignment case as argument when EnforcedStyleAlignWith is variable auto-corrects mismatched test case a when b <newline> end ","status":"passed","file_path":"./spec/support/alignment_examples.rb","line_number":21,"run_time":0.000608507,"pending_message":null}],"summary":{"duration":1.702183513,"example_count":261,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"261 examples, 0 failures"}
spec/rubocop/cop/internal_affairs/node_type_predicate_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":12299,"examples":[{"id":"./spec/rubocop/cop/internal_affairs/node_type_predicate_spec.rb[1:2]","description":"does not register an offense for a predicate node type check","full_description":"RuboCop::Cop::InternalAffairs::NodeTypePredicate does not register an offense for a predicate node type check","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/node_type_predicate_spec.rb","line_number":19,"run_time":0.278368634,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/node_type_predicate_spec.rb[1:1:1]","description":"registers an offense and auto-corrects","full_description":"RuboCop::Cop::InternalAffairs::NodeTypePredicate comparison node type check registers an offense and auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/node_type_predicate_spec.rb","line_number":7,"run_time":0.000709743,"pending_message":null}],"summary":{"duration":0.28012869,"example_count":2,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"2 examples, 0 failures"}
spec/rubocop/cop/style/not_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":65198,"examples":[{"id":"./spec/rubocop/cop/style/not_spec.rb[1:6]","description":"parenthesizes when `not` would change the meaning of a binary exp","full_description":"RuboCop::Cop::Style::Not parenthesizes when `not` would change the meaning of a binary exp","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":33,"run_time":0.000871479,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:1]","description":"registers an offense for not","full_description":"RuboCop::Cop::Style::Not registers an offense for not","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":6,"run_time":0.019307803,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:8]","description":"parenthesizes when `not` is applied to and","full_description":"RuboCop::Cop::Style::Not parenthesizes when `not` is applied to and","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":45,"run_time":0.00069557,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:2]","description":"does not register an offense for !","full_description":"RuboCop::Cop::Style::Not does not register an offense for !","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":13,"run_time":0.000373035,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:5]","description":"uses the reverse operator when `not` is applied to a comparison","full_description":"RuboCop::Cop::Style::Not uses the reverse operator when `not` is applied to a comparison","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":27,"run_time":0.000523268,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:7]","description":"parenthesizes when `not` is applied to a ternary op","full_description":"RuboCop::Cop::Style::Not parenthesizes when `not` is applied to a ternary op","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":39,"run_time":0.036901853,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:3]","description":"auto-corrects \"not\" with !","full_description":"RuboCop::Cop::Style::Not auto-corrects \"not\" with !","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":17,"run_time":0.000944826,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:9]","description":"parenthesizes when `not` is applied to or","full_description":"RuboCop::Cop::Style::Not parenthesizes when `not` is applied to or","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":51,"run_time":0.000504565,"pending_message":null},{"id":"./spec/rubocop/cop/style/not_spec.rb[1:4]","description":"auto-corrects \"not\" followed by parens with !","full_description":"RuboCop::Cop::Style::Not auto-corrects \"not\" followed by parens with !","status":"passed","file_path":"./spec/rubocop/cop/style/not_spec.rb","line_number":22,"run_time":0.000456339,"pending_message":null}],"summary":{"duration":0.062239758,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/cop/layout/space_inside_range_literal_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":12787,"examples":[{"id":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb[1:4]","description":"accepts no space inside ... literal","full_description":"RuboCop::Cop::Layout::SpaceInsideRangeLiteral accepts no space inside ... literal","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb","line_number":44,"run_time":0.256359675,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb[1:3]","description":"registers an offense for space inside ... literal","full_description":"RuboCop::Cop::Layout::SpaceInsideRangeLiteral registers an offense for space inside ... literal","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb","line_number":27,"run_time":0.001214386,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb[1:5]","description":"accepts complex range literal with space in it","full_description":"RuboCop::Cop::Layout::SpaceInsideRangeLiteral accepts complex range literal with space in it","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb","line_number":48,"run_time":0.000527779,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb[1:7]","description":"registers an offense in multiline range literal with space in it","full_description":"RuboCop::Cop::Layout::SpaceInsideRangeLiteral registers an offense in multiline range literal with space in it","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb","line_number":59,"run_time":0.000508292,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb[1:6]","description":"accepts multiline range literal with no space in it","full_description":"RuboCop::Cop::Layout::SpaceInsideRangeLiteral accepts multiline range literal with no space in it","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb","line_number":52,"run_time":0.000367121,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb[1:1]","description":"registers an offense for space inside .. literal","full_description":"RuboCop::Cop::Layout::SpaceInsideRangeLiteral registers an offense for space inside .. literal","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb","line_number":6,"run_time":0.000630329,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb[1:2]","description":"accepts no space inside .. literal","full_description":"RuboCop::Cop::Layout::SpaceInsideRangeLiteral accepts no space inside .. literal","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_range_literal_spec.rb","line_number":23,"run_time":0.036641469,"pending_message":null}],"summary":{"duration":0.297645507,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/formatter/worst_offenders_formatter_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/formatter/worst_offenders_formatter_spec.rb[1:1:1:1]","description":"sorts by offense count first and then by cop name","full_description":"RuboCop::Formatter::WorstOffendersFormatter#finished when there are many offenses sorts by offense count first and then by cop name","status":"passed","file_path":"./spec/rubocop/formatter/worst_offenders_formatter_spec.rb","line_number":25,"run_time":0.000461856,"pending_message":null}],"summary":{"duration":0.001389686,"example_count":1,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"1 example, 0 failures"}
spec/rubocop/cop/style/single_line_methods_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":12787,"examples":[{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:10]","description":"auto-corrects def with semicolon before end","full_description":"RuboCop::Cop::Style::SingleLineMethods auto-corrects def with semicolon before end","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":104,"run_time":0.000877809,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:4]","description":"accepts a multi-line method","full_description":"RuboCop::Cop::Style::SingleLineMethods accepts a multi-line method","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":60,"run_time":0.021363874,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:7]","description":"auto-corrects defs with parentheses after method name","full_description":"RuboCop::Cop::Style::SingleLineMethods auto-corrects defs with parentheses after method name","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":83,"run_time":0.000695098,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:6]","description":"auto-corrects def with semicolon after method name","full_description":"RuboCop::Cop::Style::SingleLineMethods auto-corrects def with semicolon after method name","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":75,"run_time":0.00057255,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:9]","description":"auto-corrects def with argument and no parentheses","full_description":"RuboCop::Cop::Style::SingleLineMethods auto-corrects def with argument and no parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":97,"run_time":0.000478936,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:1]","description":"registers an offense for a single-line method","full_description":"RuboCop::Cop::Style::SingleLineMethods registers an offense for a single-line method","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":12,"run_time":0.000936916,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:5]","description":"does not crash on an method with a capitalized name","full_description":"RuboCop::Cop::Style::SingleLineMethods does not crash on an method with a capitalized name","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":68,"run_time":0.016648553,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:8]","description":"auto-corrects def with argument in parentheses","full_description":"RuboCop::Cop::Style::SingleLineMethods auto-corrects def with argument in parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":90,"run_time":0.000706686,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:2:2]","description":"auto-corrects an empty method","full_description":"RuboCop::Cop::Style::SingleLineMethods when AllowIfMethodIsEmpty is disabled auto-corrects an empty method","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":37,"run_time":0.00040961,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:2:1]","description":"registers an offense for an empty method","full_description":"RuboCop::Cop::Style::SingleLineMethods when AllowIfMethodIsEmpty is disabled registers an offense for an empty method","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":26,"run_time":0.000672671,"pending_message":null},{"id":"./spec/rubocop/cop/style/single_line_methods_spec.rb[1:3:1]","description":"accepts a single-line empty method","full_description":"RuboCop::Cop::Style::SingleLineMethods when AllowIfMethodIsEmpty is enabled accepts a single-line empty method","status":"passed","file_path":"./spec/rubocop/cop/style/single_line_methods_spec.rb","line_number":51,"run_time":0.000556547,"pending_message":null}],"summary":{"duration":0.045618898,"example_count":11,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"11 examples, 0 failures"}
spec/rubocop/cop/style/nested_ternary_operator_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":38026,"examples":[{"id":"./spec/rubocop/cop/style/nested_ternary_operator_spec.rb[1:2]","description":"accepts a non-nested ternary operator within an if","full_description":"RuboCop::Cop::Style::NestedTernaryOperator accepts a non-nested ternary operator within an if","status":"passed","file_path":"./spec/rubocop/cop/style/nested_ternary_operator_spec.rb","line_number":13,"run_time":0.220235379,"pending_message":null},{"id":"./spec/rubocop/cop/style/nested_ternary_operator_spec.rb[1:1]","description":"registers an offense for a nested ternary operator expression","full_description":"RuboCop::Cop::Style::NestedTernaryOperator registers an offense for a nested ternary operator expression","status":"passed","file_path":"./spec/rubocop/cop/style/nested_ternary_operator_spec.rb","line_number":6,"run_time":0.000927569,"pending_message":null}],"summary":{"duration":0.238445784,"example_count":2,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"2 examples, 0 failures"}
spec/rubocop/ast/and_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":22733,"examples":[{"id":"./spec/rubocop/ast/and_node_spec.rb[1:4:2:1]","description":"should eq \"and\"","full_description":"RuboCop::AST::AndNode#operator with a semantic and node should eq \"and\"","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":74,"run_time":0.218970343,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:4:1:1]","description":"should eq \"&&\"","full_description":"RuboCop::AST::AndNode#operator with a logical and node should eq \"&&\"","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":66,"run_time":0.000387125,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:2:1:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode#logical_operator? with a logical and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":30,"run_time":0.000786625,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:2:2:1]","description":"should equal false","full_description":"RuboCop::AST::AndNode#logical_operator? with a semantic and node should equal false","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":38,"run_time":0.000247279,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:6:2:1]","description":"should eq \"or\"","full_description":"RuboCop::AST::AndNode#inverse_operator with a semantic and node should eq \"or\"","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":110,"run_time":0.00041948,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:6:1:1]","description":"should eq \"||\"","full_description":"RuboCop::AST::AndNode#inverse_operator with a logical and node should eq \"||\"","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":102,"run_time":0.000285651,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:7:2:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode#lhs with a semantic and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":128,"run_time":0.000343153,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:7:1:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode#lhs with a logical and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":120,"run_time":0.000290035,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:1:1:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode.new with a logical and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":12,"run_time":0.018420265,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:1:2:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode.new with a semantic and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":20,"run_time":0.00042403,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:5:2:1]","description":"should eq \"&&\"","full_description":"RuboCop::AST::AndNode#alternate_operator with a semantic and node should eq \"&&\"","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":92,"run_time":0.000231407,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:5:1:1]","description":"should eq \"and\"","full_description":"RuboCop::AST::AndNode#alternate_operator with a logical and node should eq \"and\"","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":84,"run_time":0.000223416,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:8:2:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode#rhs with a semantic and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":146,"run_time":0.000229409,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:8:1:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode#rhs with a logical and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":138,"run_time":0.000200508,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:3:2:1]","description":"should equal true","full_description":"RuboCop::AST::AndNode#semantic_operator? with a semantic and node should equal true","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":56,"run_time":0.000204179,"pending_message":null},{"id":"./spec/rubocop/ast/and_node_spec.rb[1:3:1:1]","description":"should equal false","full_description":"RuboCop::AST::AndNode#semantic_operator? with a logical and node should equal false","status":"passed","file_path":"./spec/rubocop/ast/and_node_spec.rb","line_number":48,"run_time":0.000207735,"pending_message":null}],"summary":{"duration":0.261463004,"example_count":16,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"16 examples, 0 failures"}
spec/rubocop/formatter/emacs_style_formatter_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":40333,"examples":[{"id":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb[1:1:1]","description":"displays parsable text","full_description":"RuboCop::Formatter::EmacsStyleFormatter#file_finished displays parsable text","status":"passed","file_path":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb","line_number":9,"run_time":0.037065568,"pending_message":null},{"id":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb[1:1:3:1]","description":"strips newlines out of the error message","full_description":"RuboCop::Formatter::EmacsStyleFormatter#file_finished when the offense message contains a newline strips newlines out of the error message","status":"passed","file_path":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb","line_number":71,"run_time":0.000197943,"pending_message":null},{"id":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb[1:1:2:1]","description":"prints [Corrected] along with message","full_description":"RuboCop::Formatter::EmacsStyleFormatter#file_finished when the offense is automatically corrected prints [Corrected] along with message","status":"passed","file_path":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb","line_number":48,"run_time":0.001097599,"pending_message":null},{"id":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb[1:2:1]","description":"does not report summary","full_description":"RuboCop::Formatter::EmacsStyleFormatter#finished does not report summary","status":"passed","file_path":"./spec/rubocop/formatter/emacs_style_formatter_spec.rb","line_number":82,"run_time":0.000467341,"pending_message":null}],"summary":{"duration":0.04020491,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/cop/lint/each_with_object_argument_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":22733,"examples":[{"id":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb[1:5]","description":"accepts two arguments","full_description":"RuboCop::Cop::Lint::EachWithObjectArgument accepts two arguments","status":"passed","file_path":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb","line_number":31,"run_time":0.000999374,"pending_message":null},{"id":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb[1:6]","description":"accepts a string argument","full_description":"RuboCop::Cop::Lint::EachWithObjectArgument accepts a string argument","status":"passed","file_path":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb","line_number":36,"run_time":0.009029582,"pending_message":null},{"id":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb[1:1]","description":"registers an offense for fixnum argument","full_description":"RuboCop::Cop::Lint::EachWithObjectArgument registers an offense for fixnum argument","status":"passed","file_path":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb","line_number":6,"run_time":0.000715905,"pending_message":null},{"id":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb[1:4]","description":"accepts a variable argument","full_description":"RuboCop::Cop::Lint::EachWithObjectArgument accepts a variable argument","status":"passed","file_path":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb","line_number":27,"run_time":0.000512226,"pending_message":null},{"id":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb[1:3]","description":"registers an offense for bignum argument","full_description":"RuboCop::Cop::Lint::EachWithObjectArgument registers an offense for bignum argument","status":"passed","file_path":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb","line_number":20,"run_time":0.000572853,"pending_message":null},{"id":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb[1:2]","description":"registers an offense for float argument","full_description":"RuboCop::Cop::Lint::EachWithObjectArgument registers an offense for float argument","status":"passed","file_path":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb","line_number":13,"run_time":0.000582457,"pending_message":null},{"id":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb[1:7:1]","description":"registers an offense for fixnum argument","full_description":"RuboCop::Cop::Lint::EachWithObjectArgument when using safe navigation operator registers an offense for fixnum argument","status":"passed","file_path":"./spec/rubocop/cop/lint/each_with_object_argument_spec.rb","line_number":41,"run_time":0.037084753,"pending_message":null}],"summary":{"duration":0.050774762,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/formatter/progress_formatter_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":2471,"examples":[{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:3:3]","description":"calls #report_summary","full_description":"RuboCop::Formatter::ProgressFormatter#finished calls #report_summary","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":183,"run_time":0.037987065,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:3:2:1]","description":"does not report offenses","full_description":"RuboCop::Formatter::ProgressFormatter#finished when no offenses are detected does not report offenses","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":177,"run_time":0.00121008,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:3:1:1]","description":"reports all detected offenses for all failed files","full_description":"RuboCop::Formatter::ProgressFormatter#finished when any offenses are detected reports all detected offenses for all failed files","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":151,"run_time":0.000377803,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:2:4:1]","description":"prints highest level mark","full_description":"RuboCop::Formatter::ProgressFormatter#report_file_as_mark when different severity offenses are detected prints highest level mark","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":89,"run_time":0.000474268,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:2:3:1]","description":"prints \"C\"","full_description":"RuboCop::Formatter::ProgressFormatter#report_file_as_mark when a refactor convention offense is detected prints \"C\"","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":76,"run_time":0.000113641,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:2:1:1]","description":"prints \".\"","full_description":"RuboCop::Formatter::ProgressFormatter#report_file_as_mark when no offenses are detected prints \".\"","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":60,"run_time":7.6234e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:2:2:1]","description":"prints \"R\"","full_description":"RuboCop::Formatter::ProgressFormatter#report_file_as_mark when a refactor severity offense is detected prints \"R\"","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":68,"run_time":0.000302512,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:1:1:1]","description":"calls #report_as_with_mark","full_description":"RuboCop::Formatter::ProgressFormatter#file_finished when no offenses are detected calls #report_as_with_mark","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":21,"run_time":0.000452102,"pending_message":null},{"id":"./spec/rubocop/formatter/progress_formatter_spec.rb[1:1:2:1]","description":"calls #report_as_with_mark","full_description":"RuboCop::Formatter::ProgressFormatter#file_finished when any offenses are detected calls #report_as_with_mark","status":"passed","file_path":"./spec/rubocop/formatter/progress_formatter_spec.rb","line_number":21,"run_time":0.000445711,"pending_message":null}],"summary":{"duration":0.080068332,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/cop/style/double_negation_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39083,"examples":[{"id":"./spec/rubocop/cop/style/double_negation_spec.rb[1:2]","description":"does not register an offense for !","full_description":"RuboCop::Cop::Style::DoubleNegation does not register an offense for !","status":"passed","file_path":"./spec/rubocop/cop/style/double_negation_spec.rb","line_number":13,"run_time":0.000660393,"pending_message":null},{"id":"./spec/rubocop/cop/style/double_negation_spec.rb[1:1]","description":"registers an offense for !!","full_description":"RuboCop::Cop::Style::DoubleNegation registers an offense for !!","status":"passed","file_path":"./spec/rubocop/cop/style/double_negation_spec.rb","line_number":6,"run_time":0.00052628,"pending_message":null},{"id":"./spec/rubocop/cop/style/double_negation_spec.rb[1:3]","description":"does not register an offense for not not","full_description":"RuboCop::Cop::Style::DoubleNegation does not register an offense for not not","status":"passed","file_path":"./spec/rubocop/cop/style/double_negation_spec.rb","line_number":17,"run_time":0.000387928,"pending_message":null}],"summary":{"duration":0.002696805,"example_count":3,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"3 examples, 0 failures"}
spec/rubocop/cop/severity_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":33562,"examples":[{"id":"./spec/rubocop/cop/severity_spec.rb[1:2]","description":"overrides #to_s","full_description":"RuboCop::Cop::Severity overrides #to_s","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":14,"run_time":0.000741002,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:1]","description":"has a few required attributes","full_description":"RuboCop::Cop::Severity has a few required attributes","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":10,"run_time":8.1549e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:4]","description":"is frozen","full_description":"RuboCop::Cop::Severity is frozen","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":24,"run_time":0.000536708,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:3]","description":"redefines == to compare severities","full_description":"RuboCop::Cop::Severity redefines == to compare severities","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":18,"run_time":8.4697e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:5:2:1]","description":"should eq \"C\"","full_description":"RuboCop::Cop::Severity#code convention should eq \"C\"","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":34,"run_time":0.000115252,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:5:4:1]","description":"should eq \"E\"","full_description":"RuboCop::Cop::Severity#code error should eq \"E\"","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":42,"run_time":0.000163377,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:5:1:1]","description":"should eq \"R\"","full_description":"RuboCop::Cop::Severity#code refactor should eq \"R\"","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":30,"run_time":7.1102e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:5:3:1]","description":"should eq \"W\"","full_description":"RuboCop::Cop::Severity#code warning should eq \"W\"","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":38,"run_time":6.9239e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:5:5:1]","description":"should eq \"F\"","full_description":"RuboCop::Cop::Severity#code fatal should eq \"F\"","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":46,"run_time":6.7707e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:6:2:1]","description":"should eq 2","full_description":"RuboCop::Cop::Severity#level convention should eq 2","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":56,"run_time":7.7909e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:6:4:1]","description":"should eq 4","full_description":"RuboCop::Cop::Severity#level error should eq 4","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":64,"run_time":6.4784e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:6:3:1]","description":"should eq 3","full_description":"RuboCop::Cop::Severity#level warning should eq 3","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":60,"run_time":6.2457e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:6:1:1]","description":"should eq 1","full_description":"RuboCop::Cop::Severity#level refactor should eq 1","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":52,"run_time":6.63e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:6:5:1]","description":"should eq 5","full_description":"RuboCop::Cop::Severity#level fatal should eq 5","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":68,"run_time":6.4407e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:8:2:1]","description":"should be < warning","full_description":"RuboCop::Cop::Severity Comparable convention should be < warning","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":100,"run_time":0.017429557,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:8:1:1]","description":"should be < convention","full_description":"RuboCop::Cop::Severity Comparable refactor should be < convention","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":96,"run_time":9.995e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:8:3:1]","description":"should be < error","full_description":"RuboCop::Cop::Severity Comparable warning should be < error","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":104,"run_time":0.000122803,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:8:4:1]","description":"should be < fatal","full_description":"RuboCop::Cop::Severity Comparable error should be < fatal","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":108,"run_time":6.9121e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:7:4:1]","description":"should eq #<RuboCop::Cop::Severity:0x00005622973d0fa8 @name=:error>","full_description":"RuboCop::Cop::Severity constructs from code E should eq #<RuboCop::Cop::Severity:0x00005622973d0fa8 @name=:error>","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":86,"run_time":0.000106514,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:7:3:1]","description":"should eq #<RuboCop::Cop::Severity:0x00005622965753a0 @name=:warning>","full_description":"RuboCop::Cop::Severity constructs from code W should eq #<RuboCop::Cop::Severity:0x00005622965753a0 @name=:warning>","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":82,"run_time":8.8059e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:7:2:1]","description":"should eq #<RuboCop::Cop::Severity:0x00005622973d69f8 @name=:convention>","full_description":"RuboCop::Cop::Severity constructs from code C should eq #<RuboCop::Cop::Severity:0x00005622973d69f8 @name=:convention>","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":78,"run_time":7.5031e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:7:1:1]","description":"should eq #<RuboCop::Cop::Severity:0x00005622973d4e28 @name=:refactor>","full_description":"RuboCop::Cop::Severity constructs from code R should eq #<RuboCop::Cop::Severity:0x00005622973d4e28 @name=:refactor>","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":74,"run_time":7.1379e-05,"pending_message":null},{"id":"./spec/rubocop/cop/severity_spec.rb[1:7:5:1]","description":"should eq #<RuboCop::Cop::Severity:0x0000562296561490 @name=:fatal>","full_description":"RuboCop::Cop::Severity constructs from code F should eq #<RuboCop::Cop::Severity:0x0000562296561490 @name=:fatal>","status":"passed","file_path":"./spec/rubocop/cop/severity_spec.rb","line_number":90,"run_time":7.7445e-05,"pending_message":null}],"summary":{"duration":0.039703372,"example_count":23,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"23 examples, 0 failures"}
spec/rubocop/formatter/text_util_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":10636,"examples":[{"id":"./spec/rubocop/formatter/text_util_spec.rb[1:1:6]","description":"will pluralize -1","full_description":"RuboCop::Formatter::TextUtil pluralize will pluralize -1","status":"passed","file_path":"./spec/rubocop/formatter/text_util_spec.rb","line_number":35,"run_time":0.00051951,"pending_message":null},{"id":"./spec/rubocop/formatter/text_util_spec.rb[1:1:4]","description":"will pluralize quantities greater than 1","full_description":"RuboCop::Formatter::TextUtil pluralize will pluralize quantities greater than 1","status":"passed","file_path":"./spec/rubocop/formatter/text_util_spec.rb","line_number":23,"run_time":6.6241e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/text_util_spec.rb[1:1:5]","description":"will pluralize fractions","full_description":"RuboCop::Formatter::TextUtil pluralize will pluralize fractions","status":"passed","file_path":"./spec/rubocop/formatter/text_util_spec.rb","line_number":29,"run_time":0.00012104,"pending_message":null},{"id":"./spec/rubocop/formatter/text_util_spec.rb[1:1:3]","description":"will not pluralize 1","full_description":"RuboCop::Formatter::TextUtil pluralize will not pluralize 1","status":"passed","file_path":"./spec/rubocop/formatter/text_util_spec.rb","line_number":17,"run_time":4.8481e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/text_util_spec.rb[1:1:2]","description":"will change 0 to no when configured","full_description":"RuboCop::Formatter::TextUtil pluralize will change 0 to no when configured","status":"passed","file_path":"./spec/rubocop/formatter/text_util_spec.rb","line_number":11,"run_time":4.5749e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/text_util_spec.rb[1:1:7]","description":"will pluralize negative quantities less than -1","full_description":"RuboCop::Formatter::TextUtil pluralize will pluralize negative quantities less than -1","status":"passed","file_path":"./spec/rubocop/formatter/text_util_spec.rb","line_number":41,"run_time":5.4749e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/text_util_spec.rb[1:1:1]","description":"will not change 0 to no","full_description":"RuboCop::Formatter::TextUtil pluralize will not change 0 to no","status":"passed","file_path":"./spec/rubocop/formatter/text_util_spec.rb","line_number":5,"run_time":4.3096e-05,"pending_message":null}],"summary":{"duration":0.002138659,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/formatter/file_list_formatter_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":7631,"examples":[{"id":"./spec/rubocop/formatter/file_list_formatter_spec.rb[1:1:1]","description":"displays parsable text","full_description":"RuboCop::Formatter::FileListFormatter#file_finished displays parsable text","status":"passed","file_path":"./spec/rubocop/formatter/file_list_formatter_spec.rb","line_number":9,"run_time":0.000722729,"pending_message":null}],"summary":{"duration":0.00177949,"example_count":1,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"1 example, 0 failures"}
spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39306,"examples":[{"id":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb[1:1:1:4]","description":"removes default `location` surrounded by other keywords","full_description":"RuboCop::Cop::InternalAffairs::RedundantLocationArgument when location argument is passed when location argument is :expression removes default `location` surrounded by other keywords","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb","line_number":43,"run_time":0.238274788,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb[1:1:1:3]","description":"removes default `location` when preceded by another keyword","full_description":"RuboCop::Cop::InternalAffairs::RedundantLocationArgument when location argument is passed when location argument is :expression removes default `location` when preceded by another keyword","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb","line_number":32,"run_time":0.000771103,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb[1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::InternalAffairs::RedundantLocationArgument when location argument is passed when location argument is :expression registers an offense","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb","line_number":8,"run_time":0.000482623,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb[1:1:1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::InternalAffairs::RedundantLocationArgument when location argument is passed when location argument is :expression when there is a message argument registers an offense","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb","line_number":20,"run_time":0.000560707,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb[1:1:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::InternalAffairs::RedundantLocationArgument when location argument is passed when location argument does not equal to :expression does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb","line_number":65,"run_time":0.000858038,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb[1:2:1]","description":"does not register an offense","full_description":"RuboCop::Cop::InternalAffairs::RedundantLocationArgument when location argument is not passed does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/redundant_location_argument_spec.rb","line_number":74,"run_time":0.000355329,"pending_message":null}],"summary":{"duration":0.278981946,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39232,"examples":[{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:6]","description":"accepts begin nodes that are not grouped expressions","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation accepts begin nodes that are not grouped expressions","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":496,"run_time":0.237723585,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:5:2:2]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for grouped expressions with no line break before 1st operand accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":480,"run_time":0.000718722,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:5:2:3]","description":"accepts ) that does not begin its line","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for grouped expressions with no line break before 1st operand accepts ) that does not begin its line","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":487,"run_time":0.000471872,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:5:2:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for grouped expressions with no line break before 1st operand registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":467,"run_time":0.000591449,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:5:1:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for grouped expressions with line break before 1st operand registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":442,"run_time":0.000632943,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:5:1:2]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for grouped expressions with line break before 1st operand accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":457,"run_time":0.016866188,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":170,"run_time":0.000534567,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:8]","description":"autocorrects misindented )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter autocorrects misindented )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":238,"run_time":0.000841087,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:4]","description":"can handle indentation up against the left edge","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter can handle indentation up against the left edge","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":202,"run_time":0.000419757,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:7]","description":"accepts a correctly indented )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter accepts a correctly indented )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":226,"run_time":0.00068661,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:3]","description":"can handle individual arguments that are broken over lines","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter can handle individual arguments that are broken over lines","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":192,"run_time":0.037239839,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:5]","description":"can handle hash arguments that are not broken over lines","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter can handle hash arguments that are not broken over lines","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":210,"run_time":0.000683804,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:6]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":219,"run_time":0.000377698,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:2:2]","description":"can handle inner method calls","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with no line break before 1st parameter can handle inner method calls","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":183,"run_time":0.000790798,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:1:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with line break before 1st parameter registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":145,"run_time":0.000545487,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:1:2]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters with line break before 1st parameter accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":160,"run_time":0.000412742,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:3:3]","description":"can handle indentation up against the left edge","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters without arguments can handle indentation up against the left edge","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":272,"run_time":0.000483577,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:3:4]","description":"can handle indentation up against the method","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters without arguments can handle indentation up against the method","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":279,"run_time":0.000330292,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:3:5]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters without arguments registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":286,"run_time":0.000452096,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:3:2]","description":"accepts a correctly aligned ) against (","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters without arguments accepts a correctly aligned ) against (","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":265,"run_time":0.00033399,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:2:3:1]","description":"accepts empty ()","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method assignments with indented parameters without arguments accepts empty ()","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":261,"run_time":0.000290336,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:3:1]","description":"can handle multiple chains with differing breaks","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method chains can handle multiple chains with differing breaks","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":302,"run_time":0.001037313,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:3:2]","description":"can autocorrect method chains","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method chains can autocorrect method chains","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":324,"run_time":0.037570384,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:3:3:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method chains when using safe navigation operator registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":367,"run_time":0.000526484,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:3:1]","description":"accepts empty ()","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls without arguments accepts empty ()","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":102,"run_time":0.00027249,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:3:2]","description":"can handle indentation up against the left edge","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls without arguments can handle indentation up against the left edge","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":106,"run_time":0.000256394,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:3:3]","description":"accepts a correctly aligned ) against (","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls without arguments accepts a correctly aligned ) against (","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":113,"run_time":0.000258052,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:1:2]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with line break before 1st parameter accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":23,"run_time":0.000353288,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:1:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with line break before 1st parameter registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":8,"run_time":0.000428512,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:4:2]","description":"accepts ) on the same level as ( with second arg on new line","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with first multiline arg on new line accepts ) on the same level as ( with second arg on new line","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":131,"run_time":0.016979615,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:4:1]","description":"accepts ) on the same level as ( with args on same line","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with first multiline arg on new line accepts ) on the same level as ( with args on same line","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":122,"run_time":0.000485573,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:2:2]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with no line break before 1st parameter accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":46,"run_time":0.000336937,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:2:4]","description":"accepts a correctly indented ) inside a block","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with no line break before 1st parameter accepts a correctly indented ) inside a block","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":65,"run_time":0.000796806,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:2:3]","description":"accepts a correctly indented )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with no line break before 1st parameter accepts a correctly indented )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":53,"run_time":0.000643575,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:2:5]","description":"autocorrects misindented )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with no line break before 1st parameter autocorrects misindented )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":79,"run_time":0.01713405,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:1:2:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method calls with no line break before 1st parameter registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":33,"run_time":0.000510153,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:4:2:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method definitions with no line break before 1st parameter registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":408,"run_time":0.000500957,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:4:2:2]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method definitions with no line break before 1st parameter accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":423,"run_time":0.000448463,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:4:2:3]","description":"accepts empty ()","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method definitions with no line break before 1st parameter accepts empty ()","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":431,"run_time":0.000384027,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:4:1:1]","description":"registers an offense for misaligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method definitions with line break before 1st parameter registers an offense for misaligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":380,"run_time":0.000574082,"pending_message":null},{"id":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb[1:4:1:2]","description":"accepts a correctly aligned )","full_description":"RuboCop::Cop::Layout::ClosingParenthesisIndentation for method definitions with line break before 1st parameter accepts a correctly aligned )","status":"passed","file_path":"./spec/rubocop/cop/layout/closing_parenthesis_indentation_spec.rb","line_number":397,"run_time":0.036683605,"pending_message":null}],"summary":{"duration":0.438468894,"example_count":41,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"41 examples, 0 failures"}
spec/rubocop/cop/util_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":50568,"examples":[{"id":"./spec/rubocop/cop/util_spec.rb[1:2:2:1]","description":"should eq \"SupportedStylesInsidePipes\"","full_description":"RuboCop::Cop::Util#to_supported_styles when EnforcedStyleInsidePipes should eq \"SupportedStylesInsidePipes\"","status":"passed","file_path":"./spec/rubocop/cop/util_spec.rb","line_number":45,"run_time":0.000656268,"pending_message":null},{"id":"./spec/rubocop/cop/util_spec.rb[1:2:1:1]","description":"should eq \"SupportedStyles\"","full_description":"RuboCop::Cop::Util#to_supported_styles when EnforcedStyle should eq \"SupportedStyles\"","status":"passed","file_path":"./spec/rubocop/cop/util_spec.rb","line_number":39,"run_time":0.000161253,"pending_message":null},{"id":"./spec/rubocop/cop/util_spec.rb[1:1:1]","description":"returns line range of the expression","full_description":"RuboCop::Cop::Util#line_range returns line range of the expression","status":"passed","file_path":"./spec/rubocop/cop/util_spec.rb","line_number":27,"run_time":0.258635715,"pending_message":null}],"summary":{"duration":0.276999038,"example_count":3,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"3 examples, 0 failures"}
spec/rubocop/cop/style/auto_resource_cleanup_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":38748,"examples":[{"id":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb[1:1]","description":"registers an offense for File.open without block","full_description":"RuboCop::Cop::Style::AutoResourceCleanup registers an offense for File.open without block","status":"passed","file_path":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb","line_number":6,"run_time":0.200645203,"pending_message":null},{"id":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb[1:4]","description":"does not register an offense for File.open with immediate close","full_description":"RuboCop::Cop::Style::AutoResourceCleanup does not register an offense for File.open with immediate close","status":"passed","file_path":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb","line_number":21,"run_time":0.000857201,"pending_message":null},{"id":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb[1:3]","description":"does not register an offense for File.open with block-pass","full_description":"RuboCop::Cop::Style::AutoResourceCleanup does not register an offense for File.open with block-pass","status":"passed","file_path":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb","line_number":17,"run_time":0.000456308,"pending_message":null},{"id":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb[1:2]","description":"does not register an offense for File.open with block","full_description":"RuboCop::Cop::Style::AutoResourceCleanup does not register an offense for File.open with block","status":"passed","file_path":"./spec/rubocop/cop/style/auto_resource_cleanup_spec.rb","line_number":13,"run_time":0.000585336,"pending_message":null}],"summary":{"duration":0.23988462,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":27097,"examples":[{"id":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb[1:2]","description":"registers an offense and corrects `to_s` in an interpolation with several expressions","full_description":"RuboCop::Cop::Lint::StringConversionInInterpolation registers an offense and corrects `to_s` in an interpolation with several expressions","status":"passed","file_path":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb","line_number":26,"run_time":0.279150611,"pending_message":null},{"id":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb[1:5]","description":"registers an offense and corrects an implicit receiver","full_description":"RuboCop::Cop::Lint::StringConversionInInterpolation registers an offense and corrects an implicit receiver","status":"passed","file_path":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb","line_number":46,"run_time":0.000685433,"pending_message":null},{"id":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb[1:6]","description":"does not explode on empty interpolation","full_description":"RuboCop::Cop::Lint::StringConversionInInterpolation does not explode on empty interpolation","status":"passed","file_path":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb","line_number":57,"run_time":0.000347499,"pending_message":null},{"id":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb[1:3]","description":"accepts #to_s with arguments in an interpolation","full_description":"RuboCop::Cop::Lint::StringConversionInInterpolation accepts #to_s with arguments in an interpolation","status":"passed","file_path":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb","line_number":38,"run_time":0.000521482,"pending_message":null},{"id":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb[1:1]","description":"registers an offense and corrects `to_s` in interpolation","full_description":"RuboCop::Cop::Lint::StringConversionInInterpolation registers an offense and corrects `to_s` in interpolation","status":"passed","file_path":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb","line_number":6,"run_time":0.017327967,"pending_message":null},{"id":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb[1:4]","description":"accepts interpolation without #to_s","full_description":"RuboCop::Cop::Lint::StringConversionInInterpolation accepts interpolation without #to_s","status":"passed","file_path":"./spec/rubocop/cop/lint/string_conversion_in_interpolation_spec.rb","line_number":42,"run_time":0.000618516,"pending_message":null}],"summary":{"duration":0.299902632,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/layout/space_before_comment_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":35409,"examples":[{"id":"./spec/rubocop/cop/layout/space_before_comment_spec.rb[1:3]","description":"accepts a comment that begins a line","full_description":"RuboCop::Cop::Layout::SpaceBeforeComment accepts a comment that begins a line","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comment_spec.rb","line_number":17,"run_time":0.279151651,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comment_spec.rb[1:2]","description":"accepts an EOL comment with a preceding space","full_description":"RuboCop::Cop::Layout::SpaceBeforeComment accepts an EOL comment with a preceding space","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comment_spec.rb","line_number":13,"run_time":0.000508048,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comment_spec.rb[1:1]","description":"registers an offense for missing space before an EOL comment","full_description":"RuboCop::Cop::Layout::SpaceBeforeComment registers an offense for missing space before an EOL comment","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comment_spec.rb","line_number":6,"run_time":0.016704997,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comment_spec.rb[1:5]","description":"auto-corrects missing space","full_description":"RuboCop::Cop::Layout::SpaceBeforeComment auto-corrects missing space","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comment_spec.rb","line_number":29,"run_time":0.000665605,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comment_spec.rb[1:4]","description":"accepts a doc comment","full_description":"RuboCop::Cop::Layout::SpaceBeforeComment accepts a doc comment","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comment_spec.rb","line_number":21,"run_time":0.000286871,"pending_message":null}],"summary":{"duration":0.298500041,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/cop/style/dir_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":17581,"examples":[{"id":"./spec/rubocop/cop/style/dir_spec.rb[1:3]","description":"registers an offense when using `#dirname` and `#realpath`","full_description":"RuboCop::Cop::Style::Dir registers an offense when using `#dirname` and `#realpath`","status":"passed","file_path":"./spec/rubocop/cop/style/dir_spec.rb","line_number":25,"run_time":0.238651036,"pending_message":null},{"id":"./spec/rubocop/cop/style/dir_spec.rb[1:1]","description":"registers an offense when using `#expand_path` and `#dirname`","full_description":"RuboCop::Cop::Style::Dir registers an offense when using `#expand_path` and `#dirname`","status":"passed","file_path":"./spec/rubocop/cop/style/dir_spec.rb","line_number":14,"run_time":0.000793704,"pending_message":null},{"id":"./spec/rubocop/cop/style/dir_spec.rb[1:4:1]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::Dir behaves like auto-correct auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/dir_spec.rb","line_number":7,"run_time":0.000535445,"pending_message":null},{"id":"./spec/rubocop/cop/style/dir_spec.rb[1:2:1]","description":"auto-corrects","full_description":"RuboCop::Cop::Style::Dir behaves like auto-correct auto-corrects","status":"passed","file_path":"./spec/rubocop/cop/style/dir_spec.rb","line_number":7,"run_time":0.000610789,"pending_message":null}],"summary":{"duration":0.241899886,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/cop/lint/else_layout_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":22733,"examples":[{"id":"./spec/rubocop/cop/lint/else_layout_spec.rb[1:2]","description":"accepts proper else","full_description":"RuboCop::Cop::Lint::ElseLayout accepts proper else","status":"passed","file_path":"./spec/rubocop/cop/lint/else_layout_spec.rb","line_number":18,"run_time":0.000944256,"pending_message":null},{"id":"./spec/rubocop/cop/lint/else_layout_spec.rb[1:3]","description":"accepts single-expr else regardless of layout","full_description":"RuboCop::Cop::Lint::ElseLayout accepts single-expr else regardless of layout","status":"passed","file_path":"./spec/rubocop/cop/lint/else_layout_spec.rb","line_number":29,"run_time":0.000447755,"pending_message":null},{"id":"./spec/rubocop/cop/lint/else_layout_spec.rb[1:7]","description":"handles empty braces","full_description":"RuboCop::Cop::Lint::ElseLayout handles empty braces","status":"passed","file_path":"./spec/rubocop/cop/lint/else_layout_spec.rb","line_number":60,"run_time":0.000389143,"pending_message":null},{"id":"./spec/rubocop/cop/lint/else_layout_spec.rb[1:4]","description":"can handle elsifs","full_description":"RuboCop::Cop::Lint::ElseLayout can handle elsifs","status":"passed","file_path":"./spec/rubocop/cop/lint/else_layout_spec.rb","line_number":38,"run_time":0.000671609,"pending_message":null},{"id":"./spec/rubocop/cop/lint/else_layout_spec.rb[1:1]","description":"registers an offense for expr on same line as else","full_description":"RuboCop::Cop::Lint::ElseLayout registers an offense for expr on same line as else","status":"passed","file_path":"./spec/rubocop/cop/lint/else_layout_spec.rb","line_number":6,"run_time":0.016657635,"pending_message":null},{"id":"./spec/rubocop/cop/lint/else_layout_spec.rb[1:5]","description":"handles ternary ops","full_description":"RuboCop::Cop::Lint::ElseLayout handles ternary ops","status":"passed","file_path":"./spec/rubocop/cop/lint/else_layout_spec.rb","line_number":52,"run_time":0.000587613,"pending_message":null},{"id":"./spec/rubocop/cop/lint/else_layout_spec.rb[1:6]","description":"handles modifier forms","full_description":"RuboCop::Cop::Lint::ElseLayout handles modifier forms","status":"passed","file_path":"./spec/rubocop/cop/lint/else_layout_spec.rb","line_number":56,"run_time":0.000341404,"pending_message":null}],"summary":{"duration":0.021324677,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/ast/defined_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":23776,"examples":[{"id":"./spec/rubocop/ast/defined_node_spec.rb[1:2:1]","description":"should eq nil","full_description":"RuboCop::AST::DefinedNode#receiver should eq nil","status":"passed","file_path":"./spec/rubocop/ast/defined_node_spec.rb","line_number":17,"run_time":0.257056924,"pending_message":null},{"id":"./spec/rubocop/ast/defined_node_spec.rb[1:1:1:1]","description":"should equal true","full_description":"RuboCop::AST::DefinedNode.new with a defined? node should equal true","status":"passed","file_path":"./spec/rubocop/ast/defined_node_spec.rb","line_number":10,"run_time":0.00096358,"pending_message":null},{"id":"./spec/rubocop/ast/defined_node_spec.rb[1:3:1]","description":"should eq :defined?","full_description":"RuboCop::AST::DefinedNode#method_name should eq :defined?","status":"passed","file_path":"./spec/rubocop/ast/defined_node_spec.rb","line_number":23,"run_time":0.000261368,"pending_message":null},{"id":"./spec/rubocop/ast/defined_node_spec.rb[1:4:2]","description":"should all be sym type","full_description":"RuboCop::AST::DefinedNode#arguments should all be sym type","status":"passed","file_path":"./spec/rubocop/ast/defined_node_spec.rb","line_number":30,"run_time":0.018088218,"pending_message":null},{"id":"./spec/rubocop/ast/defined_node_spec.rb[1:4:1]","description":"should eq 1","full_description":"RuboCop::AST::DefinedNode#arguments should eq 1","status":"passed","file_path":"./spec/rubocop/ast/defined_node_spec.rb","line_number":29,"run_time":0.00041388,"pending_message":null}],"summary":{"duration":0.278499672,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/file_finder_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":30060,"examples":[{"id":"./spec/rubocop/file_finder_spec.rb[1:1:1]","description":"returns a file to be found upwards","full_description":"RuboCop::FileFinder#find_file_upwards returns a file to be found upwards","status":"passed","file_path":"./spec/rubocop/file_finder_spec.rb","line_number":14,"run_time":0.00127226,"pending_message":null},{"id":"./spec/rubocop/file_finder_spec.rb[1:1:2]","description":"returns nil when file is not found","full_description":"RuboCop::FileFinder#find_file_upwards returns nil when file is not found","status":"passed","file_path":"./spec/rubocop/file_finder_spec.rb","line_number":21,"run_time":0.037510396,"pending_message":null},{"id":"./spec/rubocop/file_finder_spec.rb[1:2:1]","description":"returns an array of files to be found upwards","full_description":"RuboCop::FileFinder#find_files_upwards returns an array of files to be found upwards","status":"passed","file_path":"./spec/rubocop/file_finder_spec.rb","line_number":27,"run_time":0.001042485,"pending_message":null},{"id":"./spec/rubocop/file_finder_spec.rb[1:2:2]","description":"returns an empty array when file is not found","full_description":"RuboCop::FileFinder#find_files_upwards returns an empty array when file is not found","status":"passed","file_path":"./spec/rubocop/file_finder_spec.rb","line_number":33,"run_time":0.000699715,"pending_message":null}],"summary":{"duration":0.041796015,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/cop/layout/align_array_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":40601,"examples":[{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:3]","description":"accepts single line array","full_description":"RuboCop::Cop::Layout::AlignArray accepts single line array","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":30,"run_time":0.222094366,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:8]","description":"does not auto-correct array within array with too little indentation","full_description":"RuboCop::Cop::Layout::AlignArray does not auto-correct array within array with too little indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":85,"run_time":0.01718367,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:2]","description":"accepts aligned array keys","full_description":"RuboCop::Cop::Layout::AlignArray accepts aligned array keys","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":19,"run_time":0.000631027,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:4]","description":"accepts several elements per line","full_description":"RuboCop::Cop::Layout::AlignArray accepts several elements per line","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":34,"run_time":0.000443574,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:10]","description":"does not indent heredoc strings in autocorrect","full_description":"RuboCop::Cop::Layout::AlignArray does not indent heredoc strings in autocorrect","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":112,"run_time":0.001276906,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:1]","description":"registers an offense for misaligned array elements","full_description":"RuboCop::Cop::Layout::AlignArray registers an offense for misaligned array elements","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":6,"run_time":0.036692619,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:5]","description":"accepts aligned array with fullwidth characters","full_description":"RuboCop::Cop::Layout::AlignArray accepts aligned array with fullwidth characters","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":41,"run_time":0.002905279,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:7]","description":"does not auto-correct array within array with too much indentation","full_description":"RuboCop::Cop::Layout::AlignArray does not auto-correct array within array with too much indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":67,"run_time":0.000744753,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:6]","description":"auto-corrects alignment","full_description":"RuboCop::Cop::Layout::AlignArray auto-corrects alignment","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":48,"run_time":0.00098944,"pending_message":null},{"id":"./spec/rubocop/cop/layout/align_array_spec.rb[1:9]","description":"auto-corrects only elements that begin a line","full_description":"RuboCop::Cop::Layout::AlignArray auto-corrects only elements that begin a line","status":"passed","file_path":"./spec/rubocop/cop/layout/align_array_spec.rb","line_number":103,"run_time":0.00074029,"pending_message":null}],"summary":{"duration":0.301620431,"example_count":10,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"10 examples, 0 failures"}
spec/rubocop/formatter/quiet_formatter_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":17581,"examples":[{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:2:5:1]","description":"prints about correction","full_description":"RuboCop::Formatter::QuietFormatter#report_summary when an offense is corrected prints about correction","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":112,"run_time":0.00021677,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:2:3:1]","description":"handles pluralization correctly","full_description":"RuboCop::Formatter::QuietFormatter#report_summary when a offense detected handles pluralization correctly","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":92,"run_time":7.9489e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:2:2:1]","description":"handles pluralization correctly","full_description":"RuboCop::Formatter::QuietFormatter#report_summary when a file inspected and no offenses detected handles pluralization correctly","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":85,"run_time":0.016383238,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:2:6:1]","description":"handles pluralization correctly","full_description":"RuboCop::Formatter::QuietFormatter#report_summary when 2 offenses are corrected handles pluralization correctly","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":122,"run_time":0.000130944,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:2:4:1]","description":"handles pluralization correctly","full_description":"RuboCop::Formatter::QuietFormatter#report_summary when 2 offenses detected handles pluralization correctly","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":102,"run_time":9.6352e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:2:1:1]","description":"handles pluralization correctly","full_description":"RuboCop::Formatter::QuietFormatter#report_summary when no files inspected handles pluralization correctly","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":78,"run_time":6.3113e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:1:3:1]","description":"prints message as-is","full_description":"RuboCop::Formatter::QuietFormatter#report_file when the offense is not corrected prints message as-is","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":60,"run_time":0.000983663,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:1:1:1]","description":"prints as relative path","full_description":"RuboCop::Formatter::QuietFormatter#report_file the file is under the current working directory prints as relative path","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":40,"run_time":0.000175733,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:1:2:1]","description":"prints as absolute path","full_description":"RuboCop::Formatter::QuietFormatter#report_file the file is outside of the current working directory prints as absolute path","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":52,"run_time":0.000290383,"pending_message":null},{"id":"./spec/rubocop/formatter/quiet_formatter_spec.rb[1:1:4:1]","description":"prints [Corrected] along with message","full_description":"RuboCop::Formatter::QuietFormatter#report_file when the offense is automatically corrected prints [Corrected] along with message","status":"passed","file_path":"./spec/rubocop/formatter/quiet_formatter_spec.rb","line_number":69,"run_time":0.000127933,"pending_message":null}],"summary":{"duration":0.020429589,"example_count":10,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"10 examples, 0 failures"}
spec/rubocop/formatter/formatter_set_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":20864,"examples":[{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:1]","description":"responds to all formatter API methods","full_description":"RuboCop::Formatter::FormatterSet responds to all formatter API methods","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":6,"run_time":0.001021049,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:5:1]","description":"returns class which matches passed alias name exactly","full_description":"RuboCop::Formatter::FormatterSet#builtin_formatter_class returns class which matches passed alias name exactly","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":110,"run_time":0.016749458,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:5:2]","description":"returns class whose first letter of alias name matches passed letter","full_description":"RuboCop::Formatter::FormatterSet#builtin_formatter_class returns class whose first letter of alias name matches passed letter","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":115,"run_time":0.000124004,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:6:1]","description":"returns constant represented by the passed string","full_description":"RuboCop::Formatter::FormatterSet#custom_formatter_class returns constant represented by the passed string","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":127,"run_time":6.749e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:6:2]","description":"can handle namespaced constant name","full_description":"RuboCop::Formatter::FormatterSet#custom_formatter_class can handle namespaced constant name","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":131,"run_time":5.4911e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:6:3]","description":"can handle top level namespaced constant name","full_description":"RuboCop::Formatter::FormatterSet#custom_formatter_class can handle top level namespaced constant name","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":135,"run_time":0.000105087,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:6:4:1]","description":"raises error","full_description":"RuboCop::Formatter::FormatterSet#custom_formatter_class when non-existent constant name is passed raises error","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":140,"run_time":0.001054426,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:4:2]","description":"does not close non file output","full_description":"RuboCop::Formatter::FormatterSet#close_output_files does not close non file output","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":100,"run_time":0.000845681,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:4:1]","description":"closes all output files","full_description":"RuboCop::Formatter::FormatterSet#close_output_files closes all output files","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":93,"run_time":0.000236331,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:3:3]","description":"can add multiple formatters by being invoked multiple times","full_description":"RuboCop::Formatter::FormatterSet add_formatter can add multiple formatters by being invoked multiple times","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":36,"run_time":9.1155e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:3:1]","description":"adds a formatter to itself","full_description":"RuboCop::Formatter::FormatterSet add_formatter adds a formatter to itself","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":25,"run_time":5.5913e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:3:2]","description":"adds a formatter with specified formatter type","full_description":"RuboCop::Formatter::FormatterSet add_formatter adds a formatter with specified formatter type","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":30,"run_time":5.127e-05,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:3:5:1]","description":"adds a formatter outputs to the specified file","full_description":"RuboCop::Formatter::FormatterSet add_formatter when output path is specified adds a formatter outputs to the specified file","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":53,"run_time":0.000408165,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:3:5:2:1]","description":"creates them","full_description":"RuboCop::Formatter::FormatterSet add_formatter when output path is specified when parent directories don't exist creates them","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":65,"run_time":0.000549018,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:3:4:1]","description":"adds a formatter outputs to $stdout","full_description":"RuboCop::Formatter::FormatterSet add_formatter when output path is omitted adds a formatter outputs to $stdout","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":46,"run_time":0.000109474,"pending_message":null},{"id":"./spec/rubocop/formatter/formatter_set_spec.rb[1:2:1]","description":"invokes the same method of all containing formatters","full_description":"RuboCop::Formatter::FormatterSet formatter API method invokes the same method of all containing formatters","status":"passed","file_path":"./spec/rubocop/formatter/formatter_set_spec.rb","line_number":15,"run_time":0.041776268,"pending_message":null}],"summary":{"duration":0.081974587,"example_count":16,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"16 examples, 0 failures"}
spec/rubocop/ast/ensure_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45911,"examples":[{"id":"./spec/rubocop/ast/ensure_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::EnsureNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/ensure_node_spec.rb","line_number":9,"run_time":0.221874309,"pending_message":null},{"id":"./spec/rubocop/ast/ensure_node_spec.rb[1:2:1]","description":"should equal true","full_description":"RuboCop::AST::EnsureNode#body should equal true","status":"passed","file_path":"./spec/rubocop/ast/ensure_node_spec.rb","line_number":15,"run_time":0.000442931,"pending_message":null}],"summary":{"duration":0.239485584,"example_count":2,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"2 examples, 0 failures"}
spec/rubocop/cop/style/colon_method_call_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":56874,"examples":[{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:9]","description":"does not register an offense for Java static types","full_description":"RuboCop::Cop::Style::ColonMethodCall does not register an offense for Java static types","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":50,"run_time":0.23873309,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:4]","description":"registers an offense for class method call with arg","full_description":"RuboCop::Cop::Style::ColonMethodCall registers an offense for class method call with arg","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":27,"run_time":0.000859721,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:2]","description":"registers an offense for instance method call with arg","full_description":"RuboCop::Cop::Style::ColonMethodCall registers an offense for instance method call with arg","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":13,"run_time":0.000454559,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:7]","description":"does not register an offense for op methods","full_description":"RuboCop::Cop::Style::ColonMethodCall does not register an offense for op methods","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":42,"run_time":0.000428736,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:10]","description":"does not register an offense for Java package namespaces","full_description":"RuboCop::Cop::Style::ColonMethodCall does not register an offense for Java package namespaces","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":54,"run_time":0.000262077,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:11]","description":"auto-corrects \"::\" with \".\"","full_description":"RuboCop::Cop::Style::ColonMethodCall auto-corrects \"::\" with \".\"","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":58,"run_time":0.000363278,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:3]","description":"registers an offense for class method call","full_description":"RuboCop::Cop::Style::ColonMethodCall registers an offense for class method call","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":20,"run_time":0.00031542,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:8]","description":"does not register an offense when for constructor methods","full_description":"RuboCop::Cop::Style::ColonMethodCall does not register an offense when for constructor methods","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":46,"run_time":0.000307718,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:1]","description":"registers an offense for instance method call","full_description":"RuboCop::Cop::Style::ColonMethodCall registers an offense for instance method call","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":6,"run_time":0.036635808,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:5]","description":"does not register an offense for constant access","full_description":"RuboCop::Cop::Style::ColonMethodCall does not register an offense for constant access","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":34,"run_time":0.000484113,"pending_message":null},{"id":"./spec/rubocop/cop/style/colon_method_call_spec.rb[1:6]","description":"does not register an offense for nested class","full_description":"RuboCop::Cop::Style::ColonMethodCall does not register an offense for nested class","status":"passed","file_path":"./spec/rubocop/cop/style/colon_method_call_spec.rb","line_number":38,"run_time":0.000300337,"pending_message":null}],"summary":{"duration":0.280762829,"example_count":11,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"11 examples, 0 failures"}
spec/rubocop/cop/style/multiline_when_then_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":38748,"examples":[{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:7]","description":"autocorrects then in empty when","full_description":"RuboCop::Cop::Style::MultilineWhenThen autocorrects then in empty when","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":60,"run_time":0.000870091,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:4]","description":"doesn't register an offense for multiline when statement\n with then followed by other lines","full_description":"RuboCop::Cop::Style::MultilineWhenThen doesn't register an offense for multiline when statement\n with then followed by other lines","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":33,"run_time":0.000601335,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:3]","description":"doesn't register an offense for singleline when statement with then","full_description":"RuboCop::Cop::Style::MultilineWhenThen doesn't register an offense for singleline when statement with then","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":25,"run_time":0.000407784,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:2]","description":"registers an offense for multiline when statement with then","full_description":"RuboCop::Cop::Style::MultilineWhenThen registers an offense for multiline when statement with then","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":15,"run_time":0.01693486,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:6]","description":"doesn't register an offense for multiline when statement without then","full_description":"RuboCop::Cop::Style::MultilineWhenThen doesn't register an offense for multiline when statement without then","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":51,"run_time":0.000604029,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:5]","description":"doesn't register an offense for empty when statement without then","full_description":"RuboCop::Cop::Style::MultilineWhenThen doesn't register an offense for empty when statement without then","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":43,"run_time":0.00034165,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:1]","description":"registers an offense for empty when statement with then","full_description":"RuboCop::Cop::Style::MultilineWhenThen registers an offense for empty when statement with then","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":6,"run_time":0.000412825,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_when_then_spec.rb[1:8]","description":"autocorrects then in multiline when","full_description":"RuboCop::Cop::Style::MultilineWhenThen autocorrects then in multiline when","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_when_then_spec.rb","line_number":73,"run_time":0.00047671,"pending_message":null}],"summary":{"duration":0.021924181,"example_count":8,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"8 examples, 0 failures"}
spec/rubocop/ast/while_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":7727,"examples":[{"id":"./spec/rubocop/ast/while_node_spec.rb[1:4:1:1]","description":"should be truthy","full_description":"RuboCop::AST::WhileNode#do? with a do keyword should be truthy","status":"passed","file_path":"./spec/rubocop/ast/while_node_spec.rb","line_number":36,"run_time":0.239292736,"pending_message":null},{"id":"./spec/rubocop/ast/while_node_spec.rb[1:4:2:1]","description":"should be falsey","full_description":"RuboCop::AST::WhileNode#do? without a do keyword should be falsey","status":"passed","file_path":"./spec/rubocop/ast/while_node_spec.rb","line_number":42,"run_time":0.000408315,"pending_message":null},{"id":"./spec/rubocop/ast/while_node_spec.rb[1:3:1]","description":"should eq \"until\"","full_description":"RuboCop::AST::WhileNode#inverse_keyword should eq \"until\"","status":"passed","file_path":"./spec/rubocop/ast/while_node_spec.rb","line_number":29,"run_time":0.036900406,"pending_message":null},{"id":"./spec/rubocop/ast/while_node_spec.rb[1:1:1:1]","description":"should equal true","full_description":"RuboCop::AST::WhileNode.new with a statement while should equal true","status":"passed","file_path":"./spec/rubocop/ast/while_node_spec.rb","line_number":10,"run_time":0.001081884,"pending_message":null},{"id":"./spec/rubocop/ast/while_node_spec.rb[1:1:2:1]","description":"should equal true","full_description":"RuboCop::AST::WhileNode.new with a modifier while should equal true","status":"passed","file_path":"./spec/rubocop/ast/while_node_spec.rb","line_number":16,"run_time":0.000520772,"pending_message":null},{"id":"./spec/rubocop/ast/while_node_spec.rb[1:2:1]","description":"should eq \"while\"","full_description":"RuboCop::AST::WhileNode#keyword should eq \"while\"","status":"passed","file_path":"./spec/rubocop/ast/while_node_spec.rb","line_number":23,"run_time":0.000289645,"pending_message":null}],"summary":{"duration":0.280495626,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/style/encoding_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":61955,"examples":[{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:7]","description":"registers an offense for encoding inserted by magic_encoding gem","full_description":"RuboCop::Cop::Style::Encoding registers an offense for encoding inserted by magic_encoding gem","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":51,"run_time":0.258821421,"pending_message":null},{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:2]","description":"registers no offense when encoding present but not UTF-8","full_description":"RuboCop::Cop::Style::Encoding registers no offense when encoding present but not UTF-8","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":12,"run_time":0.00071706,"pending_message":null},{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:1]","description":"registers no offense when no encoding present","full_description":"RuboCop::Cop::Style::Encoding registers no offense when no encoding present","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":6,"run_time":0.00033663,"pending_message":null},{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:5]","description":"registers an offense for vim-style encoding comments","full_description":"RuboCop::Cop::Style::Encoding registers an offense for vim-style encoding comments","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":36,"run_time":0.000434661,"pending_message":null},{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:6]","description":"registers no offense when encoding is in the wrong place","full_description":"RuboCop::Cop::Style::Encoding registers no offense when encoding is in the wrong place","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":44,"run_time":0.000343482,"pending_message":null},{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:4]","description":"registers an offense when encoding present on 2nd line after shebang","full_description":"RuboCop::Cop::Style::Encoding registers an offense when encoding present on 2nd line after shebang","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":27,"run_time":0.000430478,"pending_message":null},{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:3]","description":"registers an offense when encoding present and UTF-8","full_description":"RuboCop::Cop::Style::Encoding registers an offense when encoding present and UTF-8","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":19,"run_time":0.000401557,"pending_message":null},{"id":"./spec/rubocop/cop/style/encoding_spec.rb[1:8:1]","description":"removes encoding comment on first line","full_description":"RuboCop::Cop::Style::Encoding auto-correct removes encoding comment on first line","status":"passed","file_path":"./spec/rubocop/cop/style/encoding_spec.rb","line_number":60,"run_time":0.036841775,"pending_message":null}],"summary":{"duration":0.299932034,"example_count":8,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"8 examples, 0 failures"}
spec/rubocop/cop/style/strip_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":31280,"examples":[{"id":"./spec/rubocop/cop/style/strip_spec.rb[1:1]","description":"autocorrects str.lstrip.rstrip","full_description":"RuboCop::Cop::Style::Strip autocorrects str.lstrip.rstrip","status":"passed","file_path":"./spec/rubocop/cop/style/strip_spec.rb","line_number":6,"run_time":0.243434983,"pending_message":null},{"id":"./spec/rubocop/cop/style/strip_spec.rb[1:2]","description":"autocorrects str.rstrip.lstrip","full_description":"RuboCop::Cop::Style::Strip autocorrects str.rstrip.lstrip","status":"passed","file_path":"./spec/rubocop/cop/style/strip_spec.rb","line_number":11,"run_time":0.01696602,"pending_message":null},{"id":"./spec/rubocop/cop/style/strip_spec.rb[1:3]","description":"formats the error message correctly for str.lstrip.rstrip","full_description":"RuboCop::Cop::Style::Strip formats the error message correctly for str.lstrip.rstrip","status":"passed","file_path":"./spec/rubocop/cop/style/strip_spec.rb","line_number":16,"run_time":0.000623749,"pending_message":null}],"summary":{"duration":0.29828615,"example_count":3,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"3 examples, 0 failures"}
spec/rubocop/cop/internal_affairs/useless_message_assertion_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":18914,"examples":[{"id":"./spec/rubocop/cop/internal_affairs/useless_message_assertion_spec.rb[1:1]","description":"registers an offense for specs that assert using the MSG","full_description":"RuboCop::Cop::InternalAffairs::UselessMessageAssertion registers an offense for specs that assert using the MSG","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/useless_message_assertion_spec.rb","line_number":6,"run_time":0.23943927,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/useless_message_assertion_spec.rb[1:2]","description":"registers an offense for described_class::MSG in let","full_description":"RuboCop::Cop::InternalAffairs::UselessMessageAssertion registers an offense for described_class::MSG in let","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/useless_message_assertion_spec.rb","line_number":16,"run_time":0.000966377,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/useless_message_assertion_spec.rb[1:3]","description":"does not register an offense for an assertion about the message","full_description":"RuboCop::Cop::InternalAffairs::UselessMessageAssertion does not register an offense for an assertion about the message","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/useless_message_assertion_spec.rb","line_number":23,"run_time":0.000751092,"pending_message":null}],"summary":{"duration":0.242323094,"example_count":3,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"3 examples, 0 failures"}
spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":22733,"examples":[{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:2:1]","description":"does not add any offenses","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when on different lines than brackets but keys on one does not add any offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":15,"run_time":0.021060133,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:3:1]","description":"does not add any offenses","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when on all keys on one line different than brackets does not add any offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":25,"run_time":0.000585535,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:1:1]","description":"does not add any offenses","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when on same line does not add any offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":7,"run_time":0.00043151,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:7:1]","description":"adds an offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when nested hashes adds an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":112,"run_time":0.000615719,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:7:2]","description":"autocorrects the offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when nested hashes autocorrects the offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":124,"run_time":0.000608416,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:6:2]","description":"autocorrects the offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when key starts on same line as another autocorrects the offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":97,"run_time":0.017155373,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:6:1]","description":"adds an offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when key starts on same line as another adds an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":87,"run_time":0.000844605,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:4:2]","description":"autocorrects the offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when key starts on same line as another autocorrects the offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":44,"run_time":0.000519872,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:4:1]","description":"adds an offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when key starts on same line as another adds an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":35,"run_time":0.000509084,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:5:1]","description":"adds an offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when key starts on same line as another with rockets adds an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":61,"run_time":0.000568706,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb[1:5:2]","description":"autocorrects the offense","full_description":"RuboCop::Cop::Layout::MultilineHashKeyLineBreaks when key starts on same line as another with rockets autocorrects the offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_hash_key_line_breaks_spec.rb","line_number":70,"run_time":0.017294708,"pending_message":null}],"summary":{"duration":0.062197023,"example_count":11,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"11 examples, 0 failures"}
spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":59791,"examples":[{"id":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb[1:5]","description":"accepts an empty source file","full_description":"RuboCop::Cop::Layout::EmptyLineAfterMagicComment accepts an empty source file","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb","line_number":62,"run_time":0.259075304,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb[1:2]","description":"registers an offense for documentation immediately following comment","full_description":"RuboCop::Cop::Layout::EmptyLineAfterMagicComment registers an offense for documentation immediately following comment","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb","line_number":22,"run_time":0.001126558,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb[1:1]","description":"registers an offense for code that immediately follows comment","full_description":"RuboCop::Cop::Layout::EmptyLineAfterMagicComment registers an offense for code that immediately follows comment","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb","line_number":8,"run_time":0.000554145,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb[1:4]","description":"accepts code that separates the comment from the code with a newline","full_description":"RuboCop::Cop::Layout::EmptyLineAfterMagicComment accepts code that separates the comment from the code with a newline","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb","line_number":54,"run_time":0.000380808,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb[1:3]","description":"registers an offense when multiple magic comments without empty line","full_description":"RuboCop::Cop::Layout::EmptyLineAfterMagicComment registers an offense when multiple magic comments without empty line","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb","line_number":38,"run_time":0.000509426,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb[1:6]","description":"accepts a source file with only a magic comment","full_description":"RuboCop::Cop::Layout::EmptyLineAfterMagicComment accepts a source file with only a magic comment","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_line_after_magic_comment_spec.rb","line_number":66,"run_time":0.000234416,"pending_message":null}],"summary":{"duration":0.263280095,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/lint/rand_one_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":50568,"examples":[{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:7:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like no offense rand(-1..1) does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":23,"run_time":0.00082161,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:11:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses Kernel.rand(-1.0) registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.000507176,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:13:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like no offense Kernel.rand 2 does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":23,"run_time":0.000324914,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:5:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like no offense rand does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":23,"run_time":0.000263689,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses rand 1 registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.000308598,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:8:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses Kernel.rand(1) registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.01671411,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:12:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like no offense Kernel.rand does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":23,"run_time":0.000324444,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses rand(-1) registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.000332234,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses rand(1.0) registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.000396409,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:9:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses Kernel.rand(-1) registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.000387878,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:10:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses Kernel.rand 1.0 registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.000342045,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:4:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like offenses rand(-1.0) registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":8,"run_time":0.00037509,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:14:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like no offense Kernel.rand(-1..1) does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":23,"run_time":0.000586952,"pending_message":null},{"id":"./spec/rubocop/cop/lint/rand_one_spec.rb[1:6:1:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::RandOne behaves like no offense rand(2) does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/rand_one_spec.rb","line_number":23,"run_time":0.000337478,"pending_message":null}],"summary":{"duration":0.077780436,"example_count":14,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"14 examples, 0 failures"}
spec/rubocop/cop/style/while_until_do_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":29660,"examples":[{"id":"./spec/rubocop/cop/style/while_until_do_spec.rb[1:5]","description":"accepts multi-line while without do","full_description":"RuboCop::Cop::Style::WhileUntilDo accepts multi-line while without do","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_do_spec.rb","line_number":40,"run_time":0.257550597,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_do_spec.rb[1:6]","description":"accepts multi-line until without do","full_description":"RuboCop::Cop::Style::WhileUntilDo accepts multi-line until without do","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_do_spec.rb","line_number":47,"run_time":0.000618754,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_do_spec.rb[1:1]","description":"registers an offense for do in multiline while","full_description":"RuboCop::Cop::Style::WhileUntilDo registers an offense for do in multiline while","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_do_spec.rb","line_number":6,"run_time":0.000540252,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_do_spec.rb[1:2]","description":"registers an offense for do in multiline until","full_description":"RuboCop::Cop::Style::WhileUntilDo registers an offense for do in multiline until","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_do_spec.rb","line_number":19,"run_time":0.000405222,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_do_spec.rb[1:4]","description":"accepts do in single-line until","full_description":"RuboCop::Cop::Style::WhileUntilDo accepts do in single-line until","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_do_spec.rb","line_number":36,"run_time":0.00031802,"pending_message":null},{"id":"./spec/rubocop/cop/style/while_until_do_spec.rb[1:3]","description":"accepts do in single-line while","full_description":"RuboCop::Cop::Style::WhileUntilDo accepts do in single-line while","status":"passed","file_path":"./spec/rubocop/cop/style/while_until_do_spec.rb","line_number":32,"run_time":0.000295955,"pending_message":null}],"summary":{"duration":0.260898444,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/lint/number_conversion_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":35409,"examples":[{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:2:7]","description":"when `#to_i` called without a receiver","full_description":"RuboCop::Cop::Lint::NumberConversion does not register an offense when `#to_i` called without a receiver","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":153,"run_time":0.000528497,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:2:4]","description":"when using Time","full_description":"RuboCop::Cop::Lint::NumberConversion does not register an offense when using Time","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":123,"run_time":0.001080076,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:2:3]","description":"when using Complex()","full_description":"RuboCop::Cop::Lint::NumberConversion does not register an offense when using Complex()","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":117,"run_time":0.000322354,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:2:1]","description":"when using Integer() with integer","full_description":"RuboCop::Cop::Lint::NumberConversion does not register an offense when using Integer() with integer","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":105,"run_time":0.016611501,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:2:2]","description":"when using Float()","full_description":"RuboCop::Cop::Lint::NumberConversion does not register an offense when using Float()","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":111,"run_time":0.000406895,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:2:6]","description":"when using Time/DateTime with multiple method calls","full_description":"RuboCop::Cop::Lint::NumberConversion does not register an offense when using Time/DateTime with multiple method calls","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":140,"run_time":0.001405456,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:2:5]","description":"when using DateTime","full_description":"RuboCop::Cop::Lint::NumberConversion does not register an offense when using DateTime","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":133,"run_time":0.000685051,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:1]","description":"when using `#to_i`","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when using `#to_i`","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":9,"run_time":0.000488962,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:3]","description":"when using `#to_f`","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when using `#to_f`","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":31,"run_time":0.037023554,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:7]","description":"when `#to_i` called on a variable on a array","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when `#to_i` called on a variable on a array","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":79,"run_time":0.000859369,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:6]","description":"when `#to_i` called on a hash value","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when `#to_i` called on a hash value","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":66,"run_time":0.00073397,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:2]","description":"when using `#to_i` for integer","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when using `#to_i` for integer","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":20,"run_time":0.000453483,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:5]","description":"when `#to_i` called on a variable","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when `#to_i` called on a variable","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":53,"run_time":0.016750518,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:4]","description":"when using `#to_c`","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when using `#to_c`","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":42,"run_time":0.000820325,"pending_message":null},{"id":"./spec/rubocop/cop/lint/number_conversion_spec.rb[1:1:8]","description":"when `#to_i` called on a variable on a hash","full_description":"RuboCop::Cop::Lint::NumberConversion registers an offense when `#to_i` called on a variable on a hash","status":"passed","file_path":"./spec/rubocop/cop/lint/number_conversion_spec.rb","line_number":92,"run_time":0.000512701,"pending_message":null}],"summary":{"duration":0.080874144,"example_count":15,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"15 examples, 0 failures"}
spec/rubocop/cop/style/multiline_ternary_operator_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45911,"examples":[{"id":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb[1:1]","description":"registers offense when the if branch and the else branch are on a separate line from the condition","full_description":"RuboCop::Cop::Style::MultilineTernaryOperator registers offense when the if branch and the else branch are on a separate line from the condition","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb","line_number":6,"run_time":0.013449231,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb[1:2]","description":"registers an offense when the false branch is on a separate line","full_description":"RuboCop::Cop::Style::MultilineTernaryOperator registers an offense when the false branch is on a separate line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb","line_number":15,"run_time":0.000620352,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb[1:3]","description":"registers an offense when everything is on a separate line","full_description":"RuboCop::Cop::Style::MultilineTernaryOperator registers an offense when everything is on a separate line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb","line_number":23,"run_time":0.000483419,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb[1:4]","description":"accepts a single line ternary operator expression","full_description":"RuboCop::Cop::Style::MultilineTernaryOperator accepts a single line ternary operator expression","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_ternary_operator_spec.rb","line_number":32,"run_time":0.000372664,"pending_message":null}],"summary":{"duration":0.015877727,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/cop/style/inline_comment_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":51596,"examples":[{"id":"./spec/rubocop/cop/style/inline_comment_spec.rb[1:3]","description":"does not register an offense for a standalone comment","full_description":"RuboCop::Cop::Style::InlineComment does not register an offense for a standalone comment","status":"passed","file_path":"./spec/rubocop/cop/style/inline_comment_spec.rb","line_number":19,"run_time":0.281827449,"pending_message":null},{"id":"./spec/rubocop/cop/style/inline_comment_spec.rb[1:2]","description":"does not register an offense for special rubocop inline comments","full_description":"RuboCop::Cop::Style::InlineComment does not register an offense for special rubocop inline comments","status":"passed","file_path":"./spec/rubocop/cop/style/inline_comment_spec.rb","line_number":13,"run_time":0.000689501,"pending_message":null},{"id":"./spec/rubocop/cop/style/inline_comment_spec.rb[1:1]","description":"registers an offense for a trailing inline comment","full_description":"RuboCop::Cop::Style::InlineComment registers an offense for a trailing inline comment","status":"passed","file_path":"./spec/rubocop/cop/style/inline_comment_spec.rb","line_number":6,"run_time":0.00051286,"pending_message":null}],"summary":{"duration":0.300334998,"example_count":3,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"3 examples, 0 failures"}
spec/rubocop/ast/symbol_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":2135,"examples":[{"id":"./spec/rubocop/ast/symbol_node_spec.rb[1:1:1:1]","description":"should equal true","full_description":"RuboCop::AST::SymbolNode.new with a symbol node should equal true","status":"passed","file_path":"./spec/rubocop/ast/symbol_node_spec.rb","line_number":12,"run_time":0.238909718,"pending_message":null},{"id":"./spec/rubocop/ast/symbol_node_spec.rb[1:2:1]","description":"should eq :foo","full_description":"RuboCop::AST::SymbolNode#value should eq :foo","status":"passed","file_path":"./spec/rubocop/ast/symbol_node_spec.rb","line_number":21,"run_time":0.000838328,"pending_message":null}],"summary":{"duration":0.240996855,"example_count":2,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"2 examples, 0 failures"}
spec/rubocop/cop/style/redundant_self_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":13675,"examples":[{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:10]","description":"accepts a self receiver for methods named like ruby keywords","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver for methods named like ruby keywords","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":45,"run_time":0.241267662,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:8]","description":"accepts a self receiver with the square bracket operator","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver with the square bracket operator","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":37,"run_time":0.000487337,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:6]","description":"accepts a self receiver on an lvalue of an and-assignment","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver on an lvalue of an and-assignment","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":29,"run_time":0.000780547,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:14]","description":"accepts a self receiver used to distinguish from constant","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver used to distinguish from constant","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":194,"run_time":0.000314395,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:9]","description":"accepts a self receiver with the double less-than operator","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver with the double less-than operator","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":41,"run_time":0.000279832,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:15]","description":"accepts a self receiver of .()","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver of .()","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":198,"run_time":0.000280192,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:3]","description":"accepts a self receiver on an lvalue of an assignment","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver on an lvalue of an assignment","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":17,"run_time":0.000309336,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:7]","description":"accepts a self receiver on an lvalue of a plus-assignment","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver on an lvalue of a plus-assignment","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":33,"run_time":0.000336022,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:1]","description":"reports an offense a self receiver on an rvalue","full_description":"RuboCop::Cop::Style::RedundantSelf reports an offense a self receiver on an rvalue","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":6,"run_time":0.00045651,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:16]","description":"reports an offense a self receiver of .call","full_description":"RuboCop::Cop::Style::RedundantSelf reports an offense a self receiver of .call","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":202,"run_time":0.000328563,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:4]","description":"accepts a self receiver on an lvalue of a parallel assignment","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver on an lvalue of a parallel assignment","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":21,"run_time":0.036885761,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:17]","description":"auto-corrects by removing redundant self","full_description":"RuboCop::Cop::Style::RedundantSelf auto-corrects by removing redundant self","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":209,"run_time":0.000653094,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:2]","description":"does not report an offense when receiver and lvalue have the same name","full_description":"RuboCop::Cop::Style::RedundantSelf does not report an offense when receiver and lvalue have the same name","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":13,"run_time":0.000382708,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:18]","description":"accepts a self receiver of methods also defined on `Kernel`","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver of methods also defined on `Kernel`","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":214,"run_time":0.000247823,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:11]","description":"accepts a self receiver used to distinguish from argument of block","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver used to distinguish from argument of block","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":89,"run_time":0.001274505,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:5]","description":"accepts a self receiver on an lvalue of an or-assignment","full_description":"RuboCop::Cop::Style::RedundantSelf accepts a self receiver on an lvalue of an or-assignment","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":25,"run_time":0.000383398,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:12:2]","description":"accepts a self receiver used to distinguish from argument","full_description":"RuboCop::Cop::Style::RedundantSelf instance methods accepts a self receiver used to distinguish from argument","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":109,"run_time":0.001007691,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:12:1]","description":"accepts a self receiver used to distinguish from blockarg","full_description":"RuboCop::Cop::Style::RedundantSelf instance methods accepts a self receiver used to distinguish from blockarg","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":101,"run_time":0.000597406,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:12:4]","description":"accepts a self receiver used to distinguish from local variable","full_description":"RuboCop::Cop::Style::RedundantSelf instance methods accepts a self receiver used to distinguish from local variable","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":125,"run_time":0.001158287,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:12:3]","description":"accepts a self receiver used to distinguish from optional argument","full_description":"RuboCop::Cop::Style::RedundantSelf instance methods accepts a self receiver used to distinguish from optional argument","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":117,"run_time":0.0006193,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:12:5]","description":"accepts a self receiver used to distinguish from an argument","full_description":"RuboCop::Cop::Style::RedundantSelf instance methods accepts a self receiver used to distinguish from an argument","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":137,"run_time":0.016994885,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:12:6]","description":"accepts a self receiver used to distinguish from an argument when an inner method is defined","full_description":"RuboCop::Cop::Style::RedundantSelf instance methods accepts a self receiver used to distinguish from an argument when an inner method is defined","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":145,"run_time":0.000946635,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:13:4]","description":"accepts a self receiver used to distinguish from local variable","full_description":"RuboCop::Cop::Style::RedundantSelf class methods accepts a self receiver used to distinguish from local variable","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":181,"run_time":0.001124332,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:13:1]","description":"accepts a self receiver used to distinguish from blockarg","full_description":"RuboCop::Cop::Style::RedundantSelf class methods accepts a self receiver used to distinguish from blockarg","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":157,"run_time":0.000512801,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:13:3]","description":"accepts a self receiver used to distinguish from optional argument","full_description":"RuboCop::Cop::Style::RedundantSelf class methods accepts a self receiver used to distinguish from optional argument","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":173,"run_time":0.037140734,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_self_spec.rb[1:13:2]","description":"accepts a self receiver used to distinguish from argument","full_description":"RuboCop::Cop::Style::RedundantSelf class methods accepts a self receiver used to distinguish from argument","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_self_spec.rb","line_number":165,"run_time":0.000731111,"pending_message":null}],"summary":{"duration":0.380664083,"example_count":26,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"26 examples, 0 failures"}
spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":38748,"examples":[{"id":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb[1:1]","description":"provides a good error message","full_description":"RuboCop::Cop::Style::IfUnlessModifierOfIfUnless provides a good error message","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb","line_number":8,"run_time":0.000801077,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb[1:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifierOfIfUnless conditional with modifier registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb","line_number":25,"run_time":0.017057017,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb[1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::IfUnlessModifierOfIfUnless ternary with modifier registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb","line_number":16,"run_time":0.000627678,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb[1:5:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifierOfIfUnless nested conditionals accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb","line_number":46,"run_time":0.0004572,"pending_message":null},{"id":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb[1:4:1]","description":"accepts","full_description":"RuboCop::Cop::Style::IfUnlessModifierOfIfUnless conditional with modifier in body accepts","status":"passed","file_path":"./spec/rubocop/cop/style/if_unless_modifier_of_if_unless_spec.rb","line_number":36,"run_time":0.000467017,"pending_message":null}],"summary":{"duration":0.020699042,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/cop/style/class_vars_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":36318,"examples":[{"id":"./spec/rubocop/cop/style/class_vars_spec.rb[1:1]","description":"registers an offense for class variable declaration","full_description":"RuboCop::Cop::Style::ClassVars registers an offense for class variable declaration","status":"passed","file_path":"./spec/rubocop/cop/style/class_vars_spec.rb","line_number":6,"run_time":0.220224612,"pending_message":null},{"id":"./spec/rubocop/cop/style/class_vars_spec.rb[1:2]","description":"does not register an offense for class variable usage","full_description":"RuboCop::Cop::Style::ClassVars does not register an offense for class variable usage","status":"passed","file_path":"./spec/rubocop/cop/style/class_vars_spec.rb","line_number":13,"run_time":0.000556577,"pending_message":null}],"summary":{"duration":0.221787415,"example_count":2,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"2 examples, 0 failures"}
spec/rubocop/cop/lint/flip_flop_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":23262,"examples":[{"id":"./spec/rubocop/cop/lint/flip_flop_spec.rb[1:2]","description":"registers an offense for exclusive flip-flops","full_description":"RuboCop::Cop::Lint::FlipFlop registers an offense for exclusive flip-flops","status":"passed","file_path":"./spec/rubocop/cop/lint/flip_flop_spec.rb","line_number":15,"run_time":0.239036307,"pending_message":null},{"id":"./spec/rubocop/cop/lint/flip_flop_spec.rb[1:1]","description":"registers an offense for inclusive flip-flops","full_description":"RuboCop::Cop::Lint::FlipFlop registers an offense for inclusive flip-flops","status":"passed","file_path":"./spec/rubocop/cop/lint/flip_flop_spec.rb","line_number":6,"run_time":0.001243808,"pending_message":null}],"summary":{"duration":0.241239112,"example_count":2,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"2 examples, 0 failures"}
spec/rubocop/cop/style/multiline_method_signature_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":13584,"examples":[{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:1:2:1]","description":"registers an offense when closing paren is on the following line","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when arguments span a single line registers an offense when closing paren is on the following line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":27,"run_time":0.222661201,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:1:1:2]","description":"registers an offense when `end` is on the same line","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when defining an instance method registers an offense when `end` is on the same line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":17,"run_time":0.016974506,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:1:1:1]","description":"registers an offense when `end` is on the following line","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when defining an instance method registers an offense when `end` is on the following line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":8,"run_time":0.000819592,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:1:3:1]","description":"does not register an offense for parameterized method","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when method signature is on a single line does not register an offense for parameterized method","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":38,"run_time":0.000438826,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:1:3:2]","description":"does not register an offense for unparameterized method","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when method signature is on a single line does not register an offense for unparameterized method","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":45,"run_time":0.000317931,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:2:5:1]","description":"registers an offense","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when correction would not exceed maximum line length registers an offense","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":124,"run_time":0.00057853,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:2:2:1]","description":"registers an offense when closing paren is on the following line","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when arguments span a single line registers an offense when closing paren is on the following line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":75,"run_time":0.000491145,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:2:1:2]","description":"registers an offense when `end` is on the same line","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when defining an class method registers an offense when `end` is on the same line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":65,"run_time":0.03693487,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:2:1:1]","description":"registers an offense when `end` is on the following line","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when defining an class method registers an offense when `end` is on the following line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":56,"run_time":0.000721866,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:2:3:2]","description":"does not register an offense for unparameterized method","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when method signature is on a single line does not register an offense for unparameterized method","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":93,"run_time":0.000375329,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:2:3:1]","description":"does not register an offense for parameterized method","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when method signature is on a single line does not register an offense for parameterized method","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":86,"run_time":0.000409636,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb[1:2:4:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Style::MultilineMethodSignature when arguments span multiple lines when correction would exceed maximum line length does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_method_signature_spec.rb","line_number":108,"run_time":0.000417268,"pending_message":null}],"summary":{"duration":0.300012238,"example_count":12,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"12 examples, 0 failures"}
spec/rubocop/cop/style/parentheses_around_condition_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":27485,"examples":[{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:10]","description":"allows parens if the condition node is a modifier unless op","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition allows parens if the condition node is a modifier unless op","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":108,"run_time":0.539358316,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:7]","description":"is not confused by unbalanced parentheses","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition is not confused by unbalanced parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":100,"run_time":0.000777962,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:6]","description":"is not confused by leading parentheses in subexpression","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition is not confused by leading parentheses in subexpression","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":96,"run_time":0.016925232,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:8]","description":"allows parens if the condition node is a modifier rescue op","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition allows parens if the condition node is a modifier rescue op","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":108,"run_time":0.000666004,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:15]","description":"does not blow up for empty unless condition","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition does not blow up for empty unless condition","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":130,"run_time":0.000323394,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:5]","description":"accepts parentheses around condition in a ternary","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition accepts parentheses around condition in a ternary","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":92,"run_time":0.000458974,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:9]","description":"allows parens if the condition node is a modifier if op","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition allows parens if the condition node is a modifier if op","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":108,"run_time":0.000432194,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:3]","description":"auto-corrects parentheses around condition","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition auto-corrects parentheses around condition","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":42,"run_time":0.039098597,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:13]","description":"does not blow up when the condition is a ternary op","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition does not blow up when the condition is a ternary op","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":116,"run_time":0.000778771,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:2]","description":"accepts parentheses if there is no space between the keyword and (.","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition accepts parentheses if there is no space between the keyword and (.","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":35,"run_time":0.000736987,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:14]","description":"does not blow up for empty if condition","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition does not blow up for empty if condition","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":123,"run_time":0.000341451,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:4]","description":"accepts condition without parentheses","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition accepts condition without parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":75,"run_time":0.017752076,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:1]","description":"registers an offense for parentheses around condition","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition registers an offense for parentheses around condition","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":8,"run_time":0.018347342,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:11]","description":"allows parens if the condition node is a modifier while op","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition allows parens if the condition node is a modifier while op","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":108,"run_time":0.000975045,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:12]","description":"allows parens if the condition node is a modifier until op","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition allows parens if the condition node is a modifier until op","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":108,"run_time":0.000507003,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:16:1]","description":"accepts variable assignment in condition surrounded with parentheses","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition safe assignment is allowed accepts variable assignment in condition surrounded with parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":138,"run_time":0.000514482,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:16:2]","description":"accepts element assignment in condition surrounded with parentheses","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition safe assignment is allowed accepts element assignment in condition surrounded with parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":145,"run_time":0.000561835,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:16:3]","description":"accepts setter in condition surrounded with parentheses","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition safe assignment is allowed accepts setter in condition surrounded with parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":152,"run_time":0.000552083,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:17:1]","description":"does not accept variable assignment in condition surrounded with parentheses","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition safe assignment is not allowed does not accept variable assignment in condition surrounded with parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":163,"run_time":0.03710813,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:17:2]","description":"does not accept element assignment in condition surrounded with parentheses","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition safe assignment is not allowed does not accept element assignment in condition surrounded with parentheses","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":172,"run_time":0.000752979,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:18:1]","description":"accepts parentheses around multiline condition","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition parentheses in multiline conditions are allowed accepts parentheses around multiline condition","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":185,"run_time":0.000725252,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:18:2]","description":"registers an offense for parentheses in single line condition","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition parentheses in multiline conditions are allowed registers an offense for parentheses in single line condition","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":196,"run_time":0.000670472,"pending_message":null},{"id":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb[1:19:1]","description":"registers an offense for parentheses around multiline condition","full_description":"RuboCop::Cop::Style::ParenthesesAroundCondition parentheses in multiline conditions are not allowed registers an offense for parentheses around multiline condition","status":"passed","file_path":"./spec/rubocop/cop/style/parentheses_around_condition_spec.rb","line_number":209,"run_time":0.017195862,"pending_message":null}],"summary":{"duration":0.698591173,"example_count":23,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"23 examples, 0 failures"}
spec/rubocop/cop/layout/space_after_colon_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45487,"examples":[{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:8]","description":"accepts required keyword arguments","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts required keyword arguments","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":41,"run_time":0.238913408,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:6]","description":"accepts if","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts if","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":29,"run_time":0.000774991,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:2]","description":"accepts colons in symbols","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts colons in symbols","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":13,"run_time":0.000314572,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:11]","description":"auto-corrects missing space","full_description":"RuboCop::Cop::Layout::SpaceAfterColon auto-corrects missing space","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":63,"run_time":0.000829105,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:5]","description":"accepts hash rockets","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts hash rockets","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":25,"run_time":0.000462871,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:7]","description":"accepts colons in strings","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts colons in strings","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":37,"run_time":0.000317693,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:9]","description":"accepts colons denoting required keyword argument","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts colons denoting required keyword argument","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":48,"run_time":0.036812955,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:4]","description":"accepts hashes with a space after colons","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts hashes with a space after colons","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":21,"run_time":0.000541994,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:3]","description":"accepts colon in ternary followed by space","full_description":"RuboCop::Cop::Layout::SpaceAfterColon accepts colon in ternary followed by space","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":17,"run_time":0.000496867,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:10]","description":"registers an offense if an keyword optional argument has no space","full_description":"RuboCop::Cop::Layout::SpaceAfterColon registers an offense if an keyword optional argument has no space","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":55,"run_time":0.000553807,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_colon_spec.rb[1:1]","description":"registers an offense for colon without space after it","full_description":"RuboCop::Cop::Layout::SpaceAfterColon registers an offense for colon without space after it","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_colon_spec.rb","line_number":6,"run_time":0.000332781,"pending_message":null}],"summary":{"duration":0.281904825,"example_count":11,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"11 examples, 0 failures"}
spec/rubocop/ast/block_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45845,"examples":[{"id":"./spec/rubocop/ast/block_node_spec.rb[1:7:2:1]","description":"should eq [\"do\", \"end\"]","full_description":"RuboCop::AST::BlockNode#delimiters when enclosed in do-end keywords should eq [\"do\", \"end\"]","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":134,"run_time":0.238281515,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:7:1:1]","description":"should eq [\"{\", \"}\"]","full_description":"RuboCop::AST::BlockNode#delimiters when enclosed in braces should eq [\"{\", \"}\"]","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":124,"run_time":0.000433916,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:5:1:1]","description":"should be falsey","full_description":"RuboCop::AST::BlockNode#keywords? when enclosed in braces should be falsey","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":86,"run_time":0.001295804,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:5:2:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#keywords? when enclosed in do-end keywords should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":96,"run_time":0.016667822,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:6:1:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#lambda? when block belongs to a stabby lambda should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":104,"run_time":0.000337129,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:6:2:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#lambda? when block belongs to a method lambda should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":110,"run_time":0.000236374,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:6:3:1]","description":"should be falsey","full_description":"RuboCop::AST::BlockNode#lambda? when block belongs to a non-lambda method should be falsey","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":116,"run_time":0.000467937,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:11:2:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#multiline? when block is on several lines should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":206,"run_time":0.000283015,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:11:1:1]","description":"should be falsey","full_description":"RuboCop::AST::BlockNode#multiline? when block is on a single line should be falsey","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":196,"run_time":0.000252122,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:2:4:1]","description":"should eq 2","full_description":"RuboCop::AST::BlockNode#arguments with multiple mixed arguments should eq 2","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":34,"run_time":0.000494036,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:2:2:1]","description":"should eq 1","full_description":"RuboCop::AST::BlockNode#arguments with a single literal argument should eq 1","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":22,"run_time":0.000340874,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:2:1:1]","description":"should equal true","full_description":"RuboCop::AST::BlockNode#arguments with no arguments should equal true","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":16,"run_time":0.001154443,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:2:3:1]","description":"should eq 1","full_description":"RuboCop::AST::BlockNode#arguments with a single splat argument should eq 1","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":28,"run_time":0.000577393,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:3:3:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#arguments? with a single splat argument should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":54,"run_time":0.000359703,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:3:2:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#arguments? with a single argument should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":48,"run_time":0.000323763,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:3:4:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#arguments? with multiple mixed arguments should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":60,"run_time":0.000367074,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:3:1:1]","description":"should be falsey","full_description":"RuboCop::AST::BlockNode#arguments? with no arguments should be falsey","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":42,"run_time":0.000251025,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:4:1:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#braces? when enclosed in braces should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":68,"run_time":0.000512543,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:4:2:1]","description":"should be falsey","full_description":"RuboCop::AST::BlockNode#braces? when enclosed in do-end keywords should be falsey","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":78,"run_time":0.000312639,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::BlockNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":9,"run_time":0.000383986,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:10:2:1]","description":"should be falsey","full_description":"RuboCop::AST::BlockNode#single_line? when block is on several lines should be falsey","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":188,"run_time":0.000275638,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:10:1:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#single_line? when block is on a single line should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":178,"run_time":0.000238993,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:9:1:1]","description":"should eq \"}\"","full_description":"RuboCop::AST::BlockNode#closing_delimiter when enclosed in braces should eq \"}\"","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":160,"run_time":0.000277881,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:9:2:1]","description":"should eq \"end\"","full_description":"RuboCop::AST::BlockNode#closing_delimiter when enclosed in do-end keywords should eq \"end\"","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":170,"run_time":0.0002498,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:12:1:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#void_context? when block method is each should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":214,"run_time":0.000238548,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:12:3:1]","description":"should be falsey","full_description":"RuboCop::AST::BlockNode#void_context? when block method is not each should be falsey","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":226,"run_time":0.016513757,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:12:2:1]","description":"should be truthy","full_description":"RuboCop::AST::BlockNode#void_context? when block method is tap should be truthy","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":220,"run_time":0.000477498,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:8:1:1]","description":"should eq \"{\"","full_description":"RuboCop::AST::BlockNode#opening_delimiter when enclosed in braces should eq \"{\"","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":142,"run_time":0.000302146,"pending_message":null},{"id":"./spec/rubocop/ast/block_node_spec.rb[1:8:2:1]","description":"should eq \"do\"","full_description":"RuboCop::AST::BlockNode#opening_delimiter when enclosed in do-end keywords should eq \"do\"","status":"passed","file_path":"./spec/rubocop/ast/block_node_spec.rb","line_number":152,"run_time":0.000317178,"pending_message":null}],"summary":{"duration":0.339592443,"example_count":29,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"29 examples, 0 failures"}
spec/rubocop/cop/variable_force/variable_table_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":7631,"examples":[{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:2:1]","description":"returns popped scope object","full_description":"RuboCop::Cop::VariableForce::VariableTable#pop_scope returns popped scope object","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":23,"run_time":0.000746586,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:7:2:1]","description":"returns all the variables","full_description":"RuboCop::Cop::VariableForce::VariableTable#accessible_variables when the current scope has some variables returns all the variables","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":242,"run_time":0.001408365,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:7:1:1]","description":"returns empty array","full_description":"RuboCop::Cop::VariableForce::VariableTable#accessible_variables when there are no variables returns empty array","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":231,"run_time":9.4215e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:7:3:1:1]","description":"returns the current and direct outer scope variables","full_description":"RuboCop::Cop::VariableForce::VariableTable#accessible_variables when the direct outer scope has some variables and the current scope is block returns the current and direct outer scope variables","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":259,"run_time":0.000118903,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:7:3:2:1]","description":"returns only the current scope variables","full_description":"RuboCop::Cop::VariableForce::VariableTable#accessible_variables when the direct outer scope has some variables and the current scope is not block returns only the current scope variables","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":272,"run_time":9.7162e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:3:1]","description":"increases by pushing scope","full_description":"RuboCop::Cop::VariableForce::VariableTable#current_scope_level increases by pushing scope","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":35,"run_time":0.00022698,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:3:2]","description":"decreases by popping scope","full_description":"RuboCop::Cop::VariableForce::VariableTable#current_scope_level decreases by popping scope","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":42,"run_time":6.6403e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:4:1]","description":"adds variable to current scope with its name as key","full_description":"RuboCop::Cop::VariableForce::VariableTable#declare_variable adds variable to current scope with its name as key","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":58,"run_time":9.5989e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:4:2]","description":"returns the added variable","full_description":"RuboCop::Cop::VariableForce::VariableTable#declare_variable returns the added variable","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":69,"run_time":0.000116878,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:6:1]","description":"returns nil","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable with an empty scope stack returns nil","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":215,"run_time":6.0924e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:1:1]","description":"returns pushed scope object","full_description":"RuboCop::Cop::VariableForce::VariableTable#push_scope returns pushed scope object","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":9,"run_time":6.5508e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:1:1:2:1]","description":"returns the current scope variable","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is block when a variable with the target name exists in current scope and also exists in outer scope returns the current scope variable","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":108,"run_time":0.000172784,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:1:1:1:1]","description":"returns the current scope variable","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is block when a variable with the target name exists in current scope and does not exist in outer scope returns the current scope variable","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":97,"run_time":9.5666e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:1:2:3:1]","description":"returns nil","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is block when a variable with the target name does not exist in current scope and does not exist in all outer scopes returns nil","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":155,"run_time":0.000140227,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:1:2:2:1:1]","description":"returns the indirect outer scope variable","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is block when a variable with the target name does not exist in current scope but exists in a indirect outer scope when the direct outer scope is block returns the indirect outer scope variable","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":140,"run_time":0.000101117,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:1:2:2:2:1]","description":"returns nil","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is block when a variable with the target name does not exist in current scope but exists in a indirect outer scope when the direct outer scope is not block returns nil","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":147,"run_time":0.000146592,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:1:2:1:1]","description":"returns the direct outer scope variable","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is block when a variable with the target name does not exist in current scope but exists in the direct outer scope returns the direct outer scope variable","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":124,"run_time":8.814e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:2:2:2:1]","description":"returns nil","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is not block when a variable with the target name does not exist in current scope and does not exist in all outer scopes returns nil","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":205,"run_time":0.000135398,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:2:2:1:1]","description":"returns nil","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is not block when a variable with the target name does not exist in current scope but exists in the direct outer scope returns nil","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":198,"run_time":8.9375e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:2:1:1:1]","description":"returns the current scope variable","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is not block when a variable with the target name exists in current scope and does not exist in outer scope returns the current scope variable","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":175,"run_time":9.1834e-05,"pending_message":null},{"id":"./spec/rubocop/cop/variable_force/variable_table_spec.rb[1:5:2:1:2:1]","description":"returns the current scope variable","full_description":"RuboCop::Cop::VariableForce::VariableTable#find_variable when current scope is not block when a variable with the target name exists in current scope and also exists in outer scope returns the current scope variable","status":"passed","file_path":"./spec/rubocop/cop/variable_force/variable_table_spec.rb","line_number":182,"run_time":0.000254913,"pending_message":null}],"summary":{"duration":0.077016081,"example_count":21,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"21 examples, 0 failures"}
spec/rubocop/cop/lint/useless_setter_call_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":21213,"examples":[{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:15]","description":"is not confused by operators ending with =","full_description":"RuboCop::Cop::Lint::UselessSetterCall is not confused by operators ending with =","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":178,"run_time":0.221851381,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:16]","description":"handles exception assignments without exploding","full_description":"RuboCop::Cop::Lint::UselessSetterCall handles exception assignments without exploding","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":186,"run_time":0.001241904,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:8:1]","description":"accepts the setter call on the lvar","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar contains an object passed as argument by multiple-assignment at the end of the method accepts the setter call on the lvar","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":92,"run_time":0.000777179,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:13:1]","description":"registers an offense for the setter call on the lvar","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar contains a local object instantiated with literal registers an offense for the setter call on the lvar","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":156,"run_time":0.000719223,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UselessSetterCall with singleton method ending with setter call on local object registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":19,"run_time":0.037056728,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:5:1]","description":"accepts","full_description":"RuboCop::Cop::Lint::UselessSetterCall with method ending with setter call on ivar accepts","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":54,"run_time":0.000734909,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:6:1]","description":"accepts","full_description":"RuboCop::Cop::Lint::UselessSetterCall with method ending with setter call on argument accepts","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":65,"run_time":0.000698257,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UselessSetterCall with method ending with square bracket setter on local object registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":31,"run_time":0.000679145,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:7:1]","description":"accepts the setter call on the lvar","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar contains an object passed as argument at the end of the method accepts the setter call on the lvar","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":77,"run_time":0.017265625,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:4:1]","description":"accepts","full_description":"RuboCop::Cop::Lint::UselessSetterCall with method ending with ivar assignment accepts","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":43,"run_time":0.000659064,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UselessSetterCall with method ending with setter call on local object registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":7,"run_time":0.000662786,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:12:1]","description":"registers an offense for the setter call on the lvar","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar declared as an argument is no longer the passed object at the end of the method registers an offense for the setter call on the lvar","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":144,"run_time":0.000676174,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:11:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar does not contain any object passed as argument by binary-operator-assignment at the end of the method registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":130,"run_time":0.000720248,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:10:1]","description":"accepts the setter call on the lvar","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar possibly contains an object passed as argument by logical-operator-assignment at the end of the method accepts the setter call on the lvar","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":117,"run_time":0.03738055,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:9:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar does not contain any object passed as argument with multiple-assignment at the end of the method registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":104,"run_time":0.000904156,"pending_message":null},{"id":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb[1:14:1]","description":"accepts","full_description":"RuboCop::Cop::Lint::UselessSetterCall when a lvar contains a non-local object returned by a method accepts","status":"passed","file_path":"./spec/rubocop/cop/lint/useless_setter_call_spec.rb","line_number":168,"run_time":0.000661322,"pending_message":null}],"summary":{"duration":0.341854337,"example_count":16,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"16 examples, 0 failures"}
spec/rubocop/cop/commissioner_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":61434,"examples":[{"id":"./spec/rubocop/cop/commissioner_spec.rb[1:1:5]","description":"stores all errors raised by the cops","full_description":"RuboCop::Cop::Commissioner#investigate stores all errors raised by the cops","status":"passed","file_path":"./spec/rubocop/cop/commissioner_spec.rb","line_number":68,"run_time":0.260173667,"pending_message":null},{"id":"./spec/rubocop/cop/commissioner_spec.rb[1:1:1]","description":"returns all offenses found by the cops","full_description":"RuboCop::Cop::Commissioner#investigate returns all offenses found by the cops","status":"passed","file_path":"./spec/rubocop/cop/commissioner_spec.rb","line_number":13,"run_time":0.000415871,"pending_message":null},{"id":"./spec/rubocop/cop/commissioner_spec.rb[1:1:4]","description":"passes the input params to all cops/forces that implement their own #investigate method","full_description":"RuboCop::Cop::Commissioner#investigate passes the input params to all cops/forces that implement their own #investigate method","status":"passed","file_path":"./spec/rubocop/cop/commissioner_spec.rb","line_number":55,"run_time":0.000538149,"pending_message":null},{"id":"./spec/rubocop/cop/commissioner_spec.rb[1:1:3]","description":"traverses the AST and invoke cops specific callbacks","full_description":"RuboCop::Cop::Commissioner#investigate traverses the AST and invoke cops specific callbacks","status":"passed","file_path":"./spec/rubocop/cop/commissioner_spec.rb","line_number":41,"run_time":0.037036068,"pending_message":null},{"id":"./spec/rubocop/cop/commissioner_spec.rb[1:1:6:1]","description":"re-raises the exception received while processing","full_description":"RuboCop::Cop::Commissioner#investigate when passed :raise_error option re-raises the exception received while processing","status":"passed","file_path":"./spec/rubocop/cop/commissioner_spec.rb","line_number":90,"run_time":0.001610911,"pending_message":null},{"id":"./spec/rubocop/cop/commissioner_spec.rb[1:1:2:1]","description":"returns all offenses except the ones of the cop","full_description":"RuboCop::Cop::Commissioner#investigate when a cop has no interest in the file returns all offenses except the ones of the cop","status":"passed","file_path":"./spec/rubocop/cop/commissioner_spec.rb","line_number":24,"run_time":0.000495636,"pending_message":null}],"summary":{"duration":0.301712291,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/layout/indent_first_hash_element_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":38026,"examples":[{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:2:3]","description":"registers an offense for incorrectly indented }","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when the AlignHash style is separator for => registers an offense for incorrectly indented }","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":29,"run_time":0.000840648,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:2:1]","description":"accepts correctly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when the AlignHash style is separator for => accepts correctly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":78,"run_time":0.000766956,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:2:2]","description":"registers an offense for incorrectly indented first pair with =>","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when the AlignHash style is separator for => registers an offense for incorrectly indented first pair with =>","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":87,"run_time":0.000683702,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:4:2]","description":"registers an offense for incorrectly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is argument to setter registers an offense for incorrectly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":138,"run_time":0.001292137,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:4:1]","description":"accepts correctly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is argument to setter accepts correctly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":128,"run_time":0.000745672,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:1:1]","description":"accepts correctly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when the AlignHash style is separator for : accepts correctly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":47,"run_time":0.000547777,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:1:3]","description":"registers an offense for incorrectly indented }","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when the AlignHash style is separator for : registers an offense for incorrectly indented }","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":29,"run_time":0.000415276,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:1:2]","description":"registers an offense for incorrectly indented first pair with :","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when the AlignHash style is separator for : registers an offense for incorrectly indented first pair with :","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":56,"run_time":0.036994066,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:6]","description":"accepts an empty hash","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment accepts an empty hash","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":197,"run_time":0.000554145,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:5]","description":"accepts single line hash","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment accepts single line hash","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":193,"run_time":0.000445091,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:1]","description":"registers an offense for incorrectly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment registers an offense for incorrectly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":151,"run_time":0.000745926,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:2]","description":"accepts correctly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment accepts correctly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":170,"run_time":0.000459117,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:3]","description":"accepts several pairs per line","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment accepts several pairs per line","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":178,"run_time":0.000637441,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:4]","description":"accepts a first pair on the same line as the left brace","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment accepts a first pair on the same line as the left brace","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":186,"run_time":0.001028179,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:7:1]","description":"auto-corrects incorrectly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment when indentation width is overridden for this cop auto-corrects incorrectly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":204,"run_time":0.000776176,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:5:7:2]","description":"accepts correctly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is right hand side in assignment when indentation width is overridden for this cop accepts correctly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":221,"run_time":0.000466021,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:2:4]","description":"registers an offense for incorrectly indented multi-line hash with braces","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and argument are not surrounded by parentheses registers an offense for incorrectly indented multi-line hash with braces","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":375,"run_time":0.000680257,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:2:3]","description":"accepts a correctly indented multi-line hash with braces","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and argument are not surrounded by parentheses accepts a correctly indented multi-line hash with braces","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":368,"run_time":0.017169873,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:2:2]","description":"accepts single line hash with braces","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and argument are not surrounded by parentheses accepts single line hash with braces","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":364,"run_time":0.000626968,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:2:1]","description":"accepts braceless hash","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and argument are not surrounded by parentheses accepts braceless hash","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":360,"run_time":0.000424136,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:2:1]","description":"accepts normal indentation for first argument","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is consistent accepts normal indentation for first argument","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":320,"run_time":0.001325572,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:2:3]","description":"accepts normal indentation for second argument","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is consistent accepts normal indentation for second argument","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":350,"run_time":0.037468187,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:2:2]","description":"registers an offense for incorrect indentation","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is consistent registers an offense for incorrect indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":340,"run_time":0.000734331,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:1:7]","description":"accepts normal indentation for hash within hash","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is special_inside_parentheses accepts normal indentation for hash within hash","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":306,"run_time":0.000801458,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:1:6]","description":"accepts special indentation for second argument","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is special_inside_parentheses accepts special indentation for second argument","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":299,"run_time":0.017127842,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:1:1]","description":"accepts special indentation for first argument","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is special_inside_parentheses accepts special indentation for first argument","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":234,"run_time":0.001572692,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:1:4]","description":"registers an offense for 'align_braces' indentation","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is special_inside_parentheses registers an offense for 'align_braces' indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":276,"run_time":0.000671614,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:1:2]","description":"registers an offense for 'consistent' indentation","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is special_inside_parentheses registers an offense for 'consistent' indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":254,"run_time":0.000549259,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:1:5]","description":"auto-corrects incorrectly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is special_inside_parentheses auto-corrects incorrectly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":286,"run_time":0.017278733,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:6:1:1:3:1]","description":"registers an offense for 'consistent' indentation","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is method argument and arguments are surrounded by parentheses and EnforcedStyle is special_inside_parentheses when using safe navigation operator registers an offense for 'consistent' indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":265,"run_time":0.00085788,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:3]","description":"accepts a first pair on the same line as the left brace","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces accepts a first pair on the same line as the left brace","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":405,"run_time":0.000540036,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:8]","description":"registers an offense for incorrectly indented }","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces registers an offense for incorrectly indented }","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":460,"run_time":0.000400235,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:5]","description":"accepts an empty hash","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces accepts an empty hash","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":416,"run_time":0.000330018,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:4]","description":"accepts single line hash","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces accepts single line hash","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":412,"run_time":0.000470972,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:2]","description":"accepts several pairs per line","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces accepts several pairs per line","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":397,"run_time":0.037132282,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:1]","description":"accepts correctly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces accepts correctly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":389,"run_time":0.000590686,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:6:1]","description":"registers an offense for incorrect indentation","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces when 'consistent' style is used registers an offense for incorrect indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":421,"run_time":0.000631158,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:6:2]","description":"auto-corrects incorrectly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces when 'consistent' style is used auto-corrects incorrectly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":431,"run_time":0.000637482,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:7:7:1]","description":"registers an offense for incorrect indentation","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when EnforcedStyle is align_braces when 'special_inside_parentheses' style is used registers an offense for incorrect indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":446,"run_time":0.01729644,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:3:2]","description":"registers an offense for incorrectly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is operand registers an offense for incorrectly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":109,"run_time":0.000956062,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:3:1]","description":"accepts correctly indented first pair","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is operand accepts correctly indented first pair","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":101,"run_time":0.000523493,"pending_message":null},{"id":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb[1:3:3]","description":"registers an offense for incorrectly indented }","full_description":"RuboCop::Cop::Layout::IndentFirstHashElement when hash is operand registers an offense for incorrectly indented }","status":"passed","file_path":"./spec/rubocop/cop/layout/indent_first_hash_element_spec.rb","line_number":29,"run_time":0.000420104,"pending_message":null}],"summary":{"duration":0.242411554,"example_count":42,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"42 examples, 0 failures"}
spec/rubocop/cop/lint/empty_ensure_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":6456,"examples":[{"id":"./spec/rubocop/cop/lint/empty_ensure_spec.rb[1:1]","description":"registers an offense and corrects empty ensure","full_description":"RuboCop::Cop::Lint::EmptyEnsure registers an offense and corrects empty ensure","status":"passed","file_path":"./spec/rubocop/cop/lint/empty_ensure_spec.rb","line_number":6,"run_time":0.220664048,"pending_message":null},{"id":"./spec/rubocop/cop/lint/empty_ensure_spec.rb[1:2]","description":"does not register an offense for non-empty ensure","full_description":"RuboCop::Cop::Lint::EmptyEnsure does not register an offense for non-empty ensure","status":"passed","file_path":"./spec/rubocop/cop/lint/empty_ensure_spec.rb","line_number":23,"run_time":0.000758508,"pending_message":null}],"summary":{"duration":0.222460089,"example_count":2,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"2 examples, 0 failures"}
spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":13480,"examples":[{"id":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb[1:2:1]","description":"does not add any offenses","full_description":"RuboCop::Cop::Layout::MultilineArrayLineBreaks when on same line, separate line from brackets does not add any offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb","line_number":17,"run_time":0.239682759,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb[1:3:2]","description":"autocorrects the offense","full_description":"RuboCop::Cop::Layout::MultilineArrayLineBreaks when two elements on same line autocorrects the offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb","line_number":39,"run_time":0.000714067,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb[1:3:1]","description":"adds an offense","full_description":"RuboCop::Cop::Layout::MultilineArrayLineBreaks when two elements on same line adds an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb","line_number":29,"run_time":0.000403114,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb[1:4:1]","description":"adds an offense","full_description":"RuboCop::Cop::Layout::MultilineArrayLineBreaks when nested arrays adds an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb","line_number":54,"run_time":0.000435488,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb[1:4:2]","description":"autocorrects the offense","full_description":"RuboCop::Cop::Layout::MultilineArrayLineBreaks when nested arrays autocorrects the offense","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb","line_number":64,"run_time":0.000397854,"pending_message":null},{"id":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb[1:1:1]","description":"does not add any offenses","full_description":"RuboCop::Cop::Layout::MultilineArrayLineBreaks when on same line does not add any offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/multiline_array_line_breaks_spec.rb","line_number":7,"run_time":0.000342249,"pending_message":null}],"summary":{"duration":0.279656153,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/style/proc_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":19040,"examples":[{"id":"./spec/rubocop/cop/style/proc_spec.rb[1:4]","description":"auto-corrects Proc.new to proc","full_description":"RuboCop::Cop::Style::Proc auto-corrects Proc.new to proc","status":"passed","file_path":"./spec/rubocop/cop/style/proc_spec.rb","line_number":21,"run_time":0.222592376,"pending_message":null},{"id":"./spec/rubocop/cop/style/proc_spec.rb[1:2]","description":"accepts the proc method","full_description":"RuboCop::Cop::Style::Proc accepts the proc method","status":"passed","file_path":"./spec/rubocop/cop/style/proc_spec.rb","line_number":13,"run_time":0.037073994,"pending_message":null},{"id":"./spec/rubocop/cop/style/proc_spec.rb[1:1]","description":"registers an offense for a Proc.new call","full_description":"RuboCop::Cop::Style::Proc registers an offense for a Proc.new call","status":"passed","file_path":"./spec/rubocop/cop/style/proc_spec.rb","line_number":6,"run_time":0.00082443,"pending_message":null},{"id":"./spec/rubocop/cop/style/proc_spec.rb[1:3]","description":"accepts the Proc.new call outside of block","full_description":"RuboCop::Cop::Style::Proc accepts the Proc.new call outside of block","status":"passed","file_path":"./spec/rubocop/cop/style/proc_spec.rb","line_number":17,"run_time":0.000373437,"pending_message":null}],"summary":{"duration":0.262132821,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/ast/for_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39103,"examples":[{"id":"./spec/rubocop/ast/for_node_spec.rb[1:2:1]","description":"should eq \"for\"","full_description":"RuboCop::AST::ForNode#keyword should eq \"for\"","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":15,"run_time":0.219214437,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:3:1:1]","description":"should be truthy","full_description":"RuboCop::AST::ForNode#do? with a do keyword should be truthy","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":22,"run_time":0.017915948,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:3:2:1]","description":"should be falsey","full_description":"RuboCop::AST::ForNode#do? without a do keyword should be falsey","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":28,"run_time":0.000713109,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:6:1]","description":"should equal true","full_description":"RuboCop::AST::ForNode#collection should equal true","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":55,"run_time":0.001017637,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:5:1]","description":"should equal true","full_description":"RuboCop::AST::ForNode#variable should equal true","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":49,"run_time":0.000395881,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:4:1:1]","description":"should be truthy","full_description":"RuboCop::AST::ForNode#void_context? with a do keyword should be truthy","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":36,"run_time":0.000355907,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:4:2:1]","description":"should be truthy","full_description":"RuboCop::AST::ForNode#void_context? without a do keyword should be truthy","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":42,"run_time":0.036715694,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:7:1]","description":"should equal true","full_description":"RuboCop::AST::ForNode#body should equal true","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":61,"run_time":0.002540328,"pending_message":null},{"id":"./spec/rubocop/ast/for_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::ForNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/for_node_spec.rb","line_number":9,"run_time":0.000505254,"pending_message":null}],"summary":{"duration":0.297907879,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/ast/alias_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45911,"examples":[{"id":"./spec/rubocop/ast/alias_node_spec.rb[1:2:1]","description":"should equal true","full_description":"RuboCop::AST::AliasNode#new_identifier should equal true","status":"passed","file_path":"./spec/rubocop/ast/alias_node_spec.rb","line_number":19,"run_time":0.000452742,"pending_message":null},{"id":"./spec/rubocop/ast/alias_node_spec.rb[1:2:2]","description":"should eq :foo","full_description":"RuboCop::AST::AliasNode#new_identifier should eq :foo","status":"passed","file_path":"./spec/rubocop/ast/alias_node_spec.rb","line_number":20,"run_time":0.000215418,"pending_message":null},{"id":"./spec/rubocop/ast/alias_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::AliasNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/alias_node_spec.rb","line_number":11,"run_time":0.000206106,"pending_message":null},{"id":"./spec/rubocop/ast/alias_node_spec.rb[1:3:1]","description":"should equal true","full_description":"RuboCop::AST::AliasNode#old_identifier should equal true","status":"passed","file_path":"./spec/rubocop/ast/alias_node_spec.rb","line_number":28,"run_time":0.000192456,"pending_message":null},{"id":"./spec/rubocop/ast/alias_node_spec.rb[1:3:2]","description":"should eq :bar","full_description":"RuboCop::AST::AliasNode#old_identifier should eq :bar","status":"passed","file_path":"./spec/rubocop/ast/alias_node_spec.rb","line_number":29,"run_time":0.000177165,"pending_message":null}],"summary":{"duration":0.002303297,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/cop/message_annotator_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":31280,"examples":[{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:1:1:1]","description":"returns the message","full_description":"RuboCop::Cop::MessageAnnotator#annotate with default options returns the message","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":17,"run_time":0.00016785,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:1:3:1]","description":"returns an annotated message","full_description":"RuboCop::Cop::MessageAnnotator#annotate with options on returns an annotated message","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":51,"run_time":0.000139667,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:1:2:1]","description":"returns the message unannotated","full_description":"RuboCop::Cop::MessageAnnotator#annotate when the output format is JSON returns the message unannotated","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":29,"run_time":8.0982e-05,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:2:1]","description":"adds style guide url","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when StyleGuide is set in the config adds style guide url","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":86,"run_time":0.017171921,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:3:4]","description":"can use a path-based setting","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when a base URL is specified can use a path-based setting","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":132,"run_time":0.000339822,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:3:1]","description":"does not specify a URL if a cop does not have one","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when a base URL is specified does not specify a URL if a cop does not have one","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":100,"run_time":8.8356e-05,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:3:6]","description":"allows absolute URLs in the cop config","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when a base URL is specified allows absolute URLs in the cop config","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":147,"run_time":0.0001345,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:3:5]","description":"can accept relative paths if base has a full path","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when a base URL is specified can accept relative paths if base has a full path","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":137,"run_time":0.000182286,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:3:2]","description":"combines correctly with a target-based setting","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when a base URL is specified combines correctly with a target-based setting","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":105,"run_time":0.00014874,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:3:3:1]","description":"returns style guide url when it is specified","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when a base URL is specified when a department other than AllCops is specified returns style guide url when it is specified","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":125,"run_time":0.000156761,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:2:1:1]","description":"does not add style guide url","full_description":"RuboCop::Cop::MessageAnnotator with style guide url when StyleGuide is not set in the config does not add style guide url","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":74,"run_time":8.5092e-05,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:3:1]","description":"returns an empty array without StyleGuide URL","full_description":"RuboCop::Cop::MessageAnnotator#urls returns an empty array without StyleGuide URL","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":164,"run_time":0.000552696,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:3:4]","description":"returns an empty array if the reference url is blank","full_description":"RuboCop::Cop::MessageAnnotator#urls returns an empty array if the reference url is blank","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":180,"run_time":0.000101729,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:3:3]","description":"returns reference url when it is specified","full_description":"RuboCop::Cop::MessageAnnotator#urls returns reference url when it is specified","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":173,"run_time":6.516e-05,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:3:5]","description":"returns multiple reference urls","full_description":"RuboCop::Cop::MessageAnnotator#urls returns multiple reference urls","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":188,"run_time":6.0796e-05,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:3:2]","description":"returns style guide url when it is specified","full_description":"RuboCop::Cop::MessageAnnotator#urls returns style guide url when it is specified","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":168,"run_time":6.8276e-05,"pending_message":null},{"id":"./spec/rubocop/cop/message_annotator_spec.rb[1:3:6]","description":"returns style guide and reference url when they are specified","full_description":"RuboCop::Cop::MessageAnnotator#urls returns style guide and reference url when they are specified","status":"passed","file_path":"./spec/rubocop/cop/message_annotator_spec.rb","line_number":199,"run_time":0.000280985,"pending_message":null}],"summary":{"duration":0.058210734,"example_count":17,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"17 examples, 0 failures"}
spec/rubocop/cop/lint/boolean_symbol_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":13675,"examples":[{"id":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb[1:1]","description":"registers an offense when using `:true`","full_description":"RuboCop::Cop::Lint::BooleanSymbol registers an offense when using `:true`","status":"passed","file_path":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb","line_number":6,"run_time":0.000674514,"pending_message":null},{"id":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb[1:6]","description":"does not register an offense when using `false`","full_description":"RuboCop::Cop::Lint::BooleanSymbol does not register an offense when using `false`","status":"passed","file_path":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb","line_number":48,"run_time":0.000310263,"pending_message":null},{"id":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb[1:5]","description":"does not register an offense when using `true`","full_description":"RuboCop::Cop::Lint::BooleanSymbol does not register an offense when using `true`","status":"passed","file_path":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb","line_number":42,"run_time":0.000245181,"pending_message":null},{"id":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb[1:2]","description":"registers an offense when using `:false`","full_description":"RuboCop::Cop::Lint::BooleanSymbol registers an offense when using `:false`","status":"passed","file_path":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb","line_number":13,"run_time":0.000250436,"pending_message":null},{"id":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb[1:4]","description":"does not register an offense when using regular symbol","full_description":"RuboCop::Cop::Lint::BooleanSymbol does not register an offense when using regular symbol","status":"passed","file_path":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb","line_number":36,"run_time":0.000224134,"pending_message":null},{"id":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb[1:3:1]","description":"registers an offense when using `true:`","full_description":"RuboCop::Cop::Lint::BooleanSymbol when using the new hash syntax registers an offense when using `true:`","status":"passed","file_path":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb","line_number":21,"run_time":0.000453847,"pending_message":null},{"id":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb[1:3:2]","description":"registers an offense when using `false:`","full_description":"RuboCop::Cop::Lint::BooleanSymbol when using the new hash syntax registers an offense when using `false:`","status":"passed","file_path":"./spec/rubocop/cop/lint/boolean_symbol_spec.rb","line_number":28,"run_time":0.000384439,"pending_message":null}],"summary":{"duration":0.019987844,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/ast/resbody_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":9147,"examples":[{"id":"./spec/rubocop/ast/resbody_node_spec.rb[1:3:1]","description":"should equal true","full_description":"RuboCop::AST::ResbodyNode#body should equal true","status":"passed","file_path":"./spec/rubocop/ast/resbody_node_spec.rb","line_number":39,"run_time":0.239917062,"pending_message":null},{"id":"./spec/rubocop/ast/resbody_node_spec.rb[1:2:3:1]","description":"should equal nil","full_description":"RuboCop::AST::ResbodyNode#exception_variable when an exception variable is not given should equal nil","status":"passed","file_path":"./spec/rubocop/ast/resbody_node_spec.rb","line_number":32,"run_time":0.000536349,"pending_message":null},{"id":"./spec/rubocop/ast/resbody_node_spec.rb[1:2:2:1]","description":"should eq \"ex\"","full_description":"RuboCop::AST::ResbodyNode#exception_variable for an implicit rescue should eq \"ex\"","status":"passed","file_path":"./spec/rubocop/ast/resbody_node_spec.rb","line_number":26,"run_time":0.000788829,"pending_message":null},{"id":"./spec/rubocop/ast/resbody_node_spec.rb[1:2:1:1]","description":"should eq \"ex\"","full_description":"RuboCop::AST::ResbodyNode#exception_variable for an explicit rescue should eq \"ex\"","status":"passed","file_path":"./spec/rubocop/ast/resbody_node_spec.rb","line_number":20,"run_time":0.000466579,"pending_message":null},{"id":"./spec/rubocop/ast/resbody_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::ResbodyNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/resbody_node_spec.rb","line_number":13,"run_time":0.036780518,"pending_message":null}],"summary":{"duration":0.280120184,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/ast/or_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":10571,"examples":[{"id":"./spec/rubocop/ast/or_node_spec.rb[1:8:1:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode#rhs with a logical or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":138,"run_time":0.281373191,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:8:2:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode#rhs with a semantic or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":146,"run_time":0.000657853,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:3:1:1]","description":"should equal false","full_description":"RuboCop::AST::OrNode#semantic_operator? with a logical or node should equal false","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":48,"run_time":0.000285371,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:3:2:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode#semantic_operator? with a semantic or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":56,"run_time":0.000232033,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:4:1:1]","description":"should eq \"||\"","full_description":"RuboCop::AST::OrNode#operator with a logical or node should eq \"||\"","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":66,"run_time":0.000731531,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:4:2:1]","description":"should eq \"or\"","full_description":"RuboCop::AST::OrNode#operator with a semantic or node should eq \"or\"","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":74,"run_time":0.000273925,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:7:2:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode#lhs with a semantic or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":128,"run_time":0.000251428,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:7:1:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode#lhs with a logical or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":120,"run_time":0.000248432,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:1:2:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode.new with a semantic or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":20,"run_time":0.036572829,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:1:1:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode.new with a logical or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":12,"run_time":0.000381083,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:5:2:1]","description":"should eq \"||\"","full_description":"RuboCop::AST::OrNode#alternate_operator with a semantic or node should eq \"||\"","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":92,"run_time":0.000256498,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:5:1:1]","description":"should eq \"or\"","full_description":"RuboCop::AST::OrNode#alternate_operator with a logical or node should eq \"or\"","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":84,"run_time":0.00020267,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:6:2:1]","description":"should eq \"and\"","full_description":"RuboCop::AST::OrNode#inverse_operator with a semantic or node should eq \"and\"","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":110,"run_time":0.000228468,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:6:1:1]","description":"should eq \"&&\"","full_description":"RuboCop::AST::OrNode#inverse_operator with a logical or node should eq \"&&\"","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":102,"run_time":0.000194807,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:2:1:1]","description":"should equal true","full_description":"RuboCop::AST::OrNode#logical_operator? with a logical or node should equal true","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":30,"run_time":0.000246333,"pending_message":null},{"id":"./spec/rubocop/ast/or_node_spec.rb[1:2:2:1]","description":"should equal false","full_description":"RuboCop::AST::OrNode#logical_operator? with a semantic or node should equal false","status":"passed","file_path":"./spec/rubocop/ast/or_node_spec.rb","line_number":38,"run_time":0.000195118,"pending_message":null}],"summary":{"duration":0.342034914,"example_count":16,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"16 examples, 0 failures"}
spec/rubocop/cop/style/trailing_body_on_module_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":35409,"examples":[{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:4]","description":"accepts regular module","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule accepts regular module","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":40,"run_time":0.000989974,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:3]","description":"registers offense when module definition uses semicolon","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule registers offense when module definition uses semicolon","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":32,"run_time":0.000529726,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:1]","description":"registers an offense when body trails after module definition","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule registers an offense when body trails after module definition","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":10,"run_time":0.000638687,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:6]","description":"auto-corrects with comment after body","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule auto-corrects with comment after body","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":60,"run_time":0.000630537,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:2]","description":"registers offense with multi-line module","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule registers offense with multi-line module","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":21,"run_time":0.000566699,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:7]","description":"auto-corrects when there are multiple semicolons","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule auto-corrects when there are multiple semicolons","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":73,"run_time":0.001090804,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:5]","description":"auto-corrects body after module definition","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule auto-corrects body after module definition","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":48,"run_time":0.000581456,"pending_message":null},{"id":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb[1:8:1]","description":"auto-correct offense","full_description":"RuboCop::Cop::Style::TrailingBodyOnModule when module is not on first line of processed_source auto-correct offense","status":"passed","file_path":"./spec/rubocop/cop/style/trailing_body_on_module_spec.rb","line_number":86,"run_time":0.000538906,"pending_message":null}],"summary":{"duration":0.043272423,"example_count":8,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"8 examples, 0 failures"}
spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45644,"examples":[{"id":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb[1:3]","description":"does not register an offense when the `loc` is on a different node","full_description":"RuboCop::Cop::InternalAffairs::OffenseLocationKeyword does not register an offense when the `loc` is on a different node","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb","line_number":44,"run_time":0.238995768,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb[1:2]","description":"does not register an offense when the `loc` is on a child node","full_description":"RuboCop::Cop::InternalAffairs::OffenseLocationKeyword does not register an offense when the `loc` is on a child node","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb","line_number":38,"run_time":0.000656182,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb[1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::InternalAffairs::OffenseLocationKeyword when `node.loc.selector` is passed registers an offense","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb","line_number":7,"run_time":0.017148763,"pending_message":null},{"id":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb[1:1:2]","description":"registers an offense if message argument is passed","full_description":"RuboCop::Cop::InternalAffairs::OffenseLocationKeyword when `node.loc.selector` is passed registers an offense if message argument is passed","status":"passed","file_path":"./spec/rubocop/cop/internal_affairs/offense_location_keyword_spec.rb","line_number":18,"run_time":0.000949869,"pending_message":null}],"summary":{"duration":0.259048928,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/ast/regexp_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":56504,"examples":[{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:4:3:1]","description":"should eq \"\"","full_description":"RuboCop::AST::RegexpNode#content with an empty regexp with option should eq \"\"","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":90,"run_time":0.281408967,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:4:4:1]","description":"should eq \".+\"","full_description":"RuboCop::AST::RegexpNode#content with a regexp with option should eq \".+\"","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":96,"run_time":0.000419229,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:4:1:1]","description":"should eq \"\"","full_description":"RuboCop::AST::RegexpNode#content with an empty regexp should eq \"\"","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":78,"run_time":0.000242355,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:4:2:1]","description":"should eq \".+\"","full_description":"RuboCop::AST::RegexpNode#content with a regexp without option should eq \".+\"","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":84,"run_time":0.016547926,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::RegexpNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":9,"run_time":0.001044676,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:3:1]","description":"should equal true","full_description":"RuboCop::AST::RegexpNode#regopt with an empty regexp with option should equal true","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":60,"run_time":0.0002877,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:3:2]","description":"should eq [:i, :x]","full_description":"RuboCop::AST::RegexpNode#regopt with an empty regexp with option should eq [:i, :x]","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":61,"run_time":0.000252569,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:1:2]","description":"should equal true","full_description":"RuboCop::AST::RegexpNode#regopt with an empty regexp should equal true","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":47,"run_time":0.000239413,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:1:1]","description":"should equal true","full_description":"RuboCop::AST::RegexpNode#regopt with an empty regexp should equal true","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":46,"run_time":0.000216219,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:4:2]","description":"should eq [:i, :m, :x]","full_description":"RuboCop::AST::RegexpNode#regopt with a regexp with option should eq [:i, :m, :x]","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":68,"run_time":0.000298862,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:4:1]","description":"should equal true","full_description":"RuboCop::AST::RegexpNode#regopt with a regexp with option should equal true","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":67,"run_time":0.000247513,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:2:2]","description":"should equal true","full_description":"RuboCop::AST::RegexpNode#regopt with a regexp without option should equal true","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":54,"run_time":0.036623992,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:3:2:1]","description":"should equal true","full_description":"RuboCop::AST::RegexpNode#regopt with a regexp without option should equal true","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":53,"run_time":0.000407837,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:2:2:1]","description":"should eq /.+/","full_description":"RuboCop::AST::RegexpNode#to_regexp with a regexp without option should eq /.+/","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":23,"run_time":0.000345425,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:2:3:1]","description":"should eq //ix","full_description":"RuboCop::AST::RegexpNode#to_regexp with an empty regexp with option should eq //ix","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":29,"run_time":0.000266458,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:2:4:1]","description":"should eq /.+/mix","full_description":"RuboCop::AST::RegexpNode#to_regexp with a regexp with option should eq /.+/mix","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":35,"run_time":0.000273296,"pending_message":null},{"id":"./spec/rubocop/ast/regexp_node_spec.rb[1:2:1:1]","description":"should eq //","full_description":"RuboCop::AST::RegexpNode#to_regexp with an empty regexp should eq //","status":"passed","file_path":"./spec/rubocop/ast/regexp_node_spec.rb","line_number":17,"run_time":0.000243546,"pending_message":null}],"summary":{"duration":0.342399142,"example_count":17,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"17 examples, 0 failures"}
spec/rubocop/cop/layout/space_before_comma_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":51596,"examples":[{"id":"./spec/rubocop/cop/layout/space_before_comma_spec.rb[1:6]","description":"handles more than one space before a comma","full_description":"RuboCop::Cop::Layout::SpaceBeforeComma handles more than one space before a comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comma_spec.rb","line_number":36,"run_time":0.001220004,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comma_spec.rb[1:5]","description":"auto-corrects space before comma","full_description":"RuboCop::Cop::Layout::SpaceBeforeComma auto-corrects space before comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comma_spec.rb","line_number":31,"run_time":0.000722844,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comma_spec.rb[1:4]","description":"does not register an offense for no spaces before comma","full_description":"RuboCop::Cop::Layout::SpaceBeforeComma does not register an offense for no spaces before comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comma_spec.rb","line_number":27,"run_time":0.000322688,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comma_spec.rb[1:3]","description":"registers an offense for method call arg with space before comma","full_description":"RuboCop::Cop::Layout::SpaceBeforeComma registers an offense for method call arg with space before comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comma_spec.rb","line_number":20,"run_time":0.000356442,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comma_spec.rb[1:1]","description":"registers an offense for block argument with space before comma","full_description":"RuboCop::Cop::Layout::SpaceBeforeComma registers an offense for block argument with space before comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comma_spec.rb","line_number":6,"run_time":0.01687966,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_before_comma_spec.rb[1:2]","description":"registers an offense for array index with space before comma","full_description":"RuboCop::Cop::Layout::SpaceBeforeComma registers an offense for array index with space before comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_before_comma_spec.rb","line_number":13,"run_time":0.000505365,"pending_message":null}],"summary":{"duration":0.021189246,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/layout/space_inside_parens_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":12787,"examples":[{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:1:2]","description":"accepts parentheses in block parameter list","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is no_space accepts parentheses in block parameter list","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":23,"run_time":0.2799025,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:1:5]","description":"accepts parentheses with comment and line break","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is no_space accepts parentheses with comment and line break","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":41,"run_time":0.000561122,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:1:1]","description":"registers an offense for spaces inside parens","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is no_space registers an offense for spaces inside parens","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":9,"run_time":0.000766329,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:1:4]","description":"accepts parentheses with line break","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is no_space accepts parentheses with line break","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":34,"run_time":0.000371508,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:1:3]","description":"accepts parentheses with no spaces","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is no_space accepts parentheses with no spaces","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":30,"run_time":0.038737726,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:2:3]","description":"accepts parentheses with spaces","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is space accepts parentheses with spaces","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":84,"run_time":0.000839081,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:2:4]","description":"accepts parentheses with line break","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is space accepts parentheses with line break","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":92,"run_time":0.000336346,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:2:2]","description":"registers an offense in block parameter list with no spaces","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is space registers an offense in block parameter list with no spaces","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":70,"run_time":0.01701855,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:2:5]","description":"accepts parentheses with comment and line break","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is space accepts parentheses with comment and line break","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":99,"run_time":0.000401815,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb[1:2:1]","description":"registers an offense for no spaces inside parens","full_description":"RuboCop::Cop::Layout::SpaceInsideParens when EnforcedStyle is space registers an offense for no spaces inside parens","status":"passed","file_path":"./spec/rubocop/cop/layout/space_inside_parens_spec.rb","line_number":52,"run_time":0.000791147,"pending_message":null}],"summary":{"duration":0.341287471,"example_count":10,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"10 examples, 0 failures"}
spec/rubocop/cop/style/array_join_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":55488,"examples":[{"id":"./spec/rubocop/cop/style/array_join_spec.rb[1:2]","description":"autocorrects '*' to 'join' when there are spaces","full_description":"RuboCop::Cop::Style::ArrayJoin autocorrects '*' to 'join' when there are spaces","status":"passed","file_path":"./spec/rubocop/cop/style/array_join_spec.rb","line_number":13,"run_time":0.239036409,"pending_message":null},{"id":"./spec/rubocop/cop/style/array_join_spec.rb[1:6]","description":"does not register an offense for ambiguous cases","full_description":"RuboCop::Cop::Style::ArrayJoin does not register an offense for ambiguous cases","status":"passed","file_path":"./spec/rubocop/cop/style/array_join_spec.rb","line_number":35,"run_time":0.000730747,"pending_message":null},{"id":"./spec/rubocop/cop/style/array_join_spec.rb[1:5]","description":"does not register an offense for numbers","full_description":"RuboCop::Cop::Style::ArrayJoin does not register an offense for numbers","status":"passed","file_path":"./spec/rubocop/cop/style/array_join_spec.rb","line_number":31,"run_time":0.000438869,"pending_message":null},{"id":"./spec/rubocop/cop/style/array_join_spec.rb[1:3]","description":"autocorrects '*' to 'join' when there are no spaces","full_description":"RuboCop::Cop::Style::ArrayJoin autocorrects '*' to 'join' when there are no spaces","status":"passed","file_path":"./spec/rubocop/cop/style/array_join_spec.rb","line_number":19,"run_time":0.00049379,"pending_message":null},{"id":"./spec/rubocop/cop/style/array_join_spec.rb[1:1]","description":"registers an offense for an array followed by string","full_description":"RuboCop::Cop::Style::ArrayJoin registers an offense for an array followed by string","status":"passed","file_path":"./spec/rubocop/cop/style/array_join_spec.rb","line_number":6,"run_time":0.000502168,"pending_message":null},{"id":"./spec/rubocop/cop/style/array_join_spec.rb[1:4]","description":"autocorrects '*' to 'join' when setting to a variable","full_description":"RuboCop::Cop::Style::ArrayJoin autocorrects '*' to 'join' when setting to a variable","status":"passed","file_path":"./spec/rubocop/cop/style/array_join_spec.rb","line_number":25,"run_time":0.000537718,"pending_message":null}],"summary":{"duration":0.243031997,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/ast/class_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":18204,"examples":[{"id":"./spec/rubocop/ast/class_node_spec.rb[1:3:1:1]","description":"should equal true","full_description":"RuboCop::AST::ClassNode#parent_class when a parent class is specified should equal true","status":"passed","file_path":"./spec/rubocop/ast/class_node_spec.rb","line_number":28,"run_time":0.239068099,"pending_message":null},{"id":"./spec/rubocop/ast/class_node_spec.rb[1:3:2:1]","description":"should equal nil","full_description":"RuboCop::AST::ClassNode#parent_class when no parent class is specified should equal nil","status":"passed","file_path":"./spec/rubocop/ast/class_node_spec.rb","line_number":36,"run_time":0.000366744,"pending_message":null},{"id":"./spec/rubocop/ast/class_node_spec.rb[1:2:1]","description":"should equal true","full_description":"RuboCop::AST::ClassNode#identifier should equal true","status":"passed","file_path":"./spec/rubocop/ast/class_node_spec.rb","line_number":19,"run_time":0.000259468,"pending_message":null},{"id":"./spec/rubocop/ast/class_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::ClassNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/class_node_spec.rb","line_number":11,"run_time":0.00024365,"pending_message":null},{"id":"./spec/rubocop/ast/class_node_spec.rb[1:4:3:1]","description":"should equal nil","full_description":"RuboCop::AST::ClassNode#body with an empty body should equal nil","status":"passed","file_path":"./spec/rubocop/ast/class_node_spec.rb","line_number":62,"run_time":0.000247052,"pending_message":null},{"id":"./spec/rubocop/ast/class_node_spec.rb[1:4:2:1]","description":"should equal true","full_description":"RuboCop::AST::ClassNode#body with a multi-expression body should equal true","status":"passed","file_path":"./spec/rubocop/ast/class_node_spec.rb","line_number":54,"run_time":0.036755312,"pending_message":null},{"id":"./spec/rubocop/ast/class_node_spec.rb[1:4:1:1]","description":"should equal true","full_description":"RuboCop::AST::ClassNode#body with a single expression body should equal true","status":"passed","file_path":"./spec/rubocop/ast/class_node_spec.rb","line_number":46,"run_time":0.000487305,"pending_message":null}],"summary":{"duration":0.279260681,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/ast/retry_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":37823,"examples":[{"id":"./spec/rubocop/ast/retry_node_spec.rb[1:1:1:1]","description":"should equal true","full_description":"RuboCop::AST::RetryNode.new with a retry node should equal true","status":"passed","file_path":"./spec/rubocop/ast/retry_node_spec.rb","line_number":10,"run_time":0.258704852,"pending_message":null}],"summary":{"duration":0.259764852,"example_count":1,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"1 example, 0 failures"}
spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":19040,"examples":[{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:1:1]","description":"registers an offense with a non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with an interpolated heredoc registers an offense with a non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":15,"run_time":0.000904886,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:1:2]","description":"does not register an offense with a meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with an interpolated heredoc does not register an offense with a meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":24,"run_time":0.000381583,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:3:2]","description":"does not register an offense with a meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a squiggly heredoc does not register an offense with a meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":113,"run_time":0.000332532,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:3:1]","description":"registers an offense with a non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a squiggly heredoc registers an offense with a non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":104,"run_time":0.000544733,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:2:2:1]","description":"registers an offense with a non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a non-interpolated heredoc when using double quoted delimiters registers an offense with a non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":54,"run_time":0.000374092,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:2:2:2]","description":"does not register an offense with a meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a non-interpolated heredoc when using double quoted delimiters does not register an offense with a meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":63,"run_time":0.00035744,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:2:4:1]","description":"registers an offense","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a non-interpolated heredoc when using non-word delimiters registers an offense","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":92,"run_time":0.000348654,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:2:3:2]","description":"does not register an offense with a meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a non-interpolated heredoc when using back tick delimiters does not register an offense with a meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":82,"run_time":0.000333168,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:2:3:1]","description":"registers an offense with a non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a non-interpolated heredoc when using back tick delimiters registers an offense with a non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":73,"run_time":0.000345361,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:2:1:2]","description":"does not register an offense with a meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a non-interpolated heredoc when using single quoted delimiters does not register an offense with a meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":44,"run_time":0.000336495,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:2:1:1]","description":"registers an offense with a non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a non-interpolated heredoc when using single quoted delimiters registers an offense with a non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":35,"run_time":0.00033471,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:6:1]","description":"registers an offense with a leading non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with multiple heredocs starting on the same line registers an offense with a leading non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":160,"run_time":0.000585711,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:6:2]","description":"registers an offense with a trailing non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with multiple heredocs starting on the same line registers an offense with a trailing non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":171,"run_time":0.000495678,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:6:3]","description":"does not register an offense with meaningful delimiters","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with multiple heredocs starting on the same line does not register an offense with meaningful delimiters","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":182,"run_time":0.000433102,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:4:1]","description":"registers an offense with a non-meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a naked heredoc registers an offense with a non-meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":123,"run_time":0.000350348,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:4:2]","description":"does not register an offense with a meaningful delimiter","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming with a naked heredoc does not register an offense with a meaningful delimiter","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":132,"run_time":0.000287942,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:5:1]","description":"does not register an offense when delimiter contains an underscore","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming when the delimiter contains non-letter characters does not register an offense when delimiter contains an underscore","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":142,"run_time":0.000312473,"pending_message":null},{"id":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb[1:5:2]","description":"does not register an offense when delimiter contains a number","full_description":"RuboCop::Cop::Naming::HeredocDelimiterNaming when the delimiter contains non-letter characters does not register an offense when delimiter contains a number","status":"passed","file_path":"./spec/rubocop/cop/naming/heredoc_delimiter_naming_spec.rb","line_number":150,"run_time":0.000309848,"pending_message":null}],"summary":{"duration":0.009830141,"example_count":18,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"18 examples, 0 failures"}
spec/rubocop/cop/style/random_with_offset_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":37354,"examples":[{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:22]","description":"autocorrects rand(3range) + offset","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(3range) + offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":135,"run_time":0.239572363,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:23]","description":"autocorrects rand(irange) - offset","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(irange) - offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":140,"run_time":0.000648064,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:18]","description":"autocorrects rand(int).next","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(int).next","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":115,"run_time":0.000444393,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:3]","description":"registers an offense when using rand(int).succ","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using rand(int).succ","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":22,"run_time":0.016534528,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:16]","description":"autocorrects rand(int).succ","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(int).succ","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":105,"run_time":0.000735403,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:15]","description":"autocorrects offset - rand(int)","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects offset - rand(int)","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":100,"run_time":0.000424289,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:24]","description":"autocorrects rand(erange) - offset","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(erange) - offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":145,"run_time":0.000431092,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:21]","description":"autocorrects rand(irange) + offset","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(irange) + offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":130,"run_time":0.000458329,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:26]","description":"autocorrects offset - rand(erange)","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects offset - rand(erange)","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":155,"run_time":0.000412798,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:4]","description":"registers an offense when using rand(int) - offset","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using rand(int) - offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":29,"run_time":0.000418628,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:13]","description":"autocorrects offset + rand(int)","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects offset + rand(int)","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":90,"run_time":0.000387063,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:28]","description":"autocorrects rand(erange).succ","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(erange).succ","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":165,"run_time":0.036903969,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:9]","description":"registers an offense when using Random.rand","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using Random.rand","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":64,"run_time":0.000596805,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:10]","description":"registers an offense when using rand(irange) + offset","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using rand(irange) + offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":71,"run_time":0.000435156,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:14]","description":"autocorrects rand(int) - offset","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(int) - offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":95,"run_time":0.000401423,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:8]","description":"registers an offense when using Kernel.rand","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using Kernel.rand","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":57,"run_time":0.000401639,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:7]","description":"registers an offense when using rand(int).next","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using rand(int).next","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":50,"run_time":0.000547255,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:29]","description":"does not register an offense when using range with double dots","full_description":"RuboCop::Cop::Style::RandomWithOffset does not register an offense when using range with double dots","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":170,"run_time":0.000364308,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:20]","description":"autocorrects the use of Kernel.rand","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects the use of Kernel.rand","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":125,"run_time":0.016978156,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:12]","description":"autocorrects rand(int) + offset","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(int) + offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":85,"run_time":0.000537507,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:11]","description":"registers an offense when using rand(erange) + offset","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using rand(erange) + offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":78,"run_time":0.000450025,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:27]","description":"autocorrects rand(irange).succ","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(irange).succ","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":160,"run_time":0.000484358,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:25]","description":"autocorrects offset - rand(irange)","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects offset - rand(irange)","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":150,"run_time":0.000443886,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:6]","description":"registers an offense when using rand(int).pred","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using rand(int).pred","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":43,"run_time":0.000397652,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:30]","description":"does not register an offense when using range with triple dots","full_description":"RuboCop::Cop::Style::RandomWithOffset does not register an offense when using range with triple dots","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":174,"run_time":0.000319928,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:5]","description":"registers an offense when using offset - rand(int)","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using offset - rand(int)","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":36,"run_time":0.03689881,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:17]","description":"autocorrects rand(int).pred","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects rand(int).pred","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":110,"run_time":0.000544516,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:19]","description":"autocorrects the use of Random.rand","full_description":"RuboCop::Cop::Style::RandomWithOffset autocorrects the use of Random.rand","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":120,"run_time":0.000469967,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:1]","description":"registers an offense when using rand(int) + offset","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using rand(int) + offset","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":8,"run_time":0.000388658,"pending_message":null},{"id":"./spec/rubocop/cop/style/random_with_offset_spec.rb[1:2]","description":"registers an offense when using offset + rand(int)","full_description":"RuboCop::Cop::Style::RandomWithOffset registers an offense when using offset + rand(int)","status":"passed","file_path":"./spec/rubocop/cop/style/random_with_offset_spec.rb","line_number":15,"run_time":0.000361645,"pending_message":null}],"summary":{"duration":0.361230032,"example_count":30,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"30 examples, 0 failures"}
spec/rubocop/cop/style/redundant_sort_by_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":39745,"examples":[{"id":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb[1:3]","description":"autocorrects array.sort_by do |x| x end","full_description":"RuboCop::Cop::Style::RedundantSortBy autocorrects array.sort_by do |x| x end","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb","line_number":16,"run_time":0.219813887,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb[1:4]","description":"formats the error message correctly for array.sort_by { |x| x }","full_description":"RuboCop::Cop::Style::RedundantSortBy formats the error message correctly for array.sort_by { |x| x }","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb","line_number":25,"run_time":0.000836487,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb[1:1]","description":"autocorrects array.sort_by { |x| x }","full_description":"RuboCop::Cop::Style::RedundantSortBy autocorrects array.sort_by { |x| x }","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb","line_number":6,"run_time":0.000537232,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb[1:2]","description":"autocorrects array.sort_by { |y| y }","full_description":"RuboCop::Cop::Style::RedundantSortBy autocorrects array.sort_by { |y| y }","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_sort_by_spec.rb","line_number":11,"run_time":0.000525406,"pending_message":null}],"summary":{"duration":0.22298028,"example_count":4,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"4 examples, 0 failures"}
spec/rubocop/cop/layout/tab_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":6244,"examples":[{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:9]","description":"accepts a line which begins with tab in a heredoc","full_description":"RuboCop::Cop::Layout::Tab accepts a line which begins with tab in a heredoc","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":62,"run_time":0.223014385,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:8]","description":"accepts a line which begins with tab in a string","full_description":"RuboCop::Cop::Layout::Tab accepts a line which begins with tab in a string","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":58,"run_time":0.016890116,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:13]","description":"auto-corrects a line indented with mixed whitespace","full_description":"RuboCop::Cop::Layout::Tab auto-corrects a line indented with mixed whitespace","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":80,"run_time":0.000779246,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:14]","description":"auto-corrects a line with tab in a string indented with tab","full_description":"RuboCop::Cop::Layout::Tab auto-corrects a line with tab in a string indented with tab","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":85,"run_time":0.000538452,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:4]","description":"registers offenses before __END__ but not after","full_description":"RuboCop::Cop::Layout::Tab registers offenses before __END__ but not after","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":31,"run_time":0.000406119,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:11]","description":"auto-corrects a line indented with tab","full_description":"RuboCop::Cop::Layout::Tab auto-corrects a line indented with tab","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":70,"run_time":0.000390832,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:3]","description":"registers an offense for a line indented with mixed whitespace","full_description":"RuboCop::Cop::Layout::Tab registers an offense for a line indented with mixed whitespace","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":24,"run_time":0.000365148,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:2]","description":"registers an offense for a line indented with multiple tabs","full_description":"RuboCop::Cop::Layout::Tab registers an offense for a line indented with multiple tabs","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":17,"run_time":0.000405988,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:1]","description":"registers an offense for a line indented with tab","full_description":"RuboCop::Cop::Layout::Tab registers an offense for a line indented with tab","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":10,"run_time":0.036793074,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:12]","description":"auto-corrects a line indented with multiple tabs","full_description":"RuboCop::Cop::Layout::Tab auto-corrects a line indented with multiple tabs","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":75,"run_time":0.000727883,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:10]","description":"accepts a line which begins with tab in a multiline heredoc","full_description":"RuboCop::Cop::Layout::Tab accepts a line which begins with tab in a multiline heredoc","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":66,"run_time":0.000547057,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:7]","description":"accepts a line with tab in a string","full_description":"RuboCop::Cop::Layout::Tab accepts a line with tab in a string","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":54,"run_time":0.000441799,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:6]","description":"registers an offense for tabs between string literals","full_description":"RuboCop::Cop::Layout::Tab registers an offense for tabs between string literals","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":47,"run_time":0.000381357,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:5]","description":"registers an offense for a tab other than indentation","full_description":"RuboCop::Cop::Layout::Tab registers an offense for a tab other than indentation","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":40,"run_time":0.000387461,"pending_message":null},{"id":"./spec/rubocop/cop/layout/tab_spec.rb[1:15:1]","description":"uses the configured number of spaces to replace a tab","full_description":"RuboCop::Cop::Layout::Tab custom indentation width uses the configured number of spaces to replace a tab","status":"passed","file_path":"./spec/rubocop/cop/layout/tab_spec.rb","line_number":98,"run_time":0.000402542,"pending_message":null}],"summary":{"duration":0.316795693,"example_count":15,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"15 examples, 0 failures"}
spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":18914,"examples":[{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:8:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when multiple block arguments have same name \"_\" does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":112,"run_time":0.001093596,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:4:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a block local variable has same name as an outer scope variable registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":55,"run_time":0.001521801,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:3:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a block block argument has same name as an outer scope variable registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":38,"run_time":0.001036186,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a block argument has same name as an outer scope variable registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":8,"run_time":0.017284923,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:2:1]","description":"registers an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a splat block argument has same name as an outer scope variable registers an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":23,"run_time":0.001088232,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:6:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when an outer scope variable is reassigned in a block does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":84,"run_time":0.001029987,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:9:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when multiple block arguments have a same name starts with \"_\" does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":124,"run_time":0.000577669,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:12:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a method argument has same name as an outer scope variable does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":164,"run_time":0.037402882,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:11:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a block argument has a same name starts with \"_\" as an outer scope variable does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":150,"run_time":0.00106561,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:10:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a block argument has same name \"_\" as outer scope variable \"_\" does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":136,"run_time":0.000787119,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:5:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when a block argument has different name with outer scope variables does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":71,"run_time":0.017225795,"pending_message":null},{"id":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb[1:7:1]","description":"does not register an offense","full_description":"RuboCop::Cop::Lint::ShadowingOuterLocalVariable when an outer scope variable is referenced in a block does not register an offense","status":"passed","file_path":"./spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb","line_number":98,"run_time":0.000954705,"pending_message":null}],"summary":{"duration":0.120119795,"example_count":12,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"12 examples, 0 failures"}
spec/rubocop/cop/lint/ordered_magic_comments_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45487,"examples":[{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:2]","description":"registers an offense and corrects when `coding` magic comment does not precede all other magic comments","full_description":"RuboCop::Cop::Lint::OrderedMagicComments registers an offense and corrects when `coding` magic comment does not precede all other magic comments","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":20,"run_time":0.017276087,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:5]","description":"does not register an offense when using `encoding` magic comment is first line","full_description":"RuboCop::Cop::Lint::OrderedMagicComments does not register an offense when using `encoding` magic comment is first line","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":64,"run_time":0.000515377,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:1]","description":"registers an offense and corrects when an `encoding` magic comment does not precede all other magic comments","full_description":"RuboCop::Cop::Lint::OrderedMagicComments registers an offense and corrects when an `encoding` magic comment does not precede all other magic comments","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":6,"run_time":0.000543795,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:9]","description":"does not register an offense when using `encoding: Encoding::SJIS` Hash notation after`frozen_string_literal` magic comment","full_description":"RuboCop::Cop::Lint::OrderedMagicComments does not register an offense when using `encoding: Encoding::SJIS` Hash notation after`frozen_string_literal` magic comment","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":94,"run_time":0.000750631,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:7]","description":"does not register an offense when using `encoding` magic comment only","full_description":"RuboCop::Cop::Lint::OrderedMagicComments does not register an offense when using `encoding` magic comment only","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":81,"run_time":0.000276473,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:4]","description":"registers an offense and corrects when using `frozen_string_literal` magic comment is next of shebang","full_description":"RuboCop::Cop::Lint::OrderedMagicComments registers an offense and corrects when using `frozen_string_literal` magic comment is next of shebang","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":48,"run_time":0.000566984,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:8]","description":"does not register an offense when using `frozen_string_literal` magic comment only","full_description":"RuboCop::Cop::Lint::OrderedMagicComments does not register an offense when using `frozen_string_literal` magic comment only","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":87,"run_time":0.000715049,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:6]","description":"does not register an offense when using `encoding` magic comment is next of shebang","full_description":"RuboCop::Cop::Lint::OrderedMagicComments does not register an offense when using `encoding` magic comment is next of shebang","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":72,"run_time":0.000407311,"pending_message":null},{"id":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb[1:3]","description":"registers an offense and corrects when `-*- encoding : ascii-8bit -*-` magic comment does not precede all other magic comments","full_description":"RuboCop::Cop::Lint::OrderedMagicComments registers an offense and corrects when `-*- encoding : ascii-8bit -*-` magic comment does not precede all other magic comments","status":"passed","file_path":"./spec/rubocop/cop/lint/ordered_magic_comments_spec.rb","line_number":34,"run_time":0.000594698,"pending_message":null}],"summary":{"duration":0.059140177,"example_count":9,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"9 examples, 0 failures"}
spec/rubocop/cop/style/struct_inheritance_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":48828,"examples":[{"id":"./spec/rubocop/cop/style/struct_inheritance_spec.rb[1:1]","description":"registers an offense when extending instance of Struct","full_description":"RuboCop::Cop::Style::StructInheritance registers an offense when extending instance of Struct","status":"passed","file_path":"./spec/rubocop/cop/style/struct_inheritance_spec.rb","line_number":6,"run_time":0.239099642,"pending_message":null},{"id":"./spec/rubocop/cop/style/struct_inheritance_spec.rb[1:5]","description":"accepts assignment to Struct.new","full_description":"RuboCop::Cop::Style::StructInheritance accepts assignment to Struct.new","status":"passed","file_path":"./spec/rubocop/cop/style/struct_inheritance_spec.rb","line_number":36,"run_time":0.000626728,"pending_message":null},{"id":"./spec/rubocop/cop/style/struct_inheritance_spec.rb[1:4]","description":"accepts extending DelegateClass","full_description":"RuboCop::Cop::Style::StructInheritance accepts extending DelegateClass","status":"passed","file_path":"./spec/rubocop/cop/style/struct_inheritance_spec.rb","line_number":29,"run_time":0.000430066,"pending_message":null},{"id":"./spec/rubocop/cop/style/struct_inheritance_spec.rb[1:3]","description":"accepts plain class","full_description":"RuboCop::Cop::Style::StructInheritance accepts plain class","status":"passed","file_path":"./spec/rubocop/cop/style/struct_inheritance_spec.rb","line_number":22,"run_time":0.000298602,"pending_message":null},{"id":"./spec/rubocop/cop/style/struct_inheritance_spec.rb[1:2]","description":"registers an offense when extending instance of Struct with do ... end","full_description":"RuboCop::Cop::Style::StructInheritance registers an offense when extending instance of Struct with do ... end","status":"passed","file_path":"./spec/rubocop/cop/style/struct_inheritance_spec.rb","line_number":14,"run_time":0.000622303,"pending_message":null},{"id":"./spec/rubocop/cop/style/struct_inheritance_spec.rb[1:6]","description":"accepts assignment to block form of Struct.new","full_description":"RuboCop::Cop::Style::StructInheritance accepts assignment to block form of Struct.new","status":"passed","file_path":"./spec/rubocop/cop/style/struct_inheritance_spec.rb","line_number":40,"run_time":0.037124914,"pending_message":null}],"summary":{"duration":0.279438195,"example_count":6,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"6 examples, 0 failures"}
spec/rubocop/cop/layout/space_after_comma_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":23262,"examples":[{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:1:2:1]","description":"accepts the last comma","full_description":"RuboCop::Cop::Layout::SpaceAfterComma block argument commas without space behaves like trailing comma accepts the last comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":26,"run_time":0.000780274,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:1:1:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Layout::SpaceAfterComma block argument commas without space behaves like ends with an item does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":19,"run_time":0.017098767,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:1:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Layout::SpaceAfterComma block argument commas without space behaves like ends with an item registers an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":12,"run_time":0.000625409,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:3:1:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Layout::SpaceAfterComma method call arg commas without space behaves like ends with an item does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":19,"run_time":0.000471852,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:3:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Layout::SpaceAfterComma method call arg commas without space behaves like ends with an item registers an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":12,"run_time":0.000327213,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:2:2:1]","description":"accepts the last comma","full_description":"RuboCop::Cop::Layout::SpaceAfterComma array index commas without space behaves like trailing comma accepts the last comma","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":26,"run_time":0.000347593,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:2:1:1]","description":"registers an offense","full_description":"RuboCop::Cop::Layout::SpaceAfterComma array index commas without space behaves like ends with an item registers an offense","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":12,"run_time":0.000341231,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:2:1:2]","description":"does auto-correction","full_description":"RuboCop::Cop::Layout::SpaceAfterComma array index commas without space behaves like ends with an item does auto-correction","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":19,"run_time":0.000403466,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:4:2:2]","description":"accepts no space between a comma and a closing brace","full_description":"RuboCop::Cop::Layout::SpaceAfterComma inside hash braces when EnforcedStyle for SpaceInsideBlockBraces is no_space accepts no space between a comma and a closing brace","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":81,"run_time":0.000730662,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:4:2:1:1]","description":"accepts a space between a comma and a closing brace","full_description":"RuboCop::Cop::Layout::SpaceAfterComma inside hash braces when EnforcedStyle for SpaceInsideBlockBraces is no_space behaves like common behavior accepts a space between a comma and a closing brace","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":53,"run_time":0.000360754,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:4:1:2]","description":"registers an offense for no space between a comma and a closing brace","full_description":"RuboCop::Cop::Layout::SpaceAfterComma inside hash braces when EnforcedStyle for SpaceInsideBlockBraces is space registers an offense for no space between a comma and a closing brace","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":65,"run_time":0.000406133,"pending_message":null},{"id":"./spec/rubocop/cop/layout/space_after_comma_spec.rb[1:4:1:1:1]","description":"accepts a space between a comma and a closing brace","full_description":"RuboCop::Cop::Layout::SpaceAfterComma inside hash braces when EnforcedStyle for SpaceInsideBlockBraces is space behaves like common behavior accepts a space between a comma and a closing brace","status":"passed","file_path":"./spec/rubocop/cop/layout/space_after_comma_spec.rb","line_number":53,"run_time":0.000319925,"pending_message":null}],"summary":{"duration":0.060626255,"example_count":12,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"12 examples, 0 failures"}
spec/rubocop/cop/style/or_assignment_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":9309,"examples":[{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:9]","description":"does not register an offense if any of the variables are different","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var does not register an offense if any of the variables are different","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":207,"run_time":0.239825479,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:4]","description":"registers an offense for global variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var registers an offense for global variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":184,"run_time":0.000669764,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:5]","description":"autocorrects normal variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var autocorrects normal variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":191,"run_time":0.000471936,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:1]","description":"registers an offense for normal variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var registers an offense for normal variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":163,"run_time":0.000444394,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:6]","description":"autocorrects instance variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var autocorrects instance variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":195,"run_time":0.000403574,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:7]","description":"autocorrects class variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var autocorrects class variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":199,"run_time":0.036943913,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:3]","description":"registers an offense for class variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var registers an offense for class variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":177,"run_time":0.000688204,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:8]","description":"autocorrects global variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var autocorrects global variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":203,"run_time":0.000453357,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:3:2]","description":"registers an offense for instance variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = something unless var registers an offense for instance variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":170,"run_time":0.000444853,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:8]","description":"autocorrects global variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something autocorrects global variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":49,"run_time":0.00046623,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:7]","description":"autocorrects class variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something autocorrects class variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":45,"run_time":0.000423221,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:9]","description":"does not register an offense if any of the variables are different","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something does not register an offense if any of the variables are different","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":53,"run_time":0.017180931,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:3]","description":"registers an offense with class variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something registers an offense with class variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":23,"run_time":0.000581237,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:5]","description":"autocorrects normal variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something autocorrects normal variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":37,"run_time":0.000480398,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:2]","description":"registers an offense with instance variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something registers an offense with instance variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":16,"run_time":0.000460142,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:4]","description":"registers an offense with global variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something registers an offense with global variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":30,"run_time":0.000446757,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:1]","description":"registers an offense with normal variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something registers an offense with normal variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":9,"run_time":0.00043862,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:1:6]","description":"autocorrects instance variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = var ? var : something autocorrects instance variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":41,"run_time":0.016766949,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:3]","description":"registers an offense for class variables","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end registers an offense for class variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":238,"run_time":0.000951341,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:8]","description":"autocorrects global variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end autocorrects global variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":288,"run_time":0.000587575,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:4]","description":"registers an offense for global variables","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end registers an offense for global variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":248,"run_time":0.000557728,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:1]","description":"registers an offense for normal variables","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end registers an offense for normal variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":218,"run_time":0.000556425,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:5]","description":"autocorrects normal variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end autocorrects normal variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":258,"run_time":0.037059344,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:2]","description":"registers an offense for instance variables","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end registers an offense for instance variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":228,"run_time":0.000876956,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:7]","description":"autocorrects class variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end autocorrects class variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":278,"run_time":0.000567295,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:9]","description":"does not register an offense if any of the variables are different","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end does not register an offense if any of the variables are different","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":298,"run_time":0.000406526,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:4:6]","description":"autocorrects instance variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using unless var; var = something; end autocorrects instance variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":268,"run_time":0.000492213,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:9]","description":"does not register an offense if any of the variables are different","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end does not register an offense if any of the variables are different","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":144,"run_time":0.017304612,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:3]","description":"registers an offense with class variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end registers an offense with class variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":82,"run_time":0.000784703,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:8]","description":"autocorrects global variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end autocorrects global variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":134,"run_time":0.000518845,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:6]","description":"autocorrects instance variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end autocorrects instance variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":114,"run_time":0.000471262,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:4]","description":"registers an offense with global variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end registers an offense with global variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":93,"run_time":0.000513985,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:7]","description":"autocorrects class variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end autocorrects class variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":124,"run_time":0.000490956,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:5]","description":"autocorrects normal variables to `var ||= something`","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end autocorrects normal variables to `var ||= something`","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":104,"run_time":0.037350386,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:2]","description":"registers an offense with instance variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end registers an offense with instance variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":71,"run_time":0.00071285,"pending_message":null},{"id":"./spec/rubocop/cop/style/or_assignment_spec.rb[1:2:1]","description":"registers an offense with normal variables","full_description":"RuboCop::Cop::Style::OrAssignment when using var = if var; var; else; something; end registers an offense with normal variables","status":"passed","file_path":"./spec/rubocop/cop/style/or_assignment_spec.rb","line_number":60,"run_time":0.000525938,"pending_message":null}],"summary":{"duration":0.422047531,"example_count":36,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"36 examples, 0 failures"}
spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":53079,"examples":[{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:3]","description":"registers an offense for rescue section starting with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords registers an offense for rescue section starting with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":9,"run_time":0.258993826,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:9]","description":"accepts no empty line","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords accepts no empty line","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":22,"run_time":0.000715828,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:12]","description":"accepts empty method definition","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords accepts empty method definition","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":22,"run_time":0.000363487,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:10]","description":"accepts empty lines around begin body","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords accepts empty lines around begin body","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":22,"run_time":0.000314492,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:2]","description":"autocorrects for above rescue keyword with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords autocorrects for above rescue keyword with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":15,"run_time":0.0005482,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:11]","description":"accepts empty begin","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords accepts empty begin","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":22,"run_time":0.00061171,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:1]","description":"registers an offense for above rescue keyword with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords registers an offense for above rescue keyword with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":9,"run_time":0.000556139,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:5]","description":"registers an offense for rescue section ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords registers an offense for rescue section ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":9,"run_time":0.000491494,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:6]","description":"autocorrects for rescue section ending with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords autocorrects for rescue section ending with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":15,"run_time":0.000757188,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:4]","description":"autocorrects for rescue section starting with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords autocorrects for rescue section starting with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":15,"run_time":0.000488681,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:7]","description":"registers an offense for rescue section ending for method definition with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords registers an offense for rescue section ending for method definition with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":9,"run_time":0.000665722,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:8]","description":"autocorrects for rescue section ending for method definition with a blank","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords autocorrects for rescue section ending for method definition with a blank","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":15,"run_time":0.001123405,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:13:2]","description":"autocorrects","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords with complex begin-end autocorrects","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":189,"run_time":0.001499092,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:13:1]","description":"registers many offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords with complex begin-end registers many offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":184,"run_time":0.017254138,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:14:2]","description":"autocorrects","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords with complex method definition autocorrects","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":247,"run_time":0.001630822,"pending_message":null},{"id":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb[1:14:1]","description":"registers many offenses","full_description":"RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords with complex method definition registers many offenses","status":"passed","file_path":"./spec/rubocop/cop/layout/empty_lines_around_exception_handling_keywords_spec.rb","line_number":242,"run_time":0.001020619,"pending_message":null}],"summary":{"duration":0.341567907,"example_count":16,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"16 examples, 0 failures"}
spec/rubocop/remote_config_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":59791,"examples":[{"id":"./spec/rubocop/remote_config_spec.rb[1:1:3]","description":"downloads the file if cache lifetime has been reached","full_description":"RuboCop::RemoteConfig.file downloads the file if cache lifetime has been reached","status":"passed","file_path":"./spec/rubocop/remote_config_spec.rb","line_number":37,"run_time":0.026576149,"pending_message":null},{"id":"./spec/rubocop/remote_config_spec.rb[1:1:2]","description":"does not download the file if cache lifetime has not been reached","full_description":"RuboCop::RemoteConfig.file does not download the file if cache lifetime has not been reached","status":"passed","file_path":"./spec/rubocop/remote_config_spec.rb","line_number":30,"run_time":0.000537815,"pending_message":null},{"id":"./spec/rubocop/remote_config_spec.rb[1:1:1]","description":"downloads the file if the file does not exist","full_description":"RuboCop::RemoteConfig.file downloads the file if the file does not exist","status":"passed","file_path":"./spec/rubocop/remote_config_spec.rb","line_number":25,"run_time":0.001904999,"pending_message":null},{"id":"./spec/rubocop/remote_config_spec.rb[1:1:5:1]","description":"reuses the existing cached file","full_description":"RuboCop::RemoteConfig.file when the remote URL responds with not modified reuses the existing cached file","status":"passed","file_path":"./spec/rubocop/remote_config_spec.rb","line_number":67,"run_time":0.00289974,"pending_message":null},{"id":"./spec/rubocop/remote_config_spec.rb[1:1:4:1]","description":"follows the redirect and downloads the file","full_description":"RuboCop::RemoteConfig.file when the remote URL responds with redirect follows the redirect and downloads the file","status":"passed","file_path":"./spec/rubocop/remote_config_spec.rb","line_number":55,"run_time":0.038069931,"pending_message":null},{"id":"./spec/rubocop/remote_config_spec.rb[1:1:7:1]","description":"raises error","full_description":"RuboCop::RemoteConfig.file when the remote URL responds with 500 raises error","status":"passed","file_path":"./spec/rubocop/remote_config_spec.rb","line_number":94,"run_time":0.002067478,"pending_message":null},{"id":"./spec/rubocop/remote_config_spec.rb[1:1:6:1]","description":"reuses the existing cached file","full_description":"RuboCop::RemoteConfig.file when the network is inaccessible reuses the existing cached file","status":"passed","file_path":"./spec/rubocop/remote_config_spec.rb","line_number":83,"run_time":0.017331011,"pending_message":null}],"summary":{"duration":0.107206799,"example_count":7,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"7 examples, 0 failures"}
spec/rubocop/ast/module_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":4680,"examples":[{"id":"./spec/rubocop/ast/module_node_spec.rb[1:1:1]","description":"should equal true","full_description":"RuboCop::AST::ModuleNode.new should equal true","status":"passed","file_path":"./spec/rubocop/ast/module_node_spec.rb","line_number":11,"run_time":0.238710774,"pending_message":null},{"id":"./spec/rubocop/ast/module_node_spec.rb[1:3:2:1]","description":"should equal true","full_description":"RuboCop::AST::ModuleNode#body with a multi-expression body should equal true","status":"passed","file_path":"./spec/rubocop/ast/module_node_spec.rb","line_number":36,"run_time":0.000582707,"pending_message":null},{"id":"./spec/rubocop/ast/module_node_spec.rb[1:3:3:1]","description":"should equal nil","full_description":"RuboCop::AST::ModuleNode#body with an empty body should equal nil","status":"passed","file_path":"./spec/rubocop/ast/module_node_spec.rb","line_number":44,"run_time":0.000260603,"pending_message":null},{"id":"./spec/rubocop/ast/module_node_spec.rb[1:3:1:1]","description":"should equal true","full_description":"RuboCop::AST::ModuleNode#body with a single expression body should equal true","status":"passed","file_path":"./spec/rubocop/ast/module_node_spec.rb","line_number":28,"run_time":0.000275867,"pending_message":null},{"id":"./spec/rubocop/ast/module_node_spec.rb[1:2:1]","description":"should equal true","full_description":"RuboCop::AST::ModuleNode#identifier should equal true","status":"passed","file_path":"./spec/rubocop/ast/module_node_spec.rb","line_number":19,"run_time":0.000231575,"pending_message":null}],"summary":{"duration":0.241595807,"example_count":5,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"5 examples, 0 failures"}
spec/rubocop/ast/break_node_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":47072,"examples":[{"id":"./spec/rubocop/ast/break_node_spec.rb[1:1:1:1]","description":"should equal true","full_description":"RuboCop::AST::BreakNode.new with a break node should equal true","status":"passed","file_path":"./spec/rubocop/ast/break_node_spec.rb","line_number":10,"run_time":0.222554284,"pending_message":null}],"summary":{"duration":0.22367267,"example_count":1,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"1 example, 0 failures"}
spec/rubocop/cop/style/multiline_block_chain_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":43778,"examples":[{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:2]","description":"accepts a chain of blocks spanning one line","full_description":"RuboCop::Cop::Style::MultilineBlockChain accepts a chain of blocks spanning one line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":62,"run_time":0.318638717,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:4]","description":"accepts a chain of calls followed by a multi-line block","full_description":"RuboCop::Cop::Style::MultilineBlockChain accepts a chain of calls followed by a multi-line block","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":77,"run_time":0.000821025,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:3]","description":"accepts a multi-line block chained with calls on one line","full_description":"RuboCop::Cop::Style::MultilineBlockChain accepts a multi-line block chained with calls on one line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":69,"run_time":0.000416523,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:1:5]","description":"accepts a chain where the first block is single-line","full_description":"RuboCop::Cop::Style::MultilineBlockChain with multi-line block chaining accepts a chain where the first block is single-line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":53,"run_time":0.000800733,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:1:3]","description":"registers two offenses for a chain of three blocks","full_description":"RuboCop::Cop::Style::MultilineBlockChain with multi-line block chaining registers two offenses for a chain of three blocks","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":29,"run_time":0.000745906,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:1:1]","description":"registers an offense for a simple case","full_description":"RuboCop::Cop::Style::MultilineBlockChain with multi-line block chaining registers an offense for a simple case","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":7,"run_time":0.016975629,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:1:2]","description":"registers an offense for a slightly more complicated case","full_description":"RuboCop::Cop::Style::MultilineBlockChain with multi-line block chaining registers an offense for a slightly more complicated case","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":18,"run_time":0.000689173,"pending_message":null},{"id":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb[1:1:4]","description":"registers an offense for a chain where the second block is single-line","full_description":"RuboCop::Cop::Style::MultilineBlockChain with multi-line block chaining registers an offense for a chain where the second block is single-line","status":"passed","file_path":"./spec/rubocop/cop/style/multiline_block_chain_spec.rb","line_number":43,"run_time":0.000722095,"pending_message":null}],"summary":{"duration":0.341529256,"example_count":8,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"8 examples, 0 failures"}
spec/rubocop/cop/style/constant_visibility_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":45911,"examples":[{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:4]","description":"does not register an offense in the top level scope","full_description":"RuboCop::Cop::Style::ConstantVisibility does not register an offense in the top level scope","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":84,"run_time":0.00059822,"pending_message":null},{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:3]","description":"does not register an offense when passing a string to the visibility declaration","full_description":"RuboCop::Cop::Style::ConstantVisibility does not register an offense when passing a string to the visibility declaration","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":74,"run_time":0.000682167,"pending_message":null},{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:2:2]","description":"does not register an offense when using a visibility declaration","full_description":"RuboCop::Cop::Style::ConstantVisibility when defining a constant in a module does not register an offense when using a visibility declaration","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":64,"run_time":0.000537495,"pending_message":null},{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:2:1]","description":"registers an offense when not using a visibility declaration","full_description":"RuboCop::Cop::Style::ConstantVisibility when defining a constant in a module registers an offense when not using a visibility declaration","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":55,"run_time":0.000497547,"pending_message":null},{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:1:2:3]","description":"does not register an offense when using a visibility declaration","full_description":"RuboCop::Cop::Style::ConstantVisibility when defining a constant in a class with a multi-statement body does not register an offense when using a visibility declaration","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":43,"run_time":0.000520293,"pending_message":null},{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:1:2:2]","description":"registers an offense when there is no matching visibility declaration","full_description":"RuboCop::Cop::Style::ConstantVisibility when defining a constant in a class with a multi-statement body registers an offense when there is no matching visibility declaration","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":31,"run_time":0.037370761,"pending_message":null},{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:1:2:1]","description":"registers an offense when not using a visibility declaration","full_description":"RuboCop::Cop::Style::ConstantVisibility when defining a constant in a class with a multi-statement body registers an offense when not using a visibility declaration","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":21,"run_time":0.000756612,"pending_message":null},{"id":"./spec/rubocop/cop/style/constant_visibility_spec.rb[1:1:1:1]","description":"registers an offense when not using a visibility declaration","full_description":"RuboCop::Cop::Style::ConstantVisibility when defining a constant in a class with a single-statement body registers an offense when not using a visibility declaration","status":"passed","file_path":"./spec/rubocop/cop/style/constant_visibility_spec.rb","line_number":10,"run_time":0.000486722,"pending_message":null}],"summary":{"duration":0.04294716,"example_count":8,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"8 examples, 0 failures"}
spec/rubocop/cop/style/redundant_freeze_spec.rb:{"version":"3.8.0","messages":["Run options: include {:focus=>true}","\nAll examples were filtered out; ignoring {:focus=>true}"],"seed":18500,"examples":[{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:22]","description":"allows .freeze on method call","full_description":"RuboCop::Cop::Style::RedundantFreeze allows .freeze on method call","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":52,"run_time":0.238944475,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:12:1]","description":"allows [1, 2, 3] with freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like mutable objects allows [1, 2, 3] with freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":35,"run_time":0.000693977,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:16:1]","description":"allows /./ with freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like mutable objects allows /./ with freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":35,"run_time":0.000514991,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:19:1]","description":"allows ('a' + 'b') with freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like mutable objects allows ('a' + 'b') with freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":35,"run_time":0.017011027,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:9:1]","description":"registers an offense for frozen ('a' > 'b')","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutable objects registers an offense for frozen ('a' > 'b')","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":9,"run_time":0.000777157,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:9:2]","description":"auto-corrects by removing .freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutable objects auto-corrects by removing .freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":15,"run_time":0.000616135,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:18:1]","description":"allows (1...5) with freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like mutable objects allows (1...5) with freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":35,"run_time":0.000535336,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:20:1]","description":"allows ('a' * 20) with freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like mutable objects allows ('a' * 20) with freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":35,"run_time":0.000471001,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:8:1]","description":"registers an offense for frozen (2 > 1)","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutable objects registers an offense for frozen (2 > 1)","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":9,"run_time":0.000854831,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:8:2]","description":"auto-corrects by removing .freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutable objects auto-corrects by removing .freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":15,"run_time":0.000538213,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:3:1]","description":"registers an offense for frozen :sym","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutable objects registers an offense for frozen :sym","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":9,"run_time":0.000383117,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:3:2]","description":"auto-corrects by removing .freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutable objects auto-corrects by removing .freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":15,"run_time":0.000402925,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:13:1]","description":"allows { a: 1, b: 2 } with freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like mutable objects allows { a: 1, b: 2 } with freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":35,"run_time":0.000556167,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:1:2]","description":"auto-corrects by removing .freeze","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutable objects auto-corrects by removing .freeze","status":"passed","file_path":"./spec/rubocop/cop/style/redundant_freeze_spec.rb","line_number":15,"run_time":0.000441953,"pending_message":null},{"id":"./spec/rubocop/cop/style/redundant_freeze_spec.rb[1:1:1]","description":"registers an offense for frozen 1","full_description":"RuboCop::Cop::Style::RedundantFreeze behaves like immutab
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment