-
Notifications
You must be signed in to change notification settings - Fork 0
Config
Actionbot edited this page Mar 14, 2026
·
5 revisions
You can configure biak behavior via the .biak/config.json file.
{
"severityWhenDisabled": "none"
}| 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. |
- 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.