We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dd8dc commit bbea51fCopy full SHA for bbea51f
checker/checker.go
@@ -22,7 +22,7 @@ func ParseCheck(input string, config *conf.Config) (*parser.Tree, error) {
22
}
23
24
if len(config.Visitors) > 0 {
25
- for i := 0; i < 1000; i++ {
+ for {
26
more := false
27
for _, v := range config.Visitors {
28
// We need to perform types check, because some visitors may rely on
0 commit comments