summaryrefslogtreecommitdiffstats
path: root/python/mozlint/mozlint/__init__.py
blob: bcab4a48b1a0ed3b617b7d1af556be652c989048 (plain)
1
2
3
4
5
6
7
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# flake8: noqa

from .result import Issue
from .roller import LintRoller