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 df879ed + 5174458 commit cb48526Copy full SHA for cb48526
lib/src/lints.rs
@@ -299,9 +299,6 @@ fn lint_inner<'skip>(
299
})
300
}
301
302
-/// check for the existence of the /var/run directory
303
-/// if it exists we need to check that it links to /run if not error
304
-/// if it does not exist error.
305
#[context("Linting")]
306
pub(crate) fn lint<'skip>(
307
root: &Dir,
@@ -329,6 +326,8 @@ pub(crate) fn lint<'skip>(
329
326
Ok(())
330
327
331
328
+/// check for the existence of the /var/run directory
+/// if it exists we need to check that it links to /run if not error
332
#[distributed_slice(LINTS)]
333
static LINT_VAR_RUN: Lint = Lint::new_fatal(
334
"var-run",
0 commit comments