Skip to content

Commit ff2bcec

Browse files
committed
docs: include new AllowInfix & {Upper,Lower}case settings
1 parent 1974a4b commit ff2bcec

File tree

18 files changed

+36
-36
lines changed

18 files changed

+36
-36
lines changed

docs/content/how-tos/rules/FL0036.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Note, any of the settings below can be omitted and will not be checked.
3333
}
3434
}
3535

36-
* *naming* - expected casing of the identifiers ("PascalCase" or "CamelCase")
37-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
36+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
37+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3838
* *prefix* - prefix string expected on the front of the identifiers.
3939
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0037.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Note, any of the settings below can be omitted and will not be checked.
3333
}
3434
}
3535

36-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
37-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
36+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
37+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3838
* *prefix* - prefix string expected on the front of the identifiers.
3939
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0038.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, any of the settings below can be omitted and will not be checked.
3232
}
3333
}
3434

35-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
36-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
35+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
36+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3737
* *prefix* - prefix string expected on the front of the identifiers.
3838
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0039.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, any of the settings below can be omitted and will not be checked.
3232
}
3333
}
3434

35-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
36-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
35+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
36+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3737
* *prefix* - prefix string expected on the front of the identifiers.
3838
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0040.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, any of the settings below can be omitted and will not be checked.
3232
}
3333
}
3434

35-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
36-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
35+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
36+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3737
* *prefix* - prefix string expected on the front of the identifiers.
3838
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0041.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, any of the settings below can be omitted and will not be checked.
3232
}
3333
}
3434

35-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
36-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
35+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
36+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3737
* *prefix* - prefix string expected on the front of the identifiers.
3838
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0042.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note, any of the settings below can be omitted and will not be checked.
3434
}
3535
}
3636

37-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
38-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
37+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
38+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3939
* *prefix* - prefix string expected on the front of the identifiers.
4040
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0043.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, any of the settings below can be omitted and will not be checked.
3232
}
3333
}
3434

35-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
36-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
35+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
36+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3737
* *prefix* - prefix string expected on the front of the identifiers.
3838
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0044.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, any of the settings below can be omitted and will not be checked.
3232
}
3333
}
3434

35-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
36-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
35+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
36+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3737
* *prefix* - prefix string expected on the front of the identifiers.
3838
* *suffix* - suffix string expected on the end of the identifiers.

docs/content/how-tos/rules/FL0045.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, any of the settings below can be omitted and will not be checked.
3232
}
3333
}
3434

35-
* *naming* - expected casing of the identifiers: "PascalCase" or "CamelCase".
36-
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowAny", or "None".
35+
* *naming* - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
36+
* *underscores* - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
3737
* *prefix* - prefix string expected on the front of the identifiers.
3838
* *suffix* - suffix string expected on the end of the identifiers.

0 commit comments

Comments
 (0)