github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/quickfix/analysis.go (about) 1 // Code generated by generate.go. DO NOT EDIT. 2 3 package quickfix 4 5 import ( 6 "github.com/amarpal/go-tools/analysis/lint" 7 "github.com/amarpal/go-tools/quickfix/qf1001" 8 "github.com/amarpal/go-tools/quickfix/qf1002" 9 "github.com/amarpal/go-tools/quickfix/qf1003" 10 "github.com/amarpal/go-tools/quickfix/qf1004" 11 "github.com/amarpal/go-tools/quickfix/qf1005" 12 "github.com/amarpal/go-tools/quickfix/qf1006" 13 "github.com/amarpal/go-tools/quickfix/qf1007" 14 "github.com/amarpal/go-tools/quickfix/qf1008" 15 "github.com/amarpal/go-tools/quickfix/qf1009" 16 "github.com/amarpal/go-tools/quickfix/qf1010" 17 "github.com/amarpal/go-tools/quickfix/qf1011" 18 "github.com/amarpal/go-tools/quickfix/qf1012" 19 ) 20 21 var Analyzers = []*lint.Analyzer{ 22 qf1001.SCAnalyzer, 23 qf1002.SCAnalyzer, 24 qf1003.SCAnalyzer, 25 qf1004.SCAnalyzer, 26 qf1005.SCAnalyzer, 27 qf1006.SCAnalyzer, 28 qf1007.SCAnalyzer, 29 qf1008.SCAnalyzer, 30 qf1009.SCAnalyzer, 31 qf1010.SCAnalyzer, 32 qf1011.SCAnalyzer, 33 qf1012.SCAnalyzer, 34 }