| File | Type | Line # | Line inspect |
|---|---|---|---|
| /home/zev/examp/kwala/bin/kwala | Line length > 100 | 51 | " puts \" --yaml, -y (yaml debug file name): The name of a file to save yaml debug information to.\"\n" |
| /home/zev/examp/kwala/bin/kwala | Line length > 100 | 141 | " ruby_files, test_files = ProjectBuilderUtils.get_ruby_and_unit_test_files(context.project_directory)\n" |
| /home/zev/examp/kwala/lib/kwala/actions/code_change.rb | Line length > 100 | 91 | " rep_new_methods = rep_new_methods.find_all {|f| !filter_method_from_classes?(f, rep_new_classes)}\n" |
| /home/zev/examp/kwala/lib/kwala/actions/code_change.rb | Line length > 100 | 92 | " rep_remove_methods = rep_remove_methods.find_all {|f| !filter_method_from_classes?(f, rep_remove_classes)}\n" |
| /home/zev/examp/kwala/lib/kwala/actions/code_change.rb | Line length > 100 | 94 | " rep_new_class_methods, rep_new_instance_methods = rep_new_methods.partition {|m| m =~ /-c\\.yaml$/}\n" |
| /home/zev/examp/kwala/lib/kwala/actions/code_change.rb | Line length > 100 | 95 | " rep_remove_class_methods, rep_remove_instance_methods = rep_remove_methods.partition {|m| m =~ /-c\\.yaml$/}\n" |
| /home/zev/examp/kwala/lib/kwala/actions/code_duplication.rb | Line length > 100 | 67 | " (Amrita::e(:a, :href=>\"\#{context.project_name}_code_duplication.html\") { \"Code Duplication Details\" })\n" |
| /home/zev/examp/kwala/lib/kwala/actions/code_duplication.rb | Line length > 100 | 117 | " d[:duplicate][:entry_num] = Amrita::a(:name=>\"\#{d[:duplicate][:entry_num]}\") {d[:duplicate][:entry_num]}\n" |
| /home/zev/examp/kwala/lib/kwala/actions/syntax_check.rb | Line length > 100 | 69 | " entry[:file_name_link] = Amrita::a(:href => \"\#{syntax_base}\\#\#{entry[:file_name]}\") { entry[:file_name] }\n" |
| /home/zev/examp/kwala/lib/kwala/actions/unit_test.rb | Line length > 100 | 109 | " entry[:warnings] = entry[:warnings].empty? ? nil : entry[:warnings].to_a.map {|d| {:warning => d} }\n" |
| /home/zev/examp/kwala/lib/kwala/actions/unit_test.rb | Trailing White Space | 264 | " \n" |