github.com/songshiyun/revive@v1.1.5-0.20220323112655-f8433a19b3c5/test/bool-literal-in-expr_test.go (about)

     1  package test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/songshiyun/revive/rule"
     7  )
     8  
     9  // BoolLiteral rule.
    10  func TestBoolLiteral(t *testing.T) {
    11  	testRule(t, "bool-literal-in-expr", &rule.BoolLiteralRule{})
    12  }