Skip to content

Commit cfc7e45

Browse files
ignore sql
1 parent c7e3ec6 commit cfc7e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pg_analyser/src/lint/safety/ban_drop_not_null.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare_lint_rule! {
1212
///
1313
/// ### Invalid
1414
///
15-
/// ```sql,expect_diagnostic
15+
/// ```sql,ignore
1616
/// alter table users alter column email drop not null;
1717
/// ```
1818
pub BanDropNotNull {

0 commit comments

Comments
 (0)