Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #861 from jodh-intel/checkcommits-ignore-release-prs
Browse files Browse the repository at this point in the history
checkcommits: allow subsystem to overide need for "Fixes #XXX"
  • Loading branch information
Julio Montes authored Jan 22, 2018
2 parents 5c9d9a2 + e7d09b9 commit db64919
Show file tree
Hide file tree
Showing 118 changed files with 31,020 additions and 228 deletions.
33 changes: 33 additions & 0 deletions cmd/checkcommits/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions cmd/checkcommits/Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.0"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
Loading

0 comments on commit db64919

Please sign in to comment.