Metadata-Version: 1.1
Name: ulint
Version: 0.2
Summary: Utility and library to easily run linters on your source code handling virtually any language
Home-page: http://packages.python.org/ulint
Author: Thibault Saunier
Author-email: tsaunier@gnome.org
License: LGPL
Description: ULint
        =====
        
        Simple utility inspired by
        `arcanist <https://github.com/phacility/arcanist>`__ linting feature so
        project can simply configure linters for many languages though a simple
        JSON descriptive file.
        
        Howto use
        =========
        
        Just put a ``.u.lint`` or ``.arclint`` file at the top of your git
        repository following the `Arcanist User Guide:
        Lint <https://secure.phabricator.com/book/phabricator/article/arcanist_lint/>`__
        and run
        
        ::
        
            $ ulint
        
Keywords: lint tool code quality
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2) 
