Add in pylintrc to adhere to common style.

- disabled:
  * relative-import
  * too-few-public-methods
  * fixme
  * too-many-instance-attributes
  * too-many-arguments
- function/method-rgx to enable PascalCase
- good-names for common shorthand var names (e, f, logger)

Bug: None
Test: pylint internal/constants.py passes
Change-Id: I0ea364b403c2788220d95f711582a4776145fd08
1 file changed