mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Clean up dotfiles and docs (#62)
This commit is contained in:
parent
b417f82e64
commit
7400451fba
6 changed files with 0 additions and 37 deletions
|
|
@ -1 +0,0 @@
|
|||
/vendor
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
.DS_Store
|
||||
.env
|
||||
.git
|
||||
.gitignore
|
||||
/dist
|
||||
/vendor
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"Sort": ["linter", "severity", "path", "line"],
|
||||
"WarnUnmatchedDirective": true,
|
||||
"DisableAll": true,
|
||||
"Enable": [
|
||||
"deadcode",
|
||||
"errcheck",
|
||||
"gocyclo",
|
||||
"gofmt",
|
||||
"goimports",
|
||||
"golint",
|
||||
"interfacer",
|
||||
"lll",
|
||||
"maligned",
|
||||
"megacheck",
|
||||
"misspell",
|
||||
"nakedret",
|
||||
"structcheck",
|
||||
"unconvert",
|
||||
"unparam",
|
||||
"varcheck",
|
||||
"vet"
|
||||
],
|
||||
"Cyclo": 12,
|
||||
"LineLength": 100
|
||||
}
|
||||
|
|
@ -3,7 +3,6 @@
|
|||
[](https://travis-ci.org/amacneil/dbmate)
|
||||
[](https://goreportcard.com/report/github.com/amacneil/dbmate)
|
||||
[](https://github.com/amacneil/dbmate/releases)
|
||||
[](http://dbmate.readthedocs.org/)
|
||||
|
||||
Dbmate is a database migration tool, to keep your database schema in sync across multiple developers and your production servers.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../README.md
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
site_name: Dbmate
|
||||
theme: readthedocs
|
||||
Loading…
Add table
Add a link
Reference in a new issue