File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
staging/src/k8s.io/code-generator/cmd/import-boss Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,13 @@ limitations under the License.
22
22
//
23
23
// If an ".import-restrictions" file is found, then all imports of the package
24
24
// are checked against each "rule" in the file. A rule consists of three parts:
25
- // * A SelectorRegexp, to select the import paths that the rule applies to.
26
- // * A list of AllowedPrefixes
27
- // * A list of ForbiddenPrefixes
25
+ //
26
+ // - A SelectorRegexp, to select the import paths that the rule applies to.
27
+ //
28
+ // - A list of AllowedPrefixes
29
+ //
30
+ // - A list of ForbiddenPrefixes
31
+ //
28
32
// An import is allowed if it matches at least one allowed prefix and does not
29
33
// match any forbidden prefix. An example file looks like this:
30
34
//
You can’t perform that action at this time.
0 commit comments