Bump actions/checkout from 6.0.0 to 6.0.1 #80
-1100
-1100 health score points
Details
Score Breakdown
Problematic Comments
Each problematic comment (i.e. comments with TODO, HACK or FIXME in it) contributes -100 points to the health score.
// TODO: should we throw if this cannot be found? Alternatively / in addition, if calls below to complete* APIs fail, maybe we should throw then?// TODO: in the future, if we add more of this kind of logging, then perhaps worth considering moving to a structured logger with different log levels// TODO: we should move toDeno.serveonce it is stable instead ofDeno.serveHttp()https://docs.deno.com/runtime/reference/migration_guide/// TODO: does the following need to be wrapped in a try/catch too?// TODO: I think we want to be intentional about how we use try/catch here.// TODO: where would this log show up? Since this runs on Slack hosting in a lambda context// TODO: should we check that this is a ValidEventType at runtime?// TODO: if userland code hasconsole.logs _outside_ of a function handler, at the top level scope of the module, _and_ the current execution is a local run and not a deployed-on-ROSI run,// TODO: latest version of std does not have a io/utils.ts// TODO: Update to import fromdeno-slack-hooksinstead// TODO: type this to account for variable return options?
Annotations
Check warning on line 10 in src/run-function.ts
github-actions / Health Score
src/run-function.ts#L10
Problematic comment ("TODO") identified
Check warning on line 12 in src/run-function.ts
github-actions / Health Score
src/run-function.ts#L12
Problematic comment ("TODO") identified
Check warning on line 60 in src/mod.ts
github-actions / Health Score
src/mod.ts#L60
Problematic comment ("TODO") identified
Check warning on line 83 in src/mod.ts
github-actions / Health Score
src/mod.ts#L83
Problematic comment ("TODO") identified
Check warning on line 86 in src/mod.ts
github-actions / Health Score
src/mod.ts#L86
Problematic comment ("TODO") identified
Check warning on line 100 in src/mod.ts
github-actions / Health Score
src/mod.ts#L100
Problematic comment ("TODO") identified
Check warning on line 45 in src/dispatch-payload.ts
github-actions / Health Score
src/dispatch-payload.ts#L45
Problematic comment ("TODO") identified
Check warning on line 17 in src/load-function-module.ts
github-actions / Health Score
src/load-function-module.ts#L17
Problematic comment ("TODO") identified
Check warning on line 1 in src/deps.ts
github-actions / Health Score
src/deps.ts#L1
Problematic comment ("TODO") identified
Check warning on line 4 in src/deps.ts
github-actions / Health Score
src/deps.ts#L4
Problematic comment ("TODO") identified
Check warning on line 83 in src/types.ts
github-actions / Health Score
src/types.ts#L83
Problematic comment ("TODO") identified