question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement missing properties in the configuration closure

See original GitHub issue

Right now there is no way to set the --debug, --baseline, and --editorconfig ktlint flags. it would be great to have that possibility. I’d imagine those being additional properties on the kotlinter closure:

kotlinter {
    // ...
    debug = false
    baseline = file(...)
    editorconfig = file(...)
}

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mateuszkwiecinskicommented, Jul 20, 2022

Hey @rock3r 👋 - if ktlint doesn’t pick your .editorconfig you might be observing https://github.com/jeremymailen/kotlinter-gradle/issues/262 and the temporary workaround is to kill gradle daemon using ./gradlew --stop

2reactions
jeremymailencommented, Jan 16, 2021

Ok, makes sense. Will try to put these in queue for next dot release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing Configuration Properties in Visual Studio 2015
Right click on your project in the Solution Explorer, and select "Properties" · Select your project in the Solution Explorer, and then open ......
Read more >
VS2017 C++ Project is missing most Configuration Properties
Closed - Not a Bug. 3 1 0 . 0Votes. VS2017 C++ Project is missing most Configuration Properties.. KRKlamka, Rob....
Read more >
Need the ability to conditional add configuration when a ...
I have a use case where I only want to configure beans if and ONLY if a ... add configuration when a property...
Read more >
User Manual - rust-analyzer
You can link to there from ~/.cargo/bin or configure your editor to use the full path. ... and value of the setting becomes...
Read more >
Report Definition missing property | Support Center
When I try to use the same property in my Report Definition (under same ... This content is closed to future replies and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found