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

Enforce the import order consistent with the project policy #1355

Merged
merged 2 commits into from
Jun 10, 2022

Conversation

0x6675636b796f75676974687562
Copy link
Member

What's done:

### What's done:

 * As of now, there's the following order of imports:

   * `android.*`, `androidx.*`, `com.android.*`,
   * `org.cqfn.diktat.*`,
   * all other imports,
   * `java.*`, `javax.*`,
   * `kotlin.*`, `kotlinx.*`.
### What's done:

 * `kotlin.code.style` property set to `official`.
 * See <https://kotlinlang.org/docs/code-style-migration-guide.html#in-maven> for more details.
@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #1355 (47ff70d) into master (b12c685) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1355   +/-   ##
=========================================
  Coverage     83.56%   83.56%           
  Complexity     2564     2564           
=========================================
  Files           106      106           
  Lines          7278     7278           
  Branches       2017     2017           
=========================================
  Hits           6082     6082           
  Misses          353      353           
  Partials        843      843           
Flag Coverage Δ
unittests 83.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b12c685...47ff70d. Read the comment docs.

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 deleted the feature/editorconfig branch June 10, 2022 07:03
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