diff --git a/src/backend/gdb_expansion.ts b/src/backend/gdb_expansion.ts index c0f3160..81c23ac 100644 --- a/src/backend/gdb_expansion.ts +++ b/src/backend/gdb_expansion.ts @@ -270,4 +270,4 @@ export function expandValue(variableCreate: Function, value: string, root: strin value = value.trim(); return parseValue(); -} \ No newline at end of file +} diff --git a/src/backend/linux/console.ts b/src/backend/linux/console.ts index b355822..bcdfc6b 100644 --- a/src/backend/linux/console.ts +++ b/src/backend/linux/console.ts @@ -18,4 +18,4 @@ export function spawnTerminalEmulator(preferedEmulator: string): Thenable { return this.sendCommand("break-condition " + bkptNum + " \"" + escape(condition) + "\" 1"); } -} \ No newline at end of file +} diff --git a/src/backend/mi2/mi2mago.ts b/src/backend/mi2/mi2mago.ts index 999c7e4..351b13e 100644 --- a/src/backend/mi2/mi2mago.ts +++ b/src/backend/mi2/mi2mago.ts @@ -42,4 +42,4 @@ export class MI2_Mago extends MI2_LLDB { }, reject); }); } -} \ No newline at end of file +} diff --git a/src/backend/mi_parse.ts b/src/backend/mi_parse.ts index 8d78025..c5bf8b7 100644 --- a/src/backend/mi_parse.ts +++ b/src/backend/mi_parse.ts @@ -316,4 +316,4 @@ export function parseMI(output: string): MINode { } return new MINode(token, outOfBandRecord || [], resultRecords); -} \ No newline at end of file +} diff --git a/src/frontend/extension.ts b/src/frontend/extension.ts index f8a251f..d98b9e6 100644 --- a/src/frontend/extension.ts +++ b/src/frontend/extension.ts @@ -150,4 +150,4 @@ class MemoryContentProvider implements vscode.TextDocumentContentProvider { }); }); } -} \ No newline at end of file +} diff --git a/test/gdb_expansion.test.ts b/test/gdb_expansion.test.ts index c91b62a..724f6d5 100644 --- a/test/gdb_expansion.test.ts +++ b/test/gdb_expansion.test.ts @@ -303,4 +303,4 @@ suite("GDB Value Expansion", () => { { name: "floatval2", value: "234.45", variablesReference: 0 } ]); }); -}); \ No newline at end of file +}); diff --git a/test/index.ts b/test/index.ts index 7ca9402..0559a38 100644 --- a/test/index.ts +++ b/test/index.ts @@ -19,4 +19,4 @@ testRunner.configure({ useColors: true // colored output from test results }); -module.exports = testRunner; \ No newline at end of file +module.exports = testRunner; diff --git a/tslint.json b/tslint.json index 313a9d0..11dd155 100644 --- a/tslint.json +++ b/tslint.json @@ -12,7 +12,6 @@ "class-name": false, "comment-format": false, "curly": false, - "eofline": false, "interface-name": false, "max-classes-per-file": false, "max-line-length": false,