Metadata-Version: 2.1
Name: lg-linter
Version: 0.1.1a0
Summary: A pre commit linter for cpp, python and sh
Home-page: https://github.com/lgulich/lg-linter
Author: Lionel Gulich
Author-email: lgulich@ethz.ch
License: GPL-3.0
Download-URL: https://github.com/lgulich/lg-linter/archive/v0.1.1-alpha.tar.gz
Description: ## Installation
        
        Install with
        ```sh
        pip3 install lg-linter
        ```
        
        ## How to use
        Inside your git repo run
        ```sh
        init-lg-linter
        ```
        
        The linter is now active and will be run before every commit.
        If you want to remove the linter from your repo use
        ```
        deinit-lg-linter
        ```
        
        **Pro Tip**
        If the linter complains about stuff which clearly is wrong you can override him with
        ```
        git commit --no-verify
        ```
        Use with care, with great power comes great responsibility!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
