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

Fixes in code style, update documentation #930

Merged
merged 5 commits into from
Jun 21, 2021
Merged

Conversation

petertrr
Copy link
Member

What's done:

  • Added rule 3.16.2 verbose description
  • Fixed typos in rule 6.2.2
  • Updated docs
  • Fixed and updated gradle scripts for docs generation

This pull request closes #928

petertrr added 2 commits June 16, 2021 14:01
### What's done:
* Added rule 3.16.2 verbose description
* Fixed typos in rule 6.2.2
### What's done:
* Updated docs
* Fixed and updated gradle scripts for docs generation
@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #930 (f0ce960) into master (94a4d1c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #930   +/-   ##
=========================================
  Coverage     84.15%   84.15%           
  Complexity     2374     2374           
=========================================
  Files           101      101           
  Lines          6008     6008           
  Branches       1773     1773           
=========================================
  Hits           5056     5056           
  Misses          263      263           
  Partials        689      689           
Flag Coverage Δ
unittests 84.15% <100.00%> (ø)

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

Impacted Files Coverage Δ
...tlin/org/cqfn/diktat/ruleset/constants/Warnings.kt 98.63% <100.00%> (ø)

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 94a4d1c...f0ce960. Read the comment docs.

@petertrr petertrr marked this pull request as ready for review June 16, 2021 11:47
@petertrr petertrr requested review from kentr0w and orchestr7 June 16, 2021 11:47
@petertrr petertrr changed the title Fixes in code style Fixes in code style, update documentation Jun 16, 2021
@@ -857,13 +863,14 @@ If the classes are meant to be used externally, and are not referenced inside th
- Companion object

**Exception:**
All variants of a `(private) val` logger should be placed at the beginning of the class (`(private) val log`, `LOG`, `logger`, etc.).
All variants of a `private val` logger should be placed at the beginning of the class (`private val log`, `LOG`, `logger`, etc.).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you generated it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, why?

@petertrr petertrr merged commit 3dc16b2 into master Jun 21, 2021
@petertrr petertrr deleted the infra/boolean-docs#928 branch June 21, 2021 10:54
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.

Add Boolean simplification rule to the docs, fix typos in rule 6.2.2 and regenerate coding guide
2 participants