Skip to content

Commit

Permalink
Undo simulated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed Sep 19, 2024
1 parent b621630 commit c2eaebd
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 48 deletions.
4 changes: 1 addition & 3 deletions test/v6/existing.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
function hello(this_should_be_ignored_because_its_an_existing_violation) {
console.log("hello world")
const a = 0
a = 1
console.log("hello world")
}
9 changes: 0 additions & 9 deletions test/v6/new.js

This file was deleted.

Empty file.
4 changes: 1 addition & 3 deletions test/v7/existing.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
function hello(this_should_be_ignored_because_its_an_existing_violation) {
console.log("hello world")
const a = 0
a = 1
console.log("hello world")
}
9 changes: 0 additions & 9 deletions test/v7/new.js

This file was deleted.

Empty file.
4 changes: 1 addition & 3 deletions test/v8/existing.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
function hello(this_should_be_ignored_because_its_an_existing_violation) {
console.log("hello world")
const a = 0
a = 1
console.log("hello world")
}
9 changes: 0 additions & 9 deletions test/v8/new.js

This file was deleted.

Empty file.
4 changes: 1 addition & 3 deletions test/v9/existing.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
function hello(this_should_be_ignored_because_its_an_existing_violation) {
console.log("hello world")
const a = 0
a = 1
console.log("hello world")
}
9 changes: 0 additions & 9 deletions test/v9/new.js

This file was deleted.

Empty file.

0 comments on commit c2eaebd

Please sign in to comment.