Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1excluded_rules = [ 2 # We use `serial` already, no point changing now. 3 "prefer-identity", 4 5 # We store timestamps in UTC, so we don't care about the timezone. 6 "prefer-timestamptz", 7 8 "prefer-big-int", 9 "prefer-bigint-over-int", 10]