adlint 2.6.12 → 2.6.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. data/ChangeLog +77 -0
  2. data/NEWS +17 -4
  3. data/bin/adlint +24 -30
  4. data/bin/adlint_chk +22 -28
  5. data/bin/adlint_cma +20 -26
  6. data/bin/adlint_sma +22 -28
  7. data/bin/adlintize +60 -58
  8. data/etc/mesg.d/c_builtin/en_US/messages.yml +168 -168
  9. data/etc/mesg.d/c_builtin/ja_JP/messages.yml +168 -168
  10. data/etc/mesg.d/core/en_US/messages.yml +1 -1
  11. data/etc/mesg.d/core/ja_JP/messages.yml +1 -1
  12. data/features/code_check/W0119.feature +0 -5
  13. data/features/code_check/W0120.feature +1 -0
  14. data/features/code_check/W0121.feature +0 -5
  15. data/features/code_check/W0123.feature +0 -5
  16. data/features/code_check/W0125.feature +0 -5
  17. data/features/code_check/W0127.feature +0 -5
  18. data/features/code_check/W0128.feature +0 -5
  19. data/features/code_check/W0129.feature +0 -5
  20. data/features/code_check/W0130.feature +0 -5
  21. data/features/code_check/W0132.feature +1 -0
  22. data/features/code_check/W0133.feature +0 -5
  23. data/features/code_check/W0134.feature +0 -5
  24. data/features/code_check/W0135.feature +0 -5
  25. data/features/code_check/W0136.feature +0 -5
  26. data/features/code_check/W0137.feature +0 -5
  27. data/features/code_check/W0138.feature +0 -5
  28. data/features/code_check/W0139.feature +0 -5
  29. data/features/code_check/W0140.feature +0 -5
  30. data/features/code_check/W0141.feature +0 -5
  31. data/features/code_check/W0142.feature +0 -5
  32. data/features/code_check/W0157.feature +0 -5
  33. data/features/code_check/W0161.feature +0 -5
  34. data/features/code_check/W0165.feature +0 -5
  35. data/features/code_check/W0169.feature +0 -5
  36. data/features/code_check/W0177.feature +0 -5
  37. data/features/code_check/W0182.feature +0 -5
  38. data/features/code_check/W0183.feature +0 -5
  39. data/features/code_check/W0184.feature +0 -5
  40. data/features/code_check/W0212.feature +0 -5
  41. data/features/code_check/W0214.feature +0 -5
  42. data/features/code_check/W0221.feature +0 -5
  43. data/features/code_check/W0223.feature +0 -5
  44. data/features/code_check/W0230.feature +0 -5
  45. data/features/code_check/W0232.feature +0 -5
  46. data/features/code_check/W0245.feature +0 -5
  47. data/features/code_check/W0246.feature +0 -5
  48. data/features/code_check/W0247.feature +0 -5
  49. data/features/code_check/W0251.feature +0 -5
  50. data/features/code_check/W0650.feature +0 -4
  51. data/features/code_check/W0703.feature +5 -1
  52. data/features/code_check/W0719.feature +0 -10
  53. data/features/code_check/W0748.feature +0 -5
  54. data/features/code_check/W0751.feature +0 -5
  55. data/features/code_check/W0756.feature +0 -5
  56. data/features/code_check/W0763.feature +0 -5
  57. data/features/code_check/W0787.feature +7 -0
  58. data/features/code_check/W0794.feature +0 -1
  59. data/features/code_check/W1052.feature +0 -2
  60. data/features/support/env.rb +2 -7
  61. data/lib/adlint/c/syntax.rb +10 -16
  62. data/lib/adlint/cpp/macro.rb +96 -0
  63. data/lib/adlint/exam/c_builtin/c_check.rb +954 -817
  64. data/lib/adlint/exam/c_builtin/c_check_shima.rb +17 -19
  65. data/lib/adlint/exam/c_builtin/ld_check.rb +86 -44
  66. data/lib/adlint/message.rb +1 -1
  67. data/lib/adlint/util.rb +8 -8
  68. data/lib/adlint/version.rb +2 -2
  69. data/lib/adlint.rb +8 -0
  70. data/share/doc/developers_guide_ja.html +3 -3
  71. data/share/doc/developers_guide_ja.texi +1 -1
  72. data/share/doc/users_guide_en.html +5055 -5053
  73. data/share/doc/users_guide_en.texi +3817 -3818
  74. data/share/doc/users_guide_ja.html +3787 -3786
  75. data/share/doc/users_guide_ja.texi +3784 -3783
  76. data/spec/spec_helper.rb +3 -11
  77. metadata +2 -2
@@ -14,7 +14,6 @@ Feature: W0161
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0134 | 3 | 23 |
18
17
  | W0161 | 3 | 23 |
19
18
  | W0100 | 3 | 19 |
20
19
  | W0104 | 1 | 16 |
@@ -50,7 +49,6 @@ Feature: W0161
50
49
  Then the output should exactly match with:
51
50
  | mesg | line | column |
52
51
  | W0117 | 1 | 6 |
53
- | W0134 | 4 | 9 |
54
52
  | W0161 | 4 | 9 |
55
53
  | W0100 | 3 | 19 |
56
54
  | W0104 | 1 | 16 |
@@ -89,7 +87,6 @@ Feature: W0161
89
87
  | mesg | line | column |
90
88
  | W0118 | 1 | 13 |
91
89
  | W0117 | 3 | 6 |
92
- | W0134 | 5 | 9 |
93
90
  | W0161 | 5 | 9 |
94
91
  | W0104 | 3 | 16 |
95
92
  | W0628 | 3 | 6 |
@@ -125,9 +122,7 @@ Feature: W0161
125
122
  Then the output should exactly match with:
126
123
  | mesg | line | column |
127
124
  | W0117 | 1 | 15 |
128
- | W0134 | 3 | 12 |
129
125
  | W0161 | 3 | 12 |
130
- | W0270 | 3 | 5 |
131
126
  | W0297 | 3 | 5 |
132
127
  | W0104 | 1 | 25 |
133
128
  | W0628 | 1 | 15 |
@@ -14,7 +14,6 @@ Feature: W0165
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0136 | 3 | 23 |
18
17
  | W0165 | 3 | 23 |
19
18
  | W0100 | 3 | 19 |
20
19
  | W0104 | 1 | 14 |
@@ -50,7 +49,6 @@ Feature: W0165
50
49
  Then the output should exactly match with:
51
50
  | mesg | line | column |
52
51
  | W0117 | 1 | 6 |
53
- | W0136 | 4 | 9 |
54
52
  | W0165 | 4 | 9 |
55
53
  | W0100 | 3 | 19 |
56
54
  | W0104 | 1 | 14 |
@@ -89,7 +87,6 @@ Feature: W0165
89
87
  | mesg | line | column |
90
88
  | W0118 | 1 | 13 |
91
89
  | W0117 | 3 | 6 |
92
- | W0136 | 5 | 9 |
93
90
  | W0165 | 5 | 9 |
94
91
  | W0104 | 3 | 14 |
95
92
  | W0628 | 3 | 6 |
@@ -125,9 +122,7 @@ Feature: W0165
125
122
  Then the output should exactly match with:
126
123
  | mesg | line | column |
127
124
  | W0117 | 1 | 15 |
128
- | W0136 | 3 | 12 |
129
125
  | W0165 | 3 | 12 |
130
- | W0272 | 3 | 5 |
131
126
  | W0301 | 3 | 5 |
132
127
  | W0104 | 1 | 23 |
133
128
  | W0628 | 1 | 15 |
@@ -14,7 +14,6 @@ Feature: W0169
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0138 | 3 | 23 |
18
17
  | W0169 | 3 | 23 |
19
18
  | W0100 | 3 | 19 |
20
19
  | W0104 | 1 | 15 |
@@ -50,7 +49,6 @@ Feature: W0169
50
49
  Then the output should exactly match with:
51
50
  | mesg | line | column |
52
51
  | W0117 | 1 | 6 |
53
- | W0138 | 4 | 9 |
54
52
  | W0169 | 4 | 9 |
55
53
  | W0100 | 3 | 19 |
56
54
  | W0104 | 1 | 15 |
@@ -89,7 +87,6 @@ Feature: W0169
89
87
  | mesg | line | column |
90
88
  | W0118 | 1 | 13 |
91
89
  | W0117 | 3 | 6 |
92
- | W0138 | 5 | 9 |
93
90
  | W0169 | 5 | 9 |
94
91
  | W0104 | 3 | 15 |
95
92
  | W0628 | 3 | 6 |
@@ -125,9 +122,7 @@ Feature: W0169
125
122
  Then the output should exactly match with:
126
123
  | mesg | line | column |
127
124
  | W0117 | 1 | 15 |
128
- | W0138 | 3 | 12 |
129
125
  | W0169 | 3 | 12 |
130
- | W0274 | 3 | 5 |
131
126
  | W0305 | 3 | 5 |
132
127
  | W0104 | 1 | 24 |
133
128
  | W0628 | 1 | 15 |
@@ -14,7 +14,6 @@ Feature: W0177
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0140 | 3 | 23 |
18
17
  | W0177 | 3 | 23 |
19
18
  | W0100 | 3 | 19 |
20
19
  | W0104 | 1 | 20 |
@@ -52,7 +51,6 @@ Feature: W0177
52
51
  Then the output should exactly match with:
53
52
  | mesg | line | column |
54
53
  | W0117 | 1 | 6 |
55
- | W0140 | 4 | 9 |
56
54
  | W0177 | 4 | 9 |
57
55
  | W0100 | 3 | 19 |
58
56
  | W0104 | 1 | 20 |
@@ -93,7 +91,6 @@ Feature: W0177
93
91
  | mesg | line | column |
94
92
  | W0118 | 1 | 13 |
95
93
  | W0117 | 3 | 6 |
96
- | W0140 | 5 | 9 |
97
94
  | W0177 | 5 | 9 |
98
95
  | W0104 | 3 | 20 |
99
96
  | W0834 | 3 | 10 |
@@ -131,9 +128,7 @@ Feature: W0177
131
128
  Then the output should exactly match with:
132
129
  | mesg | line | column |
133
130
  | W0117 | 1 | 15 |
134
- | W0140 | 3 | 12 |
135
131
  | W0177 | 3 | 12 |
136
- | W0276 | 3 | 5 |
137
132
  | W0313 | 3 | 5 |
138
133
  | W0104 | 1 | 29 |
139
134
  | W0834 | 1 | 19 |
@@ -14,7 +14,6 @@ Feature: W0182
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0127 | 3 | 15 |
18
17
  | W0182 | 3 | 15 |
19
18
  | W0100 | 3 | 11 |
20
19
  | W0104 | 1 | 24 |
@@ -49,7 +48,6 @@ Feature: W0182
49
48
  Then the output should exactly match with:
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
- | W0127 | 4 | 9 |
53
51
  | W0182 | 4 | 9 |
54
52
  | W0100 | 3 | 11 |
55
53
  | W0104 | 1 | 24 |
@@ -87,7 +85,6 @@ Feature: W0182
87
85
  | mesg | line | column |
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
- | W0127 | 5 | 9 |
91
88
  | W0182 | 5 | 9 |
92
89
  | W0104 | 3 | 24 |
93
90
  | W0628 | 3 | 6 |
@@ -122,9 +119,7 @@ Feature: W0182
122
119
  Then the output should exactly match with:
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 7 |
125
- | W0127 | 3 | 12 |
126
122
  | W0182 | 3 | 12 |
127
- | W0263 | 3 | 5 |
128
123
  | W0318 | 3 | 5 |
129
124
  | W0104 | 1 | 25 |
130
125
  | W0628 | 1 | 7 |
@@ -14,7 +14,6 @@ Feature: W0183
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0128 | 3 | 16 |
18
17
  | W0183 | 3 | 16 |
19
18
  | W0100 | 3 | 12 |
20
19
  | W0104 | 1 | 24 |
@@ -49,7 +48,6 @@ Feature: W0183
49
48
  Then the output should exactly match with:
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
- | W0128 | 4 | 9 |
53
51
  | W0183 | 4 | 9 |
54
52
  | W0100 | 3 | 12 |
55
53
  | W0104 | 1 | 24 |
@@ -87,7 +85,6 @@ Feature: W0183
87
85
  | mesg | line | column |
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
- | W0128 | 5 | 9 |
91
88
  | W0183 | 5 | 9 |
92
89
  | W0104 | 3 | 24 |
93
90
  | W0628 | 3 | 6 |
@@ -122,9 +119,7 @@ Feature: W0183
122
119
  Then the output should exactly match with:
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 8 |
125
- | W0128 | 3 | 12 |
126
122
  | W0183 | 3 | 12 |
127
- | W0264 | 3 | 5 |
128
123
  | W0319 | 3 | 5 |
129
124
  | W0104 | 1 | 26 |
130
125
  | W0628 | 1 | 8 |
@@ -15,7 +15,6 @@ Feature: W0184
15
15
  Then the output should exactly match with:
16
16
  | mesg | line | column |
17
17
  | W0117 | 1 | 6 |
18
- | W0129 | 3 | 21 |
19
18
  | W0184 | 3 | 21 |
20
19
  | W0100 | 3 | 17 |
21
20
  | W0104 | 1 | 24 |
@@ -50,7 +49,6 @@ Feature: W0184
50
49
  Then the output should exactly match with:
51
50
  | mesg | line | column |
52
51
  | W0117 | 1 | 6 |
53
- | W0129 | 4 | 9 |
54
52
  | W0184 | 4 | 9 |
55
53
  | W0100 | 3 | 17 |
56
54
  | W0104 | 1 | 24 |
@@ -88,7 +86,6 @@ Feature: W0184
88
86
  | mesg | line | column |
89
87
  | W0118 | 1 | 13 |
90
88
  | W0117 | 3 | 6 |
91
- | W0129 | 5 | 9 |
92
89
  | W0184 | 5 | 9 |
93
90
  | W0104 | 3 | 24 |
94
91
  | W0628 | 3 | 6 |
@@ -123,9 +120,7 @@ Feature: W0184
123
120
  Then the output should exactly match with:
124
121
  | mesg | line | column |
125
122
  | W0117 | 1 | 13 |
126
- | W0129 | 3 | 12 |
127
123
  | W0184 | 3 | 12 |
128
- | W0265 | 3 | 5 |
129
124
  | W0320 | 3 | 5 |
130
125
  | W0104 | 1 | 31 |
131
126
  | W0628 | 1 | 13 |
@@ -15,7 +15,6 @@ Feature: W0212
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
17
  | W0212 | 3 | 14 |
18
- | W0214 | 3 | 14 |
19
18
  | W0100 | 3 | 10 |
20
19
  | W0104 | 1 | 16 |
21
20
  | W0628 | 1 | 6 |
@@ -50,7 +49,6 @@ Feature: W0212
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
51
  | W0212 | 4 | 9 |
53
- | W0214 | 4 | 9 |
54
52
  | W0100 | 3 | 10 |
55
53
  | W0104 | 1 | 16 |
56
54
  | W0628 | 1 | 6 |
@@ -88,7 +86,6 @@ Feature: W0212
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
88
  | W0212 | 5 | 9 |
91
- | W0214 | 5 | 9 |
92
89
  | W0104 | 3 | 16 |
93
90
  | W0628 | 3 | 6 |
94
91
 
@@ -123,9 +120,7 @@ Feature: W0212
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 6 |
125
122
  | W0212 | 3 | 12 |
126
- | W0214 | 3 | 12 |
127
123
  | W0348 | 3 | 5 |
128
- | W0350 | 3 | 5 |
129
124
  | W0104 | 1 | 16 |
130
125
  | W0628 | 1 | 6 |
131
126
 
@@ -14,7 +14,6 @@ Feature: W0214
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0212 | 3 | 23 |
18
17
  | W0214 | 3 | 23 |
19
18
  | W0100 | 3 | 19 |
20
19
  | W0104 | 1 | 16 |
@@ -49,7 +48,6 @@ Feature: W0214
49
48
  Then the output should exactly match with:
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
- | W0212 | 4 | 9 |
53
51
  | W0214 | 4 | 9 |
54
52
  | W0100 | 3 | 19 |
55
53
  | W0104 | 1 | 16 |
@@ -87,7 +85,6 @@ Feature: W0214
87
85
  | mesg | line | column |
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
- | W0212 | 5 | 9 |
91
88
  | W0214 | 5 | 9 |
92
89
  | W0104 | 3 | 16 |
93
90
  | W0628 | 3 | 6 |
@@ -122,9 +119,7 @@ Feature: W0214
122
119
  Then the output should exactly match with:
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 15 |
125
- | W0212 | 3 | 12 |
126
122
  | W0214 | 3 | 12 |
127
- | W0348 | 3 | 5 |
128
123
  | W0350 | 3 | 5 |
129
124
  | W0104 | 1 | 25 |
130
125
  | W0628 | 1 | 15 |
@@ -15,7 +15,6 @@ Feature: W0221
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
17
  | W0221 | 3 | 14 |
18
- | W0223 | 3 | 14 |
19
18
  | W0100 | 3 | 10 |
20
19
  | W0104 | 1 | 17 |
21
20
  | W0628 | 1 | 6 |
@@ -50,7 +49,6 @@ Feature: W0221
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
51
  | W0221 | 4 | 9 |
53
- | W0223 | 4 | 9 |
54
52
  | W0100 | 3 | 10 |
55
53
  | W0104 | 1 | 17 |
56
54
  | W0628 | 1 | 6 |
@@ -88,7 +86,6 @@ Feature: W0221
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
88
  | W0221 | 5 | 9 |
91
- | W0223 | 5 | 9 |
92
89
  | W0104 | 3 | 17 |
93
90
  | W0628 | 3 | 6 |
94
91
 
@@ -123,9 +120,7 @@ Feature: W0221
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 6 |
125
122
  | W0221 | 3 | 12 |
126
- | W0223 | 3 | 12 |
127
123
  | W0357 | 3 | 5 |
128
- | W0359 | 3 | 5 |
129
124
  | W0104 | 1 | 17 |
130
125
  | W0628 | 1 | 6 |
131
126
 
@@ -14,7 +14,6 @@ Feature: W0223
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0221 | 3 | 23 |
18
17
  | W0223 | 3 | 23 |
19
18
  | W0100 | 3 | 19 |
20
19
  | W0104 | 1 | 17 |
@@ -49,7 +48,6 @@ Feature: W0223
49
48
  Then the output should exactly match with:
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
- | W0221 | 4 | 9 |
53
51
  | W0223 | 4 | 9 |
54
52
  | W0100 | 3 | 19 |
55
53
  | W0104 | 1 | 17 |
@@ -87,7 +85,6 @@ Feature: W0223
87
85
  | mesg | line | column |
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
- | W0221 | 5 | 9 |
91
88
  | W0223 | 5 | 9 |
92
89
  | W0104 | 3 | 17 |
93
90
  | W0628 | 3 | 6 |
@@ -122,9 +119,7 @@ Feature: W0223
122
119
  Then the output should exactly match with:
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 15 |
125
- | W0221 | 3 | 12 |
126
122
  | W0223 | 3 | 12 |
127
- | W0357 | 3 | 5 |
128
123
  | W0359 | 3 | 5 |
129
124
  | W0104 | 1 | 26 |
130
125
  | W0628 | 1 | 15 |
@@ -15,7 +15,6 @@ Feature: W0230
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
17
  | W0230 | 3 | 14 |
18
- | W0232 | 3 | 14 |
19
18
  | W0100 | 3 | 10 |
20
19
  | W0104 | 1 | 22 |
21
20
  | W0628 | 1 | 6 |
@@ -50,7 +49,6 @@ Feature: W0230
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
51
  | W0230 | 4 | 9 |
53
- | W0232 | 4 | 9 |
54
52
  | W0100 | 3 | 10 |
55
53
  | W0104 | 1 | 22 |
56
54
  | W0628 | 1 | 6 |
@@ -88,7 +86,6 @@ Feature: W0230
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
88
  | W0230 | 5 | 9 |
91
- | W0232 | 5 | 9 |
92
89
  | W0104 | 3 | 22 |
93
90
  | W0628 | 3 | 6 |
94
91
 
@@ -123,9 +120,7 @@ Feature: W0230
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 6 |
125
122
  | W0230 | 3 | 12 |
126
- | W0232 | 3 | 12 |
127
123
  | W0366 | 3 | 5 |
128
- | W0368 | 3 | 5 |
129
124
  | W0104 | 1 | 22 |
130
125
  | W0628 | 1 | 6 |
131
126
 
@@ -15,7 +15,6 @@ Feature: W0232
15
15
  Then the output should exactly match with:
16
16
  | mesg | line | column |
17
17
  | W0117 | 1 | 6 |
18
- | W0230 | 3 | 23 |
19
18
  | W0232 | 3 | 23 |
20
19
  | W0100 | 3 | 19 |
21
20
  | W0104 | 1 | 22 |
@@ -50,7 +49,6 @@ Feature: W0232
50
49
  Then the output should exactly match with:
51
50
  | mesg | line | column |
52
51
  | W0117 | 1 | 6 |
53
- | W0230 | 4 | 9 |
54
52
  | W0232 | 4 | 9 |
55
53
  | W0100 | 3 | 19 |
56
54
  | W0104 | 1 | 22 |
@@ -88,7 +86,6 @@ Feature: W0232
88
86
  | mesg | line | column |
89
87
  | W0118 | 1 | 13 |
90
88
  | W0117 | 3 | 6 |
91
- | W0230 | 5 | 9 |
92
89
  | W0232 | 5 | 9 |
93
90
  | W0104 | 3 | 22 |
94
91
  | W0628 | 3 | 6 |
@@ -123,9 +120,7 @@ Feature: W0232
123
120
  Then the output should exactly match with:
124
121
  | mesg | line | column |
125
122
  | W0117 | 1 | 15 |
126
- | W0230 | 3 | 12 |
127
123
  | W0232 | 3 | 12 |
128
- | W0366 | 3 | 5 |
129
124
  | W0368 | 3 | 5 |
130
125
  | W0104 | 1 | 31 |
131
126
  | W0628 | 1 | 15 |
@@ -14,7 +14,6 @@ Feature: W0245
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0121 | 3 | 15 |
18
17
  | W0245 | 3 | 15 |
19
18
  | W0100 | 3 | 11 |
20
19
  | W0104 | 1 | 24 |
@@ -49,7 +48,6 @@ Feature: W0245
49
48
  Then the output should exactly match with:
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
- | W0121 | 4 | 9 |
53
51
  | W0245 | 4 | 9 |
54
52
  | W0100 | 3 | 11 |
55
53
  | W0104 | 1 | 24 |
@@ -87,7 +85,6 @@ Feature: W0245
87
85
  | mesg | line | column |
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
- | W0121 | 5 | 9 |
91
88
  | W0245 | 5 | 9 |
92
89
  | W0104 | 3 | 24 |
93
90
  | W0628 | 3 | 6 |
@@ -122,9 +119,7 @@ Feature: W0245
122
119
  Then the output should exactly match with:
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 7 |
125
- | W0121 | 3 | 12 |
126
122
  | W0245 | 3 | 12 |
127
- | W0257 | 3 | 5 |
128
123
  | W0401 | 3 | 5 |
129
124
  | W0104 | 1 | 25 |
130
125
  | W0628 | 1 | 7 |
@@ -14,7 +14,6 @@ Feature: W0246
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0123 | 3 | 13 |
18
17
  | W0246 | 3 | 13 |
19
18
  | W0100 | 3 | 9 |
20
19
  | W0104 | 1 | 24 |
@@ -49,7 +48,6 @@ Feature: W0246
49
48
  Then the output should exactly match with:
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
- | W0123 | 4 | 9 |
53
51
  | W0246 | 4 | 9 |
54
52
  | W0100 | 3 | 9 |
55
53
  | W0104 | 1 | 24 |
@@ -87,7 +85,6 @@ Feature: W0246
87
85
  | mesg | line | column |
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
- | W0123 | 5 | 9 |
91
88
  | W0246 | 5 | 9 |
92
89
  | W0104 | 3 | 24 |
93
90
  | W0628 | 3 | 6 |
@@ -122,9 +119,7 @@ Feature: W0246
122
119
  Then the output should exactly match with:
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 5 |
125
- | W0123 | 3 | 12 |
126
122
  | W0246 | 3 | 12 |
127
- | W0259 | 3 | 5 |
128
123
  | W0402 | 3 | 5 |
129
124
  | W0104 | 1 | 23 |
130
125
  | W0628 | 1 | 5 |
@@ -14,7 +14,6 @@ Feature: W0247
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0125 | 3 | 14 |
18
17
  | W0247 | 3 | 14 |
19
18
  | W0100 | 3 | 10 |
20
19
  | W0104 | 1 | 24 |
@@ -49,7 +48,6 @@ Feature: W0247
49
48
  Then the output should exactly match with:
50
49
  | mesg | line | column |
51
50
  | W0117 | 1 | 6 |
52
- | W0125 | 4 | 9 |
53
51
  | W0247 | 4 | 9 |
54
52
  | W0100 | 3 | 10 |
55
53
  | W0104 | 1 | 24 |
@@ -87,7 +85,6 @@ Feature: W0247
87
85
  | mesg | line | column |
88
86
  | W0118 | 1 | 13 |
89
87
  | W0117 | 3 | 6 |
90
- | W0125 | 5 | 9 |
91
88
  | W0247 | 5 | 9 |
92
89
  | W0104 | 3 | 24 |
93
90
  | W0628 | 3 | 6 |
@@ -122,9 +119,7 @@ Feature: W0247
122
119
  Then the output should exactly match with:
123
120
  | mesg | line | column |
124
121
  | W0117 | 1 | 6 |
125
- | W0125 | 3 | 12 |
126
122
  | W0247 | 3 | 12 |
127
- | W0261 | 3 | 5 |
128
123
  | W0403 | 3 | 5 |
129
124
  | W0104 | 1 | 24 |
130
125
  | W0628 | 1 | 6 |
@@ -14,7 +14,6 @@ Feature: W0251
14
14
  Then the output should exactly match with:
15
15
  | mesg | line | column |
16
16
  | W0117 | 1 | 6 |
17
- | W0130 | 3 | 19 |
18
17
  | W0251 | 3 | 19 |
19
18
  | W0100 | 3 | 15 |
20
19
  | W0104 | 1 | 24 |
@@ -52,7 +51,6 @@ Feature: W0251
52
51
  Then the output should exactly match with:
53
52
  | mesg | line | column |
54
53
  | W0117 | 1 | 6 |
55
- | W0130 | 4 | 9 |
56
54
  | W0251 | 4 | 9 |
57
55
  | W0100 | 3 | 15 |
58
56
  | W0104 | 1 | 24 |
@@ -93,7 +91,6 @@ Feature: W0251
93
91
  | mesg | line | column |
94
92
  | W0118 | 1 | 13 |
95
93
  | W0117 | 3 | 6 |
96
- | W0130 | 5 | 9 |
97
94
  | W0251 | 5 | 9 |
98
95
  | W0104 | 3 | 24 |
99
96
  | W0834 | 1 | 17 |
@@ -131,9 +128,7 @@ Feature: W0251
131
128
  Then the output should exactly match with:
132
129
  | mesg | line | column |
133
130
  | W0117 | 1 | 11 |
134
- | W0130 | 3 | 12 |
135
131
  | W0251 | 3 | 12 |
136
- | W0266 | 3 | 5 |
137
132
  | W0407 | 3 | 5 |
138
133
  | W0104 | 1 | 29 |
139
134
  | W0834 | 1 | 1 |
@@ -144,7 +144,6 @@ Feature: W0650
144
144
  | mesg | line | column |
145
145
  | W0117 | 1 | 5 |
146
146
  | W0123 | 3 | 12 |
147
- | W0246 | 3 | 12 |
148
147
  | W0116 | 3 | 14 |
149
148
  | W0719 | 3 | 14 |
150
149
  | W0104 | 1 | 14 |
@@ -163,7 +162,6 @@ Feature: W0650
163
162
  | mesg | line | column |
164
163
  | W0117 | 1 | 5 |
165
164
  | W0123 | 3 | 12 |
166
- | W0246 | 3 | 12 |
167
165
  | W0719 | 3 | 14 |
168
166
  | W0104 | 1 | 14 |
169
167
  | W0628 | 1 | 5 |
@@ -181,7 +179,6 @@ Feature: W0650
181
179
  | mesg | line | column |
182
180
  | W0117 | 1 | 5 |
183
181
  | W0123 | 3 | 12 |
184
- | W0246 | 3 | 12 |
185
182
  | W0116 | 3 | 14 |
186
183
  | W0650 | 3 | 14 |
187
184
  | W0104 | 1 | 14 |
@@ -200,7 +197,6 @@ Feature: W0650
200
197
  | mesg | line | column |
201
198
  | W0117 | 1 | 5 |
202
199
  | W0123 | 3 | 12 |
203
- | W0246 | 3 | 12 |
204
200
  | W0650 | 3 | 14 |
205
201
  | W0104 | 1 | 14 |
206
202
  | W0628 | 1 | 5 |
@@ -23,6 +23,7 @@ Feature: W0703
23
23
  Then the output should exactly match with:
24
24
  | mesg | line | column |
25
25
  | W0703 | 7 | 11 |
26
+ | C0001 | 1 | 8 |
26
27
  | W0785 | 7 | 11 |
27
28
  | W0552 | 10 | 7 |
28
29
  | W0100 | 10 | 7 |
@@ -44,6 +45,7 @@ Feature: W0703
44
45
  Then the output should exactly match with:
45
46
  | mesg | line | column |
46
47
  | W0703 | 5 | 14 |
48
+ | C0001 | 1 | 8 |
47
49
  | W0785 | 5 | 14 |
48
50
  | W0552 | 8 | 3 |
49
51
  | W0551 | 5 | 14 |
@@ -63,10 +65,12 @@ Feature: W0703
63
65
  Then the output should exactly match with:
64
66
  | mesg | line | column |
65
67
  | W0703 | 5 | 10 |
68
+ | C0001 | 1 | 6 |
66
69
  | W0704 | 5 | 14 |
70
+ | C0001 | 1 | 15 |
67
71
  | W0785 | 5 | 10 |
68
72
  | W0789 | 5 | 14 |
73
+ | C0001 | 1 | 15 |
69
74
  | W9003 | 6 | 12 |
70
75
  | W1060 | 6 | 12 |
71
76
  | W0100 | 5 | 25 |
72
- | W0425 | 5 | 25 |