We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e700173 commit fb6649dCopy full SHA for fb6649d
core.go
@@ -9,8 +9,8 @@ import (
9
"gopkg.in/src-d/hercules.v9/internal/plumbing/identity"
10
"gopkg.in/src-d/hercules.v9/internal/plumbing/uast"
11
"gopkg.in/src-d/hercules.v9/internal/yaml"
12
- _ "gopkg.in/src-d/hercules.v9/leaves" // add burndown and other analyses
13
- _ "gopkg.in/src-d/hercules.v9/leaves/research" // add "research" analyses
+ _ "gopkg.in/src-d/hercules.v9/leaves" // add burndown and other analyses
+ _ "gopkg.in/src-d/hercules.v9/leaves/research" // add "research" analyses
14
)
15
16
// ConfigurationOptionType represents the possible types of a ConfigurationOption's value.
0 commit comments