-
Notifications
You must be signed in to change notification settings - Fork 0
Config
Actionbot edited this page Mar 29, 2026
·
5 revisions
You can configure biak behavior via the .biak/config.json file.
{
"severityWhenDisabled": "none",
"severitiesToDisable": [
"error",
"warning",
"suggestion"
]
}| Name | Available | Default | Description |
|---|---|---|---|
severityWhenDisabled |
none, error, warning, suggestion, silent, default
|
none |
Defines the severity level applied to rules disabled using the dotnet biak disable command. |
severitiesToDisable |
["none", "error", "warning", "suggestion", "silent", "default"] |
["error", "warning", "suggestion"] |
Specifies which analyzer severity levels are replaced when running the dotnet biak disable command. |
- You can use biak without a configuration file - default values will be used.
- Some settings can be configured, but biak works without any configuration.
Hey! If you don't have write access to the wiki, you can change that in the docs/wiki folder.