diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-02-09 00:06:31 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-02-10 23:24:35 +0100 |
commit | 4b61446eadd400e5e1b710d07c7e2f49c17c673c (patch) | |
tree | 95b80cb728fc11d6882a8b1e2795fc77f8c56b44 /tests/functional/n/namePresetCamelCase.txt | |
parent | 93cf02f1d824453c5592c57092e9ba79cc75e3de (diff) | |
download | pylint-git-4b61446eadd400e5e1b710d07c7e2f49c17c673c.tar.gz |
Move functional test files to new structure
Diffstat (limited to 'tests/functional/n/namePresetCamelCase.txt')
-rw-r--r-- | tests/functional/n/namePresetCamelCase.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/n/namePresetCamelCase.txt b/tests/functional/n/namePresetCamelCase.txt new file mode 100644 index 000000000..7b9ec8623 --- /dev/null +++ b/tests/functional/n/namePresetCamelCase.txt @@ -0,0 +1,3 @@ +invalid-name:3:0:3:13::"Constant name ""SOME_CONSTANT"" doesn't conform to camelCase naming style ('([^\\W\\dA-Z][^\\W_]*|__.*__)$' pattern)":HIGH +invalid-name:10:0:19:79:MyClass:"Class name ""MyClass"" doesn't conform to camelCase naming style ('[^\\W\\dA-Z][^\\W_]+$' pattern)":HIGH +invalid-name:22:0:23:8:say_hello:"Function name ""say_hello"" doesn't conform to camelCase naming style ('([^\\W\\dA-Z][^\\W_]{2,}|__[^\\W\\dA-Z_]\\w+__)$' pattern)":HIGH |