We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6663e6f + 2bf14d9 commit d45864dCopy full SHA for d45864d
lib/src/cli.rs
@@ -1048,11 +1048,6 @@ async fn run_from_opt(opt: Opt) -> Result<()> {
1048
if list {
1049
return lints::lint_list(std::io::stdout().lock());
1050
}
1051
- if !ostree_ext::container_utils::is_ostree_container()? {
1052
- anyhow::bail!(
1053
- "Not in a ostree container, this command only verifies ostree containers."
1054
- );
1055
- }
1056
let root = &Dir::open_ambient_dir(rootfs, cap_std::ambient_authority())?;
1057
lints::lint(root, fatal_warnings, std::io::stdout().lock())?;
1058
Ok(())
0 commit comments