遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/1643)
<a href="https://www.bestpractices.dev/projects/1643"><img src="https://www.bestpractices.dev/projects/1643/badge"></a>
retrieve information from BoxRec
https://github.com/boxing/boxrec/blob/master/CONTRIBUTING.md
There is a quick start section in the README https://github.com/boxing/boxrec#quick-start
Is not a GUI application
No passwords stored
No longer maintaining previous versions because the end to end of it working is not controlled by the project (third party). Previous versions are considered deprecated
https://github.com/boxing/boxrec/issues
CONTRIBUTING.md in the project talks about Code Style as well as ESLint and TSLint support is enabled
警告:需要URL,但找不到URL。
Merge requests will fail if coding style not met
Does not apply to this software
The package is published and can be installed/removed with NPM
Easy to get set up
uses NPM for package management
Uses both GitHub and Snyk to check for vulnerabilities. Dependabot is set to not create merge requests due to our git flow
Uses standard components provided by the language
Attempts to keep up to date. Third party dependencies
Continuous integration is supported
Bug fixes are addressed with unit tests
Code coverage is implemented
Tests are required and mentioned when it comes to contributing
Must include unit tests for the new functionality/fix. Write tests that prove the functionality works, not to merely pass code coverage
Linter is being used. tslint.json in the parent directory contains our linting rules
tslint.json
Not really applicable but proper class/method accessibility is used
Not applicable to this project
HTTPS requests are done under HTTPS
警告:需要更长的理由。
后退