.editorconfig | |
|
|
.gitattributes | |
|
|
.github/CODE_OF_CONDUCT.md | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/cd.yml | |
|
|
.github/workflows/docs.yml | |
|
|
.github/workflows/php-cs-fixer.yml | |
|
|
.github/workflows/release.yml | |
|
|
.github/workflows/run-tests.yml | |
|
|
.gitignore | |
|
|
.php-cs-fixer.dist.php | 90 | A 0 mins |
|
AUTHORS | |
|
|
CHANGELOG.md | |
|
|
CONTRIBUTORS.md | |
|
|
LICENSE | |
|
|
MAINTAINERS.md | |
|
|
README.md | |
|
|
TODO.md | |
|
|
composer.json | |
|
|
doctum.dist.php | 32 | A 0 mins |
|
licenses.md | |
|
|
phpcs.xml.dist | |
|
|
phpinsights.php | 22 | A 0 mins |
|
phpmd.xml.dist | |
|
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
psalm.xml.dist | |
|
|
scripts/copy-license.php | 51 | A 0 mins |
|
src/Concerns/HandlesJsonable.php | 18 | A 0 mins |
|
src/Concerns/HandlesStringable.php | 15 | A 0 mins |
|
src/Context/FossabotChannel.php | 96 | A 1 hr | A 100% |
src/Context/FossabotContext.php | 30 | A 0 mins | A 100% |
src/Context/FossabotDataModel.php | 70 | A 0 mins | A 100% |
src/Context/FossabotMessage.php | 42 | A 0 mins | A 100% |
src/Context/FossabotRole.php | 32 | A 0 mins | A 100% |
src/Context/FossabotUser.php | 44 | A 0 mins | A 100% |
src/Contracts/Arrayable.php | 14 | A 0 mins |
|
src/Contracts/Context/FossabotChannel.php | 18 | A 0 mins | F 0% |
src/Contracts/Context/FossabotContext.php | 8 | A 0 mins | F 0% |
src/Contracts/Context/FossabotDataModel.php | 12 | A 0 mins | F 0% |
src/Contracts/Context/FossabotMessage.php | 10 | A 0 mins | F 0% |
src/Contracts/Context/FossabotRole.php | 9 | A 0 mins | F 0% |
src/Contracts/Context/FossabotUser.php | 10 | A 0 mins | F 0% |
src/Contracts/Exceptions/CannotCreateContextException.php | 6 | A 0 mins |
|
src/Contracts/Exceptions/CannotExecuteCommandException.php | 6 | A 0 mins |
|
src/Contracts/Exceptions/CannotGetContextException.php | 6 | A 0 mins |
|
src/Contracts/Exceptions/CannotValidateRequestException.php | 6 | A 0 mins |
|