Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ktlint to not log in autofix mode #177

Merged
merged 1 commit into from Jul 13, 2023

Conversation

Velfi
Copy link
Contributor

@Velfi Velfi commented Jul 7, 2023

Fixes: #176

Reduce verbosity of ktlint logs to avoid:

  • lengthy and noisy logs in case of failures
  • slowdowns induced by debug logs

@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Merging #177 (ef79cf6) into master (7fa2c3a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #177   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          317       317           
=========================================
  Hits           317       317           
Impacted Files Coverage Δ
...ormatters_pre_commit_hooks/pretty_format_kotlin.py 100.00% <ø> (ø)

@macisamuele macisamuele merged commit cbd413c into macisamuele:master Jul 13, 2023
64 checks passed
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.

Make ktlint log level configurable (or at least avoid debug logging when autofix is enabled)
2 participants