Skip to content

Commit 50046fb

Browse files
committed
Update fls.lock -> spec.lock
1 parent c28a546 commit 50046fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

builder/build_cli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ def main(root):
122122
group = parser.add_mutually_exclusive_group()
123123
parser.add_argument(
124124
"--ignore-spec-lock-diff",
125-
help="ignore fls.lock file differences with live release -- for WIP branches only",
125+
help="ignore spec.lock file differences with live release -- for WIP branches only",
126126
default=False,
127127
action="store_true"
128128
)
129129
parser.add_argument(
130130
"--update-spec-lock-file",
131-
help="update fls.lock file",
131+
help="update spec.lock file",
132132
action="store_true"
133133
)
134134
group.add_argument(

exts/coding_guidelines/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Coverage of the coding guidlines over the FLS is calculated.
2323
Each coding guideline has its ``:fls:`` option turned into a hyperlink to the corresponding element
2424
within the FLS to be able to navigate there directly.
2525

26-
Further an ``fls.lock`` file located at ``root/src/fls.lock`` is validated against the currently
26+
Further an ``spec.lock`` file located at ``root/src/spec.lock`` is validated against the currently
2727
deployed version of the Ferrocene Language Spec and the build is failed if there is discrepency.
2828

2929
Links to the Rust standard library

0 commit comments

Comments
 (0)