.editorconfig | |
|
|
.gitattributes | |
|
|
.github/CODE_OF_CONDUCT.md | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/FUNDING.yml | |
|
|
.github/workflows/notify.yml | |
|
|
.github/workflows/run-tests.yml | |
|
|
.github/workflows/update-changelog.yml | |
|
|
.gitignore | |
|
|
.styleci.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
UPGRADING.md | |
|
|
composer.json | |
|
|
phpunit.xml.dist | |
|
|
psalm.xml | |
|
|
src/Console/LarexExportCommand.php | 72 | A 2 hrs | A 100% |
src/Console/LarexFindCommand.php | 50 | A 1 hr | A 100% |
src/Console/LarexImportCommand.php | 104 | C 1 day | A 100% |
src/Console/LarexInitCommand.php | 24 | A 0 mins | A 100% |
src/Console/LarexInsertCommand.php | 92 | B 4 hrs | A 100% |
src/Console/LarexLangAddCommand.php | 35 | A 0 mins | A 100% |
src/Console/LarexLangOrderCommand.php | 65 | A 1 hr | A 100% |
src/Console/LarexLangRemoveCommand.php | 31 | A 0 mins | A 100% |
src/Console/LarexLintCommand.php | 69 | A 3 hrs | A 100% |
src/Console/LarexLocalizeCommand.php | 56 | A 1 hr | A 100% |
src/Console/LarexRemoveCommand.php | 52 | A 1 hr | A 100% |
src/Console/LarexSortCommand.php | 28 | A 0 mins | A 100% |
src/Contracts/Exporter.php | 9 | A 0 mins | F 0% |
src/Contracts/Importer.php | 10 | A 0 mins | F 0% |
src/Contracts/Linter.php | 9 | A 0 mins | F 0% |
src/Exceptions/ImportException.php | 6 | A 0 mins | F 0% |
src/Exceptions/LintException.php | 17 | A 0 mins | A 100% |
src/Exporters/JsonGroupsExporter.php | 47 | A 3 hrs | A 100% |
src/Exporters/JsonLanguagesExporter.php | 47 | A 3 hrs | A 100% |
src/Exporters/LaravelExporter.php | 73 | B 5 hrs | A 100% |
src/Importers/JsonGroupsImporter.php | 69 | B 5 hrs | A 100% |
src/Importers/JsonLanguagesImporter.php | 72 | B 6 hrs | A 100% |
src/Importers/LaravelImporter.php | 80 | B 6 hrs | A 100% |
src/LarexServiceProvider.php | 50 | A 0 mins | A 100% |
src/Linters/ConcurrentKeyLinter.php | 94 | A 3 hrs | A 100% |
src/Linters/DuplicateKeyLinter.php | 38 | A 1 hr | A 100% |
src/Linters/DuplicateValueLinter.php | 39 | A 0 mins | A 100% |
src/Linters/NoValueLinter.php | 30 | A 0 mins | A 100% |
src/Linters/SameParametersLinter.php | 46 | A 1 hr | A 100% |
src/Linters/UntranslatedStringsLinter.php | 38 | A 0 mins | A 100% |
src/Linters/UnusedStringsLinter.php | 32 | A 0 mins | A 100% |
src/Linters/ValidHeaderLinter.php | 31 | A 0 mins | A 100% |
src/Linters/ValidHtmlValueLinter.php | 31 | A 0 mins | A 100% |