We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd3e56c + 33dd49e commit 827966eCopy full SHA for 827966e
build/stylecop.json
@@ -3,6 +3,12 @@
3
"settings": {
4
"orderingRules": {
5
"usingDirectivesPlacement": "outsideNamespace"
6
+ },
7
+ "namingRules": {
8
+ "allowedHungarianPrefixes": [
9
+ "js",
10
+ "db"
11
+ ]
12
}
13
14
changelog.md
@@ -36,4 +36,5 @@ Initial release
36
37
## Unreleased
38
* Breaking: Treat all nullability warnings as errors.
39
-* Lints involving single line comments have been reduced to warnings to make temporary code commenting easier.
+* Lints involving single line comments have been reduced to warnings to make temporary code commenting easier.
40
+* The hungarian notation rule has been relaxed to allow `js` and `db` since those two are common "false positives".
0 commit comments