Skip to content

Commit

Permalink
style: ignore PHPMD.ExcessiveClassComplexity for JsonFile
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Sep 28, 2020
1 parent ed5f839 commit 4b7b51d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Bundle/CoverallsBundle/Entity/JsonFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
/**
* Data represents "json_file" of Coveralls API.
*
* @author Kitamura Satoshi <with.no.parachute@gmail.com>
* @author Kitamura Satoshi <wbuild/config/phpmd.xmlith.no.parachute@gmail.com>
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
*/
class JsonFile extends Coveralls
{
Expand Down

0 comments on commit 4b7b51d

Please sign in to comment.