mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
Update write.md (#1084)
Fix broken link: errors/errors.md Replace checks/frozen_deps.go with checks/pinned_dependencies.go Co-authored-by: Azeem Shaikh <azeemshaikh38@gmail.com>
This commit is contained in:
parent
ac6802e397
commit
47319e2841
@ -69,7 +69,7 @@ The steps to writting a check are as follow:
|
||||
`checker.CreateResultWithScore()` with one of the constants declared,
|
||||
such as `checker.HalfResultScore`.
|
||||
|
||||
6. Dealing with errors: see [../errors/errors.md](errors/errors/md).
|
||||
6. Dealing with errors: see [errors/errors.md](/errors/errors.md).
|
||||
|
||||
7. Create unit tests for both low, high and inconclusive score. Put them in a
|
||||
file `checks/mycheck_test.go`.
|
||||
@ -87,4 +87,4 @@ The steps to writting a check are as follow:
|
||||
|
||||
For actual examples, look at [checks/binary_artifact.go](binary_artifact.go),
|
||||
[checks/code_review.go](code_review.go) and
|
||||
[checks/frozen_deps.go](frozen_deps.go).
|
||||
[checks/pinned_dependencies.go](pinned_dependencies.go).
|
||||
|
Loading…
Reference in New Issue
Block a user