We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557fbc4 commit 7aa0ea7Copy full SHA for 7aa0ea7
1 file changed
naming.json
@@ -1,7 +1,7 @@
1
{
2
"script": "addons/naming.py",
3
"args": [
4
- "--private-member-variable=m[A-Z].*"
+ "--private-member-variable=m[A-Z].*",
5
"--var=[a-z].*",
6
"--function=[a-z].*"
7
]
0 commit comments