Skip to content

Commit 7c21e2b

Browse files
Merge branch 'test-travis' of https://github.com/iiitv/algos into test-travis
2 parents dde493e + 9c28799 commit 7c21e2b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.coafile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ bears = SpaceConsistencyBear
1010
use_spaces = True
1111

1212
# golint
13-
[Golint]
14-
files = **/*.go
15-
bears = GoLintBear
13+
# [Golint]
14+
# files = **/*.go
15+
# bears = GoLintBear
1616

1717
# gofmt
1818
[Gofmt]

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212

1313
# Jetbrains
1414
.idea/
15+
# vscode project files
16+
.vscode/

0 commit comments

Comments
 (0)