Skip to content

Commit

Permalink
[272] Remove dead code and clean up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsoLouie committed Oct 28, 2020
1 parent 2ec2d21 commit 4a618ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ If you execute `talisman` on the command line, you will be able to view all the
-c, --checksum string checksum calculator calculates checksum and suggests .talismanrc format
-d, --debug enable debug mode (warning: very verbose)
-g, --githook string either pre-push or pre-commit (default "pre-push")
--ignoreHistory scanner scans all files on current head, will not scan through git commit history
--ignoreHistory scanner scans all files on current head, will not scan through git commit history
-i, --interactive interactively update talismanrc (only makes sense with -g/--githook)
-p, --pattern string pattern (glob-like) of files to scan (ignores githooks)
-r, --reportdirectory string directory where the scan reports will be stored
Expand Down
7 changes: 0 additions & 7 deletions scanner/scanner_test.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
package scanner

import (
"github.com/Sirupsen/logrus"
"github.com/stretchr/testify/assert"
"talisman/git_testing"
"testing"
)

func init() {
git_testing.Logger = logrus.WithField("Environment", "Debug")
git_testing.Logger.Debug("Accetpance test started")
}

func Test_getBlobsFromChannel(t *testing.T) {
ch := make(chan []string)
go func() {
Expand Down

0 comments on commit 4a618ea

Please sign in to comment.