File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ public void Analyze(
166
166
Path . GetDirectoryName ( new Uri ( Assembly . GetExecutingAssembly ( ) . CodeBase ) . AbsolutePath ) ;
167
167
168
168
string filePath = executingPath + "\\ SerializedCmdlets\\ " + fileName ;
169
- bool serialize = true ;
169
+ bool serialize = false ;
170
170
171
171
if ( serialize )
172
172
{
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ public class Program
29
29
{
30
30
static IList < IStaticAnalyzer > Analyzers = new List < IStaticAnalyzer > ( )
31
31
{
32
- // new DependencyAnalyzer.DependencyAnalyzer(),
33
- // new SignatureVerifier.SignatureVerifier(),
32
+ new DependencyAnalyzer . DependencyAnalyzer ( ) ,
33
+ new SignatureVerifier . SignatureVerifier ( ) ,
34
34
new BreakingChangeAnalyzer . BreakingChangeAnalyzer ( )
35
35
} ;
36
36
You can’t perform that action at this time.
0 commit comments