pathfilters

package
v1.0.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllowIphoneosSDKFilter = SDKFilter("iphoneos", true)

AllowIphoneosSDKFilter ...

View Source
var AllowIsDirectoryFilter = pathutil.IsDirectoryFilter(true)

AllowIsDirectoryFilter ...

View Source
var AllowMacosxSDKFilter = SDKFilter("macosx", true)

AllowMacosxSDKFilter ...

View Source
var AllowPodfileBaseFilter = pathutil.BaseFilter(podfileBase, true)

AllowPodfileBaseFilter ...

View Source
var AllowWorkspaceWithContentsFile = pathutil.DirectoryContainsFileFilter("contents.xcworkspacedata")

AllowWorkspaceWithContentsFile ...

AllowXCWorkspaceExtFilter ...

AllowXcodeProjExtFilter ...

View Source
var ForbidCarthageDirComponentFilter = pathutil.ComponentFilter(carthageDirName, false)

ForbidCarthageDirComponentFilter ...

View Source
var ForbidCordovaLibDirComponentFilter = pathutil.ComponentFilter(cordovaLibDirName, false)

ForbidCordovaLibDirComponentFilter ...

View Source
var ForbidEmbeddedWorkspaceRegexpFilter = pathutil.RegexpFilter(embeddedWorkspacePathPattern, false)

ForbidEmbeddedWorkspaceRegexpFilter ...

View Source
var ForbidFramworkComponentWithExtensionFilter = pathutil.ComponentWithExtensionFilter(frameworkExt, false)

ForbidFramworkComponentWithExtensionFilter ...

View Source
var ForbidGitDirComponentFilter = pathutil.ComponentFilter(gitDirName, false)

ForbidGitDirComponentFilter ...

View Source
var ForbidNodeModulesComponentFilter = pathutil.ComponentFilter(nodeModulesDirName, false)

ForbidNodeModulesComponentFilter ...

View Source
var ForbidPodsDirComponentFilter = pathutil.ComponentFilter(podsDirName, false)

ForbidPodsDirComponentFilter ...

Functions

func SDKFilter

func SDKFilter(expectedSDK string, allowed bool) pathutil.FilterFunc

SDKFilter ...

Types

type XcodeProjectType

type XcodeProjectType string

XcodeProjectType ...

const (
	// XcodeProjectTypeIOS ...
	XcodeProjectTypeIOS XcodeProjectType = "ios"
	// XcodeProjectTypeMacOS ...
	XcodeProjectTypeMacOS XcodeProjectType = "macos"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL