mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
Github => GitHub
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Go Report Card
|
||||
|
||||
A web application that generates a report on the quality of an open source go project. It uses several measures, including `gofmt`, `go vet`, `go lint` and `gocyclo`. To get a report on your own project, try using the hosted version of this code running at [goreportcard.com](http://goreportcard.com). Currently this is limited to projects hosted on Github, but there is an [open issue](https://github.com/gojp/goreportcard/issues/51) to support all publicly hosted repos.
|
||||
A web application that generates a report on the quality of an open source go project. It uses several measures, including `gofmt`, `go vet`, `go lint` and `gocyclo`. To get a report on your own project, try using the hosted version of this code running at [goreportcard.com](http://goreportcard.com). Currently this is limited to projects hosted on GitHub, but there is an [open issue](https://github.com/gojp/goreportcard/issues/51) to support all publicly hosted repos.
|
||||
|
||||
### Installation
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<a href="/high_scores">High Scores</a>
|
||||
</span>
|
||||
<span class="header-item">
|
||||
<a href="https://github.com/gojp/goreportcard">Github</a>
|
||||
<a href="https://github.com/gojp/goreportcard">GitHub</a>
|
||||
</span>
|
||||
<span class="header-item is-active">
|
||||
<a href="/about">About</a>
|
||||
@@ -56,7 +56,7 @@
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">About</h1>
|
||||
<p>Go Report Card was initially developed during <a href="http://gophergala.com/blog/gopher/gala/2015/02/03/winners/">Gopher Gala 2015</a>. It is free, open source and run by volunteers. If you feel like there is something that could be improved, we encourage you to <a href="https://github.com/gojp/goreportcard">open an issue or contribute on Github</a>!</p>
|
||||
<p>Go Report Card was initially developed during <a href="http://gophergala.com/blog/gopher/gala/2015/02/03/winners/">Gopher Gala 2015</a>. It is free, open source and run by volunteers. If you feel like there is something that could be improved, we encourage you to <a href="https://github.com/gojp/goreportcard">open an issue or contribute on GitHub</a>!</p>
|
||||
<hr>
|
||||
<h3 class="subtitle">Credits</h3>
|
||||
<p>The Go gopher on the home page was designed by <a href="http://reneefrench.blogspot.com/">Renée French</a>.</p>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<a href="/high_scores">High Scores</a>
|
||||
</span>
|
||||
<span class="header-item">
|
||||
<a href="https://github.com/gojp/goreportcard">Github</a>
|
||||
<a href="https://github.com/gojp/goreportcard">GitHub</a>
|
||||
</span>
|
||||
<span class="header-item">
|
||||
<a href="/about">About</a>
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
<a href="/high_scores">High Scores</a>
|
||||
</span>
|
||||
<span class="header-item">
|
||||
<a href="https://github.com/gojp/goreportcard">Github</a>
|
||||
<a href="https://github.com/gojp/goreportcard">GitHub</a>
|
||||
</span>
|
||||
<span class="header-item">
|
||||
<a href="/about">About</a>
|
||||
|
||||
Reference in New Issue
Block a user