Depscheck.Types (Depscheck v1.0.12)
View SourceType definitions for Depscheck.
Summary
Types
@type check_result() :: %{ status: :pass | :fail, project_license: String.t() | nil, dependencies: [dependency()], violations: [String.t()], warnings: [String.t()] }
@type license_category() ::
:permissive | :weak_copyleft | :strong_copyleft | :proprietary | :unknown