Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

include mass in description #77

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unused method from spec
  • Loading branch information
ABaldwinHunter committed Jan 15, 2016
commit cf57d116b817fd75fb9d201f91630ba90c5751fa
5 changes: 0 additions & 5 deletions spec/cc/engine/analyzers/php/main_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@
end
end

def printed_issue
issue = {"type":"issue","check_name":"Identical code","description":"Similar code found in 1 other location","categories":["Duplication"],"location":{"path":"foo.php","lines":{"begin":2,"end":6}},"remediation_points":176000,"other_locations":[{"path":"foo.php","lines":{"begin":10,"end":14}}],"content":{"body": read_up}}
issue.to_json + "\0\n"
end

def engine_conf
CC::Engine::Analyzers::EngineConfig.new({
'config' => {
Expand Down