Skip to content

Instantly share code, notes, and snippets.

@ABaldwinHunter
Created November 29, 2015 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ABaldwinHunter/38d83074d08b2854480e to your computer and use it in GitHub Desktop.
Save ABaldwinHunter/38d83074d08b2854480e to your computer and use it in GitHub Desktop.
Disable pep8 checks

Options:

  1. In your .codeclimate.yml file:
    engines:
      # ... CONFIG CONTENT ...
      pep8:
        enabled: true
        # ... CONFIG CONTENT ...
        checks:
          E402:
            enabled: false
  1. add a pep8 config file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment