Skip to content

blinkbox music's (formerly we7's) Code Style documentation

Notifications You must be signed in to change notification settings

brucegodden/code-style

 
 

Repository files navigation

Code Style

Style Examples and tips
IDE Config Files
  • IntelliJ13 codestyle settings - IntelliJIdea13/config/codestyles/we7.xml

  • Place in ~/.IntelliJIdea13/config/codestyles/we7.xml and select from Project Settings - Code Style - Scheme

  • JSHint Settings file - JSHint/.jshintrc

  • Edit the file to add your common globals

  • Place in project root, and in Project Settings - JavaScript - Code Quality Tools - JSHint enable Use config files and Version 2.1.3

Pylint

Pylint enables us to report conformance to our Python coding standard. All projects, across all teams use the same pylint configuration file.

Our standard is based up http://www.python.org/dev/peps/pep-0008/ and http://www.python.org/dev/peps/pep-0257/ however we disable some rules to ensure that the number of violations is readable.

It is believed that the number of violations will fall natually when the IntelliJ/Idea python plugin gains built-in PEP-8 support.

About

blinkbox music's (formerly we7's) Code Style documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published