-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lock-tidy] Put warning behind feature flag (#2171)
## Summary `--tidy-lockfile` is not reliable, so put this warning behind a feature flag until it is fixed. ## How was it tested? Ran `devbox install` with missing outputs in lockfile, did not see error.
- Loading branch information
1 parent
ac28b01
commit 4409115
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Copyright 2024 Jetify Inc. and contributors. All rights reserved. | ||
// Use of this source code is governed by the license in the LICENSE file. | ||
|
||
package featureflag | ||
|
||
var TidyWarning = disable("TIDY_WARNING") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters