@@ -15,7 +15,7 @@ exports[`Testing linter rubocop test basic 1`] = `
1515 "ranges": [
1616 {
1717 "filePath": "test_data/basic.rb",
18- "length": "20 ",
18+ "length": "19 ",
1919 },
2020 ],
2121 "targetType": "ruby",
@@ -29,12 +29,6 @@ exports[`Testing linter rubocop test basic 1`] = `
2929 "line": "1",
3030 "linter": "rubocop",
3131 "message": "Missing frozen string literal comment.",
32- "ranges": [
33- {
34- "filePath": "test_data/basic.rb",
35- "length": "1",
36- },
37- ],
3832 "targetType": "ruby",
3933 },
4034 {
@@ -49,7 +43,7 @@ exports[`Testing linter rubocop test basic 1`] = `
4943 "ranges": [
5044 {
5145 "filePath": "test_data/basic.rb",
52- "length": "7 ",
46+ "length": "6 ",
5347 "offset": "5",
5448 },
5549 ],
@@ -71,7 +65,7 @@ exports[`Testing linter rubocop test basic 1`] = `
7165 "ranges": [
7266 {
7367 "filePath": "test_data/basic.rb",
74- "length": "44 ",
68+ "length": "43 ",
7569 "offset": "59",
7670 },
7771 ],
@@ -89,7 +83,7 @@ exports[`Testing linter rubocop test basic 1`] = `
8983 "ranges": [
9084 {
9185 "filePath": "test_data/basic.rb",
92- "length": "5 ",
86+ "length": "4 ",
9387 "offset": "69",
9488 },
9589 ],
@@ -107,7 +101,7 @@ exports[`Testing linter rubocop test basic 1`] = `
107101 "ranges": [
108102 {
109103 "filePath": "test_data/basic.rb",
110- "length": "5 ",
104+ "length": "4 ",
111105 "offset": "87",
112106 },
113107 ],
@@ -212,13 +206,6 @@ exports[`Testing linter rubocop test basic 1`] = `
212206 "line": "9",
213207 "linter": "rubocop",
214208 "message": "Use 2 (not 1) spaces for indentation.",
215- "ranges": [
216- {
217- "filePath": "test_data/basic.rb",
218- "length": "1",
219- "offset": "37",
220- },
221- ],
222209 "targetType": "ruby",
223210 },
224211 {
@@ -233,7 +220,7 @@ exports[`Testing linter rubocop test basic 1`] = `
233220 "ranges": [
234221 {
235222 "filePath": "test_data/basic.rb",
236- "length": "15 ",
223+ "length": "14 ",
237224 "offset": "38",
238225 },
239226 ],
0 commit comments