Trending repository
-
Updated
Mar 19, 2022 - Rust
March 24, 2022 - March 28, 2022 • Online
Open source projects built in or receiving significant contributions from Brazil :brazil:
Helping development teams proactively discover, predict, and remediate errors with real-time, AI-assisted workflows.
Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced multiple W503 messages. Attempted to utilize extended-ignore and reloaded/rescanned project. Warnings persisted. I ensured no W503/W504 ignores were present in code or configuration. Only after adding explicitly W503 to extended-ignore would flake8 be satisfied.
_Originally posted by
Rocksdb has a write option to set it low priority. Our pruners should use this option.
Other options that seems no brainer to enable:
use "multithreaded" flavor of the DB https://docs.rs/rocksdb/latest/rocksdb/type.DB.html#compatibility-and-multi-threaded-mode
these options upon DB open:
let mut opts = Options::default();
opts.increase_parallelism(num_cpus::
» semgrep --test --json . | head
{
"config_missing_tests": [],
"config_with_errors": [],
"results": {
"unsafe-exec.yaml": {
"checks": {
Helping development teams proactively discover, predict, and remediate errors with real-time, AI-assisted workflows.
This might get persisted to settings json file. Thoughts?