mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-25 06:27:08 +03:00
28 lines
465 B
Plaintext
28 lines
465 B
Plaintext
[Checks]
|
|
block-opening-brace-space-before=error
|
|
double-semicolon=error
|
|
double-spaces=error
|
|
ellipsis=off
|
|
line-length=error
|
|
naming-convention=error
|
|
no-space=error
|
|
note=warn
|
|
space-before-paren=error
|
|
use-of-tabs=error
|
|
trailing-newlines=error
|
|
trailing-whitespace=error
|
|
unnecessary-string-template=error
|
|
|
|
[Disabler]
|
|
disable-by-inline-comments=true
|
|
|
|
[line-length]
|
|
max-line-length=120
|
|
ignore-comments=true
|
|
|
|
[naming-convention]
|
|
exceptions=UUID,
|
|
|
|
[note]
|
|
keywords=TODO,FIXME,
|