Clean up dotfiles and docs (#62)

This commit is contained in:
Adrian Macneil 2018-12-01 22:59:42 -08:00 committed by GitHub
parent b417f82e64
commit 7400451fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 37 deletions

View file

@ -1 +0,0 @@
/vendor

View file

@ -1,6 +0,0 @@
.DS_Store
.env
.git
.gitignore
/dist
/vendor

View file

@ -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
}

View file

@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/amacneil/dbmate.svg?branch=master)](https://travis-ci.org/amacneil/dbmate)
[![Go Report Card](https://goreportcard.com/badge/github.com/amacneil/dbmate)](https://goreportcard.com/report/github.com/amacneil/dbmate)
[![GitHub Release](https://img.shields.io/github/release/amacneil/dbmate.svg)](https://github.com/amacneil/dbmate/releases)
[![Documentation](https://readthedocs.org/projects/dbmate/badge/)](http://dbmate.readthedocs.org/)
Dbmate is a database migration tool, to keep your database schema in sync across multiple developers and your production servers.

View file

@ -1 +0,0 @@
../README.md

View file

@ -1,2 +0,0 @@
site_name: Dbmate
theme: readthedocs