Skip to content

Commit

Permalink
add some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed May 10, 2024
1 parent 21f7366 commit 6d40db8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: exit-code-on-failure could have a better name

import * as core from "@actions/core"
import {
ChangeRange,
Expand Down Expand Up @@ -125,6 +127,7 @@ type ResultObject = {
messages: EslintMessage[]
}
type EslintResultInstance = InstanceType<typeof EslintResult>
// TODO: extract to it's own file
class EslintResult {
public relevantWarningCount: number = 0
public relevantErrorCount: number = 0
Expand Down

0 comments on commit 6d40db8

Please sign in to comment.