Herman Schaaf
cdbe3cba31
Add errcheck check
2016-06-15 17:12:22 +08:00
Shawn Smith
a1f8fb1266
#95 use Sprintf
2016-06-13 01:26:41 +09:00
Shawn Smith
7fb8943f47
#95 remove extra var
2016-06-13 01:15:34 +09:00
Shawn Smith
122f58ead5
#95 fix line number links for golang.org packages
2016-06-13 01:08:05 +09:00
Shawn Smith
5de474ef7b
use gometalinter for calling misspell, closes #135
2016-06-12 14:16:55 +09:00
Shawn Smith
61771ca502
remove misspell installation from make install (now installed via gometalinter)
2016-06-12 14:08:04 +09:00
Shawn Smith
7e196d298c
only test our own code
2016-06-12 14:07:28 +09:00
Shawn Smith
f9dc91dcbe
remove godep installation from make install
2016-06-12 14:04:49 +09:00
Herman Schaaf
717a80b4b1
Host bulma version locally
2016-05-31 22:51:24 +08:00
Herman Schaaf
615fd62555
Use url-encoded grade in tweet
2016-05-31 22:26:50 +08:00
Herman Schaaf
55ed158948
Custom 404 page
...
Closes #101
2016-05-30 21:23:58 +08:00
Herman Schaaf
71b7d29b56
Add tweet button
...
Closes #122
2016-05-30 21:03:03 +08:00
Herman Schaaf
b3c66ca463
Change repo title to link if it is an allowed domain
...
Closes #131
2016-05-30 20:43:42 +08:00
Shawn Smith
5654ccd6a5
add slashes before and after skipDir when checking path rather than changing the strings in skipDirs directly
2016-05-16 01:31:43 +09:00
Shawn Smith
7ea0d80bb7
Revert "prepend skip dirs with slash so tools like govendor can still have a report"
...
This reverts commit 43b4abfd9a .
2016-05-16 01:29:15 +09:00
Shawn Smith
43b4abfd9a
prepend skip dirs with slash so tools like govendor can still have a report
2016-05-15 01:51:06 +09:00
Shawn Smith
310c6951fc
fix golint in gometalinter
2016-05-15 01:14:56 +09:00
Shawn Smith
4954acc259
fix go vet error
2016-05-13 01:17:54 +09:00
Shawn Smith
058c07cca2
fix make lint gometalinter
2016-05-13 01:17:54 +09:00
Herman Schaaf
d4d60bf5c6
Merge pull request #126 from hansrodtang/licenses-prefix
...
Check prefix of license files to determine presence.
2016-05-12 19:42:00 +08:00
Hans Rødtang
7cee64607c
implement prefix checker for license files
2016-05-12 13:13:09 +02:00
Shawn Smith
2f0860e257
Merge pull request #125 from hansrodtang/patch-1
...
Install misspell when installing other dependencies.
2016-05-12 18:36:10 +09:00
Hans Rødtang
568f44968e
install misspell on make install.
2016-05-12 11:30:27 +02:00
Shawn Smith
785e27a748
#121 increase min_confidence in golint
2016-05-11 16:54:40 +09:00
Shawn Smith
a2918ff957
remove --debug from make lint
2016-04-29 18:25:53 +09:00
Shawn Smith
b7e81332a0
#45 compare repo name during high scores insertion rather than form value
2016-04-29 16:55:45 +09:00
Shawn Smith
33cc76cb8c
#45 lowercase repo form value before checking
2016-04-29 16:14:55 +09:00
Shawn Smith
f5de0d298f
Merge pull request #119 from gojp/fix-error-could-not-go-get
...
Fix edge case where we can not go get the repo
2016-04-28 21:45:12 +09:00
Herman Schaaf
b7d740ac6d
Fix edge case where we can not go get the repo
...
This fixes an edge case where the repo being tested has a dependency that
has had its git history rebased, thus causing go get to fail, and a subsequent
delete of that repo and another go get to fail as well. Now, if go get fails the first time,
we read the error message and clear the directory that caused the error. Then we try again.
If we get the same error two times in a row, something is wrong, and we return failure. If not,
we keep going and deleting cached repos until no error is returned.
2016-04-28 20:11:24 +08:00
Shawn Smith
a039cb3ec8
Merge pull request #117 from Tomohiro/master
...
Support Shields IO badge styles
2016-04-23 19:47:57 +09:00
Tomohiro TAIRA
aef7169c91
Support Shilds IO badge styles
2016-04-23 19:34:10 +09:00
Herman Schaaf
38f13f0088
Center all the things
2016-04-21 00:47:28 +08:00
Herman Schaaf
1519a21e9b
Center footer text
2016-04-21 00:46:32 +08:00
Herman Schaaf
df403d2d6e
Change is-quarter to is-one-quarter
2016-04-21 00:44:48 +08:00
Herman Schaaf
fea5168065
Update report styles
2016-04-21 00:42:17 +08:00
Herman Schaaf
443699b1f7
Center text after change to bulma
2016-04-21 00:35:10 +08:00
Shawn Smith
f0eb50fcb2
Merge pull request #114 from trinchan/master
...
support for tracking scores, migration script for score tracking
2016-04-02 00:23:15 +09:00
Andrew Schwartz
a66a844957
decrement old score stats
2016-04-02 00:00:43 +09:00
Andrew Schwartz
fb78f46a69
move tool scripts into subdirs for separate scopes
2016-04-01 23:40:23 +09:00
Andrew Schwartz
98bf589158
support for tracking scores, migration script for score tracking
2016-04-01 23:32:20 +09:00
Shawn Smith
dfdf0ee403
Merge pull request #112 from trinchan/master
...
Sort checks by name
2016-03-30 01:29:38 +09:00
Shawn Smith
8fa63045e8
Merge pull request #111 from jmikkola/easier-pasting
...
89: Remove scheme from URLs
2016-03-30 01:24:13 +09:00
Andrew Schwartz
4cbafefc19
sort checks by name
2016-03-30 01:12:10 +09:00
Shawn Smith
6a454d25d9
give gofmt more weight
2016-03-28 20:47:05 +09:00
Jeremy Mikkola
6afa72e6d2
89: Remove scheme from URLs
2016-03-26 15:36:07 -07:00
Shawn Smith
16b0c80f9f
Merge pull request #108 from trinchan/fix-template
...
add default domain flag for badge urls
2016-03-22 02:54:55 +09:00
Andrew Schwartz
2fb44a1dd8
add default domain flag for badge urls
2016-03-22 02:53:08 +09:00
Shawn Smith
e427f9fff6
Merge pull request #106 from trinchan/master
...
use literal byte strings in lieu of json marshalled strings
2016-03-19 01:19:23 +09:00
Andrew Schwartz
1b26b126ab
use literal byte strings in lieu of json marshalled strings
2016-03-19 01:12:44 +09:00
Shawn Smith
9fce18f43b
add gometalinter credit
2016-03-19 00:39:35 +09:00