summaryrefslogtreecommitdiff
path: root/tests/functional/a
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-03 17:29:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-03 18:24:25 +0200
commit3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f (patch)
treee812974218d0b182c70221177dbdcd6710e47d05 /tests/functional/a
parent8403b8961560591810a75f088fb72b8b052665ca (diff)
downloadpylint-git-3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f.tar.gz
Fix trailing whitespaces and trailing newlines
Diffstat (limited to 'tests/functional/a')
-rw-r--r--tests/functional/a/abstract_class_instantiated_py3.rc2
-rw-r--r--tests/functional/a/abstract_class_instantiated_py34.rc2
-rw-r--r--tests/functional/a/abstract_method_py3.rc2
-rw-r--r--tests/functional/a/access_member_before_definition.txt2
-rw-r--r--tests/functional/a/anomalous_unicode_escape_py3.rc2
-rw-r--r--tests/functional/a/anomalous_unicode_escape_py3.txt2
-rw-r--r--tests/functional/a/arguments_differ_py3.rc2
-rw-r--r--tests/functional/a/assigning_non_slot.txt2
-rw-r--r--tests/functional/a/assignment_from_no_return.txt2
-rw-r--r--tests/functional/a/assignment_from_no_return_py3.rc2
-rw-r--r--tests/functional/a/async_functions.rc2
-rw-r--r--tests/functional/a/async_functions.txt2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/functional/a/abstract_class_instantiated_py3.rc b/tests/functional/a/abstract_class_instantiated_py3.rc
index a2ab06c50..c093be204 100644
--- a/tests/functional/a/abstract_class_instantiated_py3.rc
+++ b/tests/functional/a/abstract_class_instantiated_py3.rc
@@ -1,2 +1,2 @@
[testoptions]
-min_pyver=3.0 \ No newline at end of file
+min_pyver=3.0
diff --git a/tests/functional/a/abstract_class_instantiated_py34.rc b/tests/functional/a/abstract_class_instantiated_py34.rc
index 1fb7b8710..f400a86e6 100644
--- a/tests/functional/a/abstract_class_instantiated_py34.rc
+++ b/tests/functional/a/abstract_class_instantiated_py34.rc
@@ -1,2 +1,2 @@
[testoptions]
-min_pyver=3.4 \ No newline at end of file
+min_pyver=3.4
diff --git a/tests/functional/a/abstract_method_py3.rc b/tests/functional/a/abstract_method_py3.rc
index a2ab06c50..c093be204 100644
--- a/tests/functional/a/abstract_method_py3.rc
+++ b/tests/functional/a/abstract_method_py3.rc
@@ -1,2 +1,2 @@
[testoptions]
-min_pyver=3.0 \ No newline at end of file
+min_pyver=3.0
diff --git a/tests/functional/a/access_member_before_definition.txt b/tests/functional/a/access_member_before_definition.txt
index 9b3ae697d..cb1363d21 100644
--- a/tests/functional/a/access_member_before_definition.txt
+++ b/tests/functional/a/access_member_before_definition.txt
@@ -1,2 +1,2 @@
access-member-before-definition:8:Aaaa.__init__:Access to member '_var2' before its definition line 9
-access-member-before-definition:28:Bbbb.catchme:Access to member '_repo' before its definition line 30 \ No newline at end of file
+access-member-before-definition:28:Bbbb.catchme:Access to member '_repo' before its definition line 30
diff --git a/tests/functional/a/anomalous_unicode_escape_py3.rc b/tests/functional/a/anomalous_unicode_escape_py3.rc
index 8c6eb56c4..c0490a61a 100644
--- a/tests/functional/a/anomalous_unicode_escape_py3.rc
+++ b/tests/functional/a/anomalous_unicode_escape_py3.rc
@@ -1,2 +1,2 @@
[testoptions]
-min_pyver=3.0 \ No newline at end of file
+min_pyver=3.0
diff --git a/tests/functional/a/anomalous_unicode_escape_py3.txt b/tests/functional/a/anomalous_unicode_escape_py3.txt
index d2c5d10ed..c242cb98f 100644
--- a/tests/functional/a/anomalous_unicode_escape_py3.txt
+++ b/tests/functional/a/anomalous_unicode_escape_py3.txt
@@ -1,3 +1,3 @@
anomalous-unicode-escape-in-string:5::"Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix."
anomalous-unicode-escape-in-string:6::"Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix."
-anomalous-unicode-escape-in-string:8::"Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix." \ No newline at end of file
+anomalous-unicode-escape-in-string:8::"Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix."
diff --git a/tests/functional/a/arguments_differ_py3.rc b/tests/functional/a/arguments_differ_py3.rc
index a2ab06c50..c093be204 100644
--- a/tests/functional/a/arguments_differ_py3.rc
+++ b/tests/functional/a/arguments_differ_py3.rc
@@ -1,2 +1,2 @@
[testoptions]
-min_pyver=3.0 \ No newline at end of file
+min_pyver=3.0
diff --git a/tests/functional/a/assigning_non_slot.txt b/tests/functional/a/assigning_non_slot.txt
index 9d24a92eb..76e87d2ec 100644
--- a/tests/functional/a/assigning_non_slot.txt
+++ b/tests/functional/a/assigning_non_slot.txt
@@ -2,4 +2,4 @@ assigning-non-slot:18:Bad.__init__:Assigning to attribute 'missing' not defined
assigning-non-slot:26:Bad2.__init__:Assigning to attribute 'missing' not defined in class slots
assigning-non-slot:36:Bad3.__init__:Assigning to attribute 'missing' not defined in class slots
assigning-non-slot:132:dont_emit_for_descriptors:Assigning to attribute 'non_data_descriptor' not defined in class slots
-assigning-non-slot:150:ClassReassingingInvalidLayoutClass.release:Assigning to attribute '__class__' not defined in class slots \ No newline at end of file
+assigning-non-slot:150:ClassReassingingInvalidLayoutClass.release:Assigning to attribute '__class__' not defined in class slots
diff --git a/tests/functional/a/assignment_from_no_return.txt b/tests/functional/a/assignment_from_no_return.txt
index 1972103a8..500d41d6b 100644
--- a/tests/functional/a/assignment_from_no_return.txt
+++ b/tests/functional/a/assignment_from_no_return.txt
@@ -1,2 +1,2 @@
assignment-from-no-return:26:Class.some_other_method:Assigning result of a function call, where the function has no return
-assignment-from-no-return:31::Assigning result of a function call, where the function has no return \ No newline at end of file
+assignment-from-no-return:31::Assigning result of a function call, where the function has no return
diff --git a/tests/functional/a/assignment_from_no_return_py3.rc b/tests/functional/a/assignment_from_no_return_py3.rc
index 1450ccc64..0ba2b6333 100644
--- a/tests/functional/a/assignment_from_no_return_py3.rc
+++ b/tests/functional/a/assignment_from_no_return_py3.rc
@@ -1,2 +1,2 @@
[testoptions]
-min_pyver=3.6 \ No newline at end of file
+min_pyver=3.6
diff --git a/tests/functional/a/async_functions.rc b/tests/functional/a/async_functions.rc
index 03004f2c2..71de8b630 100644
--- a/tests/functional/a/async_functions.rc
+++ b/tests/functional/a/async_functions.rc
@@ -1,2 +1,2 @@
[testoptions]
-min_pyver=3.5 \ No newline at end of file
+min_pyver=3.5
diff --git a/tests/functional/a/async_functions.txt b/tests/functional/a/async_functions.txt
index e00c5bbfa..fa5f712ec 100644
--- a/tests/functional/a/async_functions.txt
+++ b/tests/functional/a/async_functions.txt
@@ -8,4 +8,4 @@ dangerous-default-value:57:func:Dangerous default value [] as argument
duplicate-argument-name:57:func:Duplicate argument name a in function definition
duplicate-argument-name:57:func:Duplicate argument name a in function definition
blacklisted-name:62:foo:Black listed name "foo"
-empty-docstring:62:foo:Empty function docstring \ No newline at end of file
+empty-docstring:62:foo:Empty function docstring