Skip to content

Commit

Permalink
docs: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 15, 2022
1 parent 55e09d0 commit 87eeeda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions defines/go.coca.yml

This file was deleted.

6 changes: 0 additions & 6 deletions defines/java.coca.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/application/todo/todo_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestNewTodoApp(t *testing.T) {
stodos := app.AnalysisPath(codePath, []string{".go", ".py", ".js", ".ts", ".java", ".kotlin", ".groovy"})
todos := app.BuildWithGitHistory(stodos)

// todo: add suport for python
// todo: add support for python
g.Expect(len(todos)).To(Equal(4))
g.Expect(todos[0].Line).To(Equal("3"))
g.Expect(todos[1].FileName).To(ContainSubstring(filepath.FromSlash("_fixtures/todo/Todo.java")))
Expand Down

0 comments on commit 87eeeda

Please sign in to comment.