chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

[analyzers] Suppress deprecation warning lizard.analyze_file #52

Closed valeriocos closed 5 years ago

valeriocos commented 5 years ago

This code ignores the deprecation warnings created by lizard_ext/auto_open.py at line 26, and thrown when calling lizard.analyze_file within the __analyze_file method in analyzers/lizard.

inishchith commented 5 years ago

@valeriocos I've tested the fix locally and it works fine. You can merge this whenever convenient :)

valeriocos commented 5 years ago

Thanks @inishchith