Skip to content

Commit

Permalink
fix: Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Apr 18, 2024
1 parent b5ca690 commit ea65aa3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/linter/ui5Types/SourceFileLinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default class SourceFileLinter {
#boundVisitNode: (node: ts.Node) => void;
#reportCoverage: boolean;
#messageDetails: boolean;
#context: LinterContext;
#manifestContent: string | undefined;

constructor(
Expand Down
6 changes: 1 addition & 5 deletions test/lib/linter/snapshots/linter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,9 +792,6 @@ Generated by [AVA](https://avajs.dev).
[
{
coverageInfo: [],
<<<<<<< HEAD
errorCount: 2,
=======
errorCount: 0,
fatalErrorCount: 0,
filePath: 'webapp/Component.js',
Expand Down Expand Up @@ -822,8 +819,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 1,
>>>>>>> f14afdd (fix: Tests)
errorCount: 2,
fatalErrorCount: 0,
filePath: 'webapp/controller/App.controller.js',
messages: [
Expand Down
Binary file modified test/lib/linter/snapshots/linter.ts.snap
Binary file not shown.

0 comments on commit ea65aa3

Please sign in to comment.