Skip to content

Commit 2cf85c2

Browse files
committed
Remove new-line sequences
1 parent d2656ba commit 2cf85c2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dfetch/reporting/check/sarif_reporter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def __init__(self, manifest_path: str, report_path: str) -> None:
154154
)
155155
]
156156
self._run.results = []
157-
self._run.newline_sequences = None
158157

159158
@staticmethod
160159
def _severity_to_level(severity: IssueSeverity) -> SarifResultLevel:

0 commit comments

Comments
 (0)