codeclimate / codeclimate-phpmd

Code Climate PHPMD Engine
MIT License
10 stars 12 forks source link

Use internal fingerprint for Design/CouplingBetweenObjects issues #34

Closed dblandin closed 7 years ago

dblandin commented 7 years ago

This is a similar fix to d419bbb2228d49bf23c8ed23c25295bf0f8b416b. This type of issue should use a more flexible fingerprint (path, rule, method name) instead of the source-based default fingerprint.

dblandin commented 7 years ago

@larkinscott FYI, in response to https://codeclimate.com/github/yiisoft/yii2/pull/13468