Skip to content

Instantly share code, notes, and snippets.

@ABaldwinHunter
Created November 29, 2015 05:17

Revisions

  1. Ashley Baldwin-Hunter created this gist Nov 29, 2015.
    18 changes: 18 additions & 0 deletions example.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@

    Options:

    1) In your `.codeclimate.yml` file:

    ```YAML
    engines:
    # ... CONFIG CONTENT ...
    pep8:
    enabled: true
    # ... CONFIG CONTENT ...
    checks:
    E402:
    enabled: false
    ```
    2) add a [pep8 config file](http://pep8.readthedocs.org/en/latest/intro.html#configuration)