codeclimate / codeclimate-pmd

13 stars 7 forks source link

Support config.file from yml #8

Closed filipesperandio closed 7 years ago

filipesperandio commented 7 years ago

Supports old and new formats and fallback to default config if none is specified:

config: rules.xml
config:
  file: rules.xml
filipesperandio commented 7 years ago

@wfleming I understand. I am trying to keep this simple, avoiding a heavier build process. So far the integration tests are covering those scenarios well enough, IMO. It also allows me to refactor more easily without having to worry about adjusting UT. But I will keep it mind and add a more fine grained suite if any whole show up.