Skip to content

Move the cobol code used in tests into test fixtures jars#650

Draft
hfhbd wants to merge 1 commit into
mainfrom
testFixtures
Draft

Move the cobol code used in tests into test fixtures jars#650
hfhbd wants to merge 1 commit into
mainfrom
testFixtures

Conversation

@hfhbd

@hfhbd hfhbd commented Dec 12, 2023

Copy link
Copy Markdown
Collaborator

@hfhbd hfhbd self-assigned this Dec 12, 2023
).toCobolFile().single().toTree(tempFolder)
return files.plus(element = (tempFolder / "testing.cbl").apply {
writeText(this@toTree)
}).toCobolFile().single().toTree()

Check warning

Code scanning / detekt

Reports mis-indented code

Unexpected indentation (8) (should be 12)
Comment on lines +39 to +40
return files.plus(element = (tempFolder / "testing.cbl").apply {
writeText(this@toTree)

Check warning

Code scanning / detekt

Reports missing newlines (e.g. between parentheses of a multi-line function call

Missing newline after "("
package app.softwork.kobol.ir

import app.softwork.kobol.toIR
import java.nio.file.FileSystem

Check warning

Code scanning / detekt

Detects unused imports

Unused import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants