b8f4463 Decrease the analyze complexity.

Authored and Committed by davidcarlos 6 years ago
    Decrease the analyze complexity.
    
        - Now we iterate over the plugin's analyzers in a specific method.
        This will help us to implement more atomic tests, and will decrease
        the complexity of the analyze method. The only objective of the
        analyze method is to call the wrapper to Docker, and run a static
        analyzer on some valid path.
    
        
file modified
+2 -2
file modified
+38 -19