Skip to content

Commit

Permalink
refactor: Alphabetize SkipReasons
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-manba committed May 24, 2023
1 parent 5533974 commit ae2d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/skip-reason.ts
Expand Up @@ -24,7 +24,6 @@ export type SkipReason =
| 'no-repository'
| 'no-source-match'
| 'no-source'
| 'unspecified-version'
| 'non-hex-dep-types'
| 'not-a-version'
| 'path-dependency'
Expand All @@ -33,6 +32,7 @@ export type SkipReason =
| 'unknown-registry'
| 'unknown-version'
| 'unknown-volta'
| 'unspecified-version'
| 'unsupported-chart-type'
| 'unsupported-datasource'
| 'unsupported-remote'
Expand Down

0 comments on commit ae2d3ee

Please sign in to comment.