From f270dfadb9af9e81ae4c884a3ea45ca4618a7a05 Mon Sep 17 00:00:00 2001 From: Deepesh Pathak Date: Sun, 2 Sep 2018 01:17:27 +0530 Subject: feat(spell-check): add make command for spell check. * Remove spelling mistakes in the repository * Add travis script to check for typos. * Add command to Makefile to check for typos. * Fixes #71 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f6293d5..43faa79 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ bin/protoc-gen-go bin/goimports bin/megacheck bin/gocovmerge +bin/misspell *coverage.out .vscode -- cgit v1.2.3