//! Lint pass โ stylistic warnings that are not parse/resolve errors.
//!
//! Inline paint is idiomatic (an instance carries its own declarations in its
//! block), so there is no "visual attrs belong in a style def" lint. The "did
//! you mean" property-name hint (SPEC ยง19) is deferred. The pass is intentionally
//! empty for now โ the home for future lints, kept so the `--no-warn` /
//! `--strict` machinery has somewhere to read from.
use crateDiagnostic;
use crateFile;