struct Options [src]

Fields

paths: []const []const u8 = &.{}
exclude_paths: []const []const u8 = &.{}
check: bool = falseIf true, fails the build step when any non-conforming files are encountered.

Source

pub const Options = struct { paths: []const []const u8 = &.{}, exclude_paths: []const []const u8 = &.{}, /// If true, fails the build step when any non-conforming files are encountered. check: bool = false, }