Bug 1302796 - Add integration between structured logging and lints, r=ahal

MozReview-Commit-ID: K3tu0Zdg5go
This commit is contained in:
James Graham
2016-09-13 14:18:41 +01:00
parent bd6db882c8
commit e0df64ee7d
11 changed files with 171 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
from setuptools import setup
VERSION = 0.1
DEPS = []
DEPS = ["mozlog>=3.4"]
setup(
name='mozlint',