Discover Packages
github.com/styrainc/regal
pkg
config
package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Aug 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
FindRegalDirectory searches for a .regal directory first in the directory of path, and if not found,
in the parent directory, and if not found, in the parent's parent directory, and so on.
type Ignore struct {
Files []string `json:"files"`
}
type Rule struct {
Level string
Ignore Ignore `json:"ignore"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.