summaryrefslogtreecommitdiff
path: root/tests/functional/s
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/s
parent8403b8961560591810a75f088fb72b8b052665ca (diff)
downloadpylint-git-3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f.tar.gz
Fix trailing whitespaces and trailing newlines
Diffstat (limited to 'tests/functional/s')
-rw-r--r--tests/functional/s/simplifiable_if_expression.txt2
-rw-r--r--tests/functional/s/singledispatch_functions.txt2
-rw-r--r--tests/functional/s/singledispatch_functions_py3.txt2
-rw-r--r--tests/functional/s/star_needs_assignment_target_py35.txt2
-rw-r--r--tests/functional/s/statement_without_effect_py36.txt2
-rw-r--r--tests/functional/s/string_formatting.txt2
-rw-r--r--tests/functional/s/string_formatting_disable.py2
-rw-r--r--tests/functional/s/string_formatting_disable.txt2
-rw-r--r--tests/functional/s/string_formatting_py27.rc2
-rw-r--r--tests/functional/s/string_formatting_py3.rc2
-rw-r--r--tests/functional/s/syntax_error.txt2
-rw-r--r--tests/functional/s/syntax_error_jython.txt2
-rw-r--r--tests/functional/s/sys_stream_regression_1004.rc2
-rw-r--r--tests/functional/s/sys_stream_regression_1004.txt2
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/functional/s/simplifiable_if_expression.txt b/tests/functional/s/simplifiable_if_expression.txt
index b35e08462..427660fa4 100644
--- a/tests/functional/s/simplifiable_if_expression.txt
+++ b/tests/functional/s/simplifiable_if_expression.txt
@@ -1,4 +1,4 @@
simplifiable-if-expression:8:test_simplifiable_1:The if expression can be replaced with 'bool(test)'
simplifiable-if-expression:12:test_simplifiable_2:The if expression can be replaced with 'not test'
simplifiable-if-expression:16:test_simplifiable_3:The if expression can be replaced with 'test'
-simplifiable-if-expression:20:test_simplifiable_4:The if expression can be replaced with 'not test' \ No newline at end of file
+simplifiable-if-expression:20:test_simplifiable_4:The if expression can be replaced with 'not test'
diff --git a/tests/functional/s/singledispatch_functions.txt b/tests/functional/s/singledispatch_functions.txt
index 568f41b31..1a678e43c 100644
--- a/tests/functional/s/singledispatch_functions.txt
+++ b/tests/functional/s/singledispatch_functions.txt
@@ -2,4 +2,4 @@ unused-variable:60:_:Unused variable 'unused'
unused-argument:65:not_single_dispatch:Unused argument 'arg'
unused-argument:70:bad_single_dispatch:Unused argument 'arg'
function-redefined:75:bad_single_dispatch:function already defined line 70
-unused-argument:75:bad_single_dispatch:Unused argument 'arg' \ No newline at end of file
+unused-argument:75:bad_single_dispatch:Unused argument 'arg'
diff --git a/tests/functional/s/singledispatch_functions_py3.txt b/tests/functional/s/singledispatch_functions_py3.txt
index 568f41b31..1a678e43c 100644
--- a/tests/functional/s/singledispatch_functions_py3.txt
+++ b/tests/functional/s/singledispatch_functions_py3.txt
@@ -2,4 +2,4 @@ unused-variable:60:_:Unused variable 'unused'
unused-argument:65:not_single_dispatch:Unused argument 'arg'
unused-argument:70:bad_single_dispatch:Unused argument 'arg'
function-redefined:75:bad_single_dispatch:function already defined line 70
-unused-argument:75:bad_single_dispatch:Unused argument 'arg' \ No newline at end of file
+unused-argument:75:bad_single_dispatch:Unused argument 'arg'
diff --git a/tests/functional/s/star_needs_assignment_target_py35.txt b/tests/functional/s/star_needs_assignment_target_py35.txt
index 07770523b..ec804b565 100644
--- a/tests/functional/s/star_needs_assignment_target_py35.txt
+++ b/tests/functional/s/star_needs_assignment_target_py35.txt
@@ -1 +1 @@
-star-needs-assignment-target:15::Can use starred expression only in assignment target \ No newline at end of file
+star-needs-assignment-target:15::Can use starred expression only in assignment target
diff --git a/tests/functional/s/statement_without_effect_py36.txt b/tests/functional/s/statement_without_effect_py36.txt
index 6b782923b..65923b138 100644
--- a/tests/functional/s/statement_without_effect_py36.txt
+++ b/tests/functional/s/statement_without_effect_py36.txt
@@ -1 +1 @@
-pointless-string-statement:18:ClassLevelAttributeTest:String statement has no effect \ No newline at end of file
+pointless-string-statement:18:ClassLevelAttributeTest:String statement has no effect
diff --git a/tests/functional/s/string_formatting.txt b/tests/functional/s/string_formatting.txt
index 9801de1a7..c69cc458a 100644
--- a/tests/functional/s/string_formatting.txt
+++ b/tests/functional/s/string_formatting.txt
@@ -38,4 +38,4 @@ too-many-format-args:128:issue322:Too many arguments for format string
too-few-format-args:129:issue322:Not enough arguments for format string
too-few-format-args:152:issue351:Not enough arguments for format string
too-many-format-args:154:issue351:Too many arguments for format string
-bad-format-string:188:avoid_empty_attribute:Invalid format string \ No newline at end of file
+bad-format-string:188:avoid_empty_attribute:Invalid format string
diff --git a/tests/functional/s/string_formatting_disable.py b/tests/functional/s/string_formatting_disable.py
index 096c84734..88f3dcf03 100644
--- a/tests/functional/s/string_formatting_disable.py
+++ b/tests/functional/s/string_formatting_disable.py
@@ -1 +1 @@
-"a {} {".format(1) # [bad-format-string] \ No newline at end of file
+"a {} {".format(1) # [bad-format-string]
diff --git a/tests/functional/s/string_formatting_disable.txt b/tests/functional/s/string_formatting_disable.txt
index 2c8f6db59..fa6e9ce9b 100644
--- a/tests/functional/s/string_formatting_disable.txt
+++ b/tests/functional/s/string_formatting_disable.txt
@@ -1 +1 @@
-bad-format-string:1::Invalid format string \ No newline at end of file
+bad-format-string:1::Invalid format string
diff --git a/tests/functional/s/string_formatting_py27.rc b/tests/functional/s/string_formatting_py27.rc
index 80170b777..8cc2fde47 100644
--- a/tests/functional/s/string_formatting_py27.rc
+++ b/tests/functional/s/string_formatting_py27.rc
@@ -1,3 +1,3 @@
[testoptions]
min_pyver=2.7
-max_pyver=3.0 \ No newline at end of file
+max_pyver=3.0
diff --git a/tests/functional/s/string_formatting_py3.rc b/tests/functional/s/string_formatting_py3.rc
index a2ab06c50..c093be204 100644
--- a/tests/functional/s/string_formatting_py3.rc
+++ b/tests/functional/s/string_formatting_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/s/syntax_error.txt b/tests/functional/s/syntax_error.txt
index f14ae39dd..c60d001c1 100644
--- a/tests/functional/s/syntax_error.txt
+++ b/tests/functional/s/syntax_error.txt
@@ -1 +1 @@
-syntax-error:1::invalid syntax (<unknown>, line 1) \ No newline at end of file
+syntax-error:1::invalid syntax (<unknown>, line 1)
diff --git a/tests/functional/s/syntax_error_jython.txt b/tests/functional/s/syntax_error_jython.txt
index e532aece7..56c75f6f6 100644
--- a/tests/functional/s/syntax_error_jython.txt
+++ b/tests/functional/s/syntax_error_jython.txt
@@ -1 +1 @@
-syntax-error:1::"mismatched input '\n\n\n\n' expecting LPAREN" \ No newline at end of file
+syntax-error:1::"mismatched input '\n\n\n\n' expecting LPAREN"
diff --git a/tests/functional/s/sys_stream_regression_1004.rc b/tests/functional/s/sys_stream_regression_1004.rc
index 182fae81c..15704f555 100644
--- a/tests/functional/s/sys_stream_regression_1004.rc
+++ b/tests/functional/s/sys_stream_regression_1004.rc
@@ -1,3 +1,3 @@
[testoptions]
min_pyver=3.5
-except_implementations=PyPy \ No newline at end of file
+except_implementations=PyPy
diff --git a/tests/functional/s/sys_stream_regression_1004.txt b/tests/functional/s/sys_stream_regression_1004.txt
index b68af46fa..d14134285 100644
--- a/tests/functional/s/sys_stream_regression_1004.txt
+++ b/tests/functional/s/sys_stream_regression_1004.txt
@@ -1,2 +1,2 @@
no-member:6::Instance of 'TextIOWrapper' has no 'buff' member:INFERENCE
-no-member:7::Instance of 'BufferedWriter' has no 'write1' member; maybe 'write'?:INFERENCE \ No newline at end of file
+no-member:7::Instance of 'BufferedWriter' has no 'write1' member; maybe 'write'?:INFERENCE