vrl 0.30.0

Vector Remap Language
Documentation
1
2
3
4
5
6
7
cognitive-complexity-threshold = 75

# for `disallowed_method`:
# https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_method
disallowed-methods = [
  { path = "std::io::Write::write", reason = "This doesn't handle short writes, use `write_all` instead." },
]