{"id":23190167,"url":"https://github.com/sea-aye/look-out","last_synced_at":"2025-08-18T19:31:39.611Z","repository":{"id":52420584,"uuid":"163025067","full_name":"sea-aye/look-out","owner":"sea-aye","description":"Report stats to Sea Aye services from your ruby project. Look Out is In charge of the observation of the code for hazards. ","archived":false,"fork":false,"pushed_at":"2021-04-29T19:28:38.000Z","size":115,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-16T17:39:49.640Z","etag":null,"topics":["code-quality","continuous-integration","gem","reporter","rspec","ruby","simplecov","velocity"],"latest_commit_sha":null,"homepage":"https://www.sea-aye.com","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sea-aye.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-24T21:42:31.000Z","updated_at":"2023-02-13T17:06:59.000Z","dependencies_parsed_at":"2022-08-20T23:40:50.555Z","dependency_job_id":null,"html_url":"https://github.com/sea-aye/look-out","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sea-aye%2Flook-out","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sea-aye%2Flook-out/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sea-aye%2Flook-out/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sea-aye%2Flook-out/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sea-aye","download_url":"https://codeload.github.com/sea-aye/look-out/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230235888,"owners_count":18194651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-quality","continuous-integration","gem","reporter","rspec","ruby","simplecov","velocity"],"created_at":"2024-12-18T12:13:31.201Z","updated_at":"2024-12-18T12:13:31.877Z","avatar_url":"https://github.com/sea-aye.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Look Out\n\nIn charge of the observation of the code for hazards.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\n\ngroup :development, :test do\n    gem 'look_out', require: false\nend\n\n```\n\nAnd then initialize:\n\n```ruby\n# spec/spec_helper.rb\n\nrequire 'look_out'\nLookOut.configure do |config|\n  config.api_key = '123'\n  config.user = `git config user.name`.chomp\nend\n\n```\n\nAdd to your `.rspec`\n\n```\n\n--require 'look_out/rspec/look_out_formatter'\n--format LookOut::RSpec::LookOutFormatter\n\n# Make sure you have a formatter after this one in your .rspec or there will\n# be no output from your spec suite. For example:\n\n--format doc\n\n# or\n\n--format progress\n\n```\n\n#### VCR\n\nIf you're using VCR it may raise an exception for an unexpected HTTP request. If\nso you can ignore it with:\n\n```\n\nVCR.configure do |config|\n  ...\n  config.ignore_hosts 'api.sea-aye.com'\n  ...\nend\n\n```\n\n\n## Usage\n\nRun specs just like normal!\n\nIf you're running your specs against merged code you can force reporting for the\ncorrect sha by setting a special environment variable.\n\n```\nexport GIT_COMMIT_SHA='the-real-sha-aavvcc'\n```\n\n## Contributing\n\nBug reports and pull requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsea-aye%2Flook-out","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsea-aye%2Flook-out","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsea-aye%2Flook-out/lists"}