Created
November 10, 2014 12:34
-
-
Save amacgregor/fc495da4b0b4e9c13388 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"phpcs":{ | |
"files":{ | |
"app\/code\/community\/Demac\/Chase\/Model\/Adapter\/DatabaseAdapter.php":{ | |
"issues":[ | |
], | |
"scores":{ | |
"errors":0, | |
"warnings":0, | |
"avg_score":5 | |
} | |
}, | |
"app\/code\/community\/Demac\/Chase\/Model\/Adapter\/Api\/Interface.php":{ | |
"issues":[ | |
], | |
"scores":{ | |
"errors":0, | |
"warnings":0, | |
"avg_score":5 | |
} | |
}, | |
"app\/code\/community\/Demac\/Chase\/Model\/Paymentech\/Method.php":{ | |
"issues":[ | |
], | |
"scores":{ | |
"errors":0, | |
"warnings":0, | |
"avg_score":5 | |
} | |
}, | |
"app\/code\/community\/Demac\/Chase\/Model\/Paymentech\/Api\/Adapter.php":{ | |
"issues":[ | |
{ | |
"type":"warning", | |
"line":24, | |
"severity":5, | |
"message":"Comment refers to a TODO task \"Consider moving the generateAuthorizationData() into an external class like a helper\"" | |
}, | |
{ | |
"type":"warning", | |
"line":388, | |
"severity":5, | |
"message":"Comment refers to a TODO task \"Account for cardholder name\"" | |
}, | |
{ | |
"type":"warning", | |
"line":417, | |
"severity":5, | |
"message":"Comment refers to a TODO task \"This needs to return different values depending on the cardBrand\"" | |
} | |
], | |
"scores":{ | |
"errors":0, | |
"warnings":3, | |
"avg_score":4.1 | |
} | |
}, | |
"app\/code\/community\/Demac\/Chase\/Model\/Paymentech\/Api\/Adapter\/Abstract.php":{ | |
"issues":[ | |
], | |
"scores":{ | |
"errors":0, | |
"warnings":0, | |
"avg_score":5 | |
} | |
}, | |
"app\/code\/community\/Demac\/Chase\/Helper\/Data.php":{ | |
"issues":[ | |
], | |
"scores":{ | |
"errors":0, | |
"warnings":0, | |
"avg_score":5 | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment