Skip to content

Commit

Permalink
Add dominikh's gosimple, staticcheck and unused tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyfalzon committed Jan 27, 2017
1 parent 5ee6657 commit 00a952f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions migrations/3_tools_dominikh.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- +migrate Up
INSERT INTO tools (name, url, path, args, `regexp`) VALUES
("gosimple", "https://github.com/dominikh/go-tools", "gosimple", "./...", ""),
("staticcheck", "https://github.com/dominikh/go-tools", "staticcheck", "./...", ""),
("unused", "https://github.com/dominikh/go-tools", "unused", "./...", "");

-- +migrate Down

0 comments on commit 00a952f

Please sign in to comment.