src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

analysis.go (1232B)


      1 // Code generated by generate.go. DO NOT EDIT.
      2 
      3 package stylecheck
      4 
      5 import (
      6 	"honnef.co/go/tools/analysis/lint"
      7 	"honnef.co/go/tools/stylecheck/st1000"
      8 	"honnef.co/go/tools/stylecheck/st1001"
      9 	"honnef.co/go/tools/stylecheck/st1003"
     10 	"honnef.co/go/tools/stylecheck/st1005"
     11 	"honnef.co/go/tools/stylecheck/st1006"
     12 	"honnef.co/go/tools/stylecheck/st1008"
     13 	"honnef.co/go/tools/stylecheck/st1011"
     14 	"honnef.co/go/tools/stylecheck/st1012"
     15 	"honnef.co/go/tools/stylecheck/st1013"
     16 	"honnef.co/go/tools/stylecheck/st1015"
     17 	"honnef.co/go/tools/stylecheck/st1016"
     18 	"honnef.co/go/tools/stylecheck/st1017"
     19 	"honnef.co/go/tools/stylecheck/st1018"
     20 	"honnef.co/go/tools/stylecheck/st1019"
     21 	"honnef.co/go/tools/stylecheck/st1020"
     22 	"honnef.co/go/tools/stylecheck/st1021"
     23 	"honnef.co/go/tools/stylecheck/st1022"
     24 	"honnef.co/go/tools/stylecheck/st1023"
     25 )
     26 
     27 var Analyzers = []*lint.Analyzer{
     28 	st1000.SCAnalyzer,
     29 	st1001.SCAnalyzer,
     30 	st1003.SCAnalyzer,
     31 	st1005.SCAnalyzer,
     32 	st1006.SCAnalyzer,
     33 	st1008.SCAnalyzer,
     34 	st1011.SCAnalyzer,
     35 	st1012.SCAnalyzer,
     36 	st1013.SCAnalyzer,
     37 	st1015.SCAnalyzer,
     38 	st1016.SCAnalyzer,
     39 	st1017.SCAnalyzer,
     40 	st1018.SCAnalyzer,
     41 	st1019.SCAnalyzer,
     42 	st1020.SCAnalyzer,
     43 	st1021.SCAnalyzer,
     44 	st1022.SCAnalyzer,
     45 	st1023.SCAnalyzer,
     46 }