1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Remove some unnecessary type conversions (#841)

* Remove some unnecessary type conversions

Signed-off-by: Chris Cummer <chriscummer@me.com>

* Tidy'd go.mod

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer
2020-02-15 13:02:10 -08:00
committed by GitHub
parent e32565d3b2
commit 8dde85989d
8 changed files with 13 additions and 42 deletions

View File

@@ -123,6 +123,9 @@ lint:
staticcheck ./wtf
staticcheck ./main.go
@echo "\033[35m# https://github.com/mdempsky/unconvert\033[0m"
unconvert ./...
## loc: displays the lines of code (LoC) count
loc:
@loc --exclude _sample_configs/ _site/ docs/ Makefile *.md