mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
fix linter rules name
This commit is contained in:
@@ -1,20 +1,24 @@
|
|||||||
# .perltidyrc - Configuration for perltidy
|
# .perltidyrc - Configuration for perltidy
|
||||||
|
|
||||||
# Indentation
|
## Indentation
|
||||||
|
|
||||||
--indent-columns=2
|
--indent-columns=2
|
||||||
--continuation-indentation=2
|
--continuation-indentation=2
|
||||||
--extended-continuation-indentation
|
--extended-continuation-indentation
|
||||||
|
|
||||||
# Line length and wrapping
|
## Line length and wrapping
|
||||||
|
|
||||||
--maximum-line-length=160
|
--maximum-line-length=160
|
||||||
|
|
||||||
# Brackets spaces
|
## Brackets spaces
|
||||||
|
|
||||||
--paren-tightness=0
|
--paren-tightness=0
|
||||||
--brace-tightness=0
|
--brace-tightness=0
|
||||||
--block-brace-tightness=0
|
--block-brace-tightness=0
|
||||||
|
|
||||||
# Comments
|
## Comments
|
||||||
|
|
||||||
|
## Blocks
|
||||||
|
|
||||||
# Blocks
|
|
||||||
--cuddled-else
|
--cuddled-else
|
||||||
--cuddled-blocks
|
--cuddled-blocks
|
||||||
Reference in New Issue
Block a user