Skip to content
New issue

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

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

Already on GitHub? # to your account

Checkstyle added #145

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Checkstyle added #145

merged 3 commits into from
Nov 2, 2023

Conversation

bartlomiejgraczyk
Copy link
Collaborator

@bartlomiejgraczyk bartlomiejgraczyk commented Oct 18, 2023

I've applied most of the google's java codestyle rules.

useful tasks:
./gradlew checkstyleMain
./gradlew checkstyleTest

both are run during ./gradlew check

@codecov-commenter
Copy link

Codecov Report

Merging #145 (7971737) into master (c368d45) will increase coverage by 0.00%.
The diff coverage is 98.17%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff            @@
##             master     #145   +/-   ##
=========================================
  Coverage     98.82%   98.83%           
  Complexity      513      513           
=========================================
  Files            76       76           
  Lines          2050     2058    +8     
  Branches         79       79           
=========================================
+ Hits           2026     2034    +8     
  Misses           12       12           
  Partials         12       12           
Files Coverage Δ
...pl/allegro/finance/tradukisto/ValueConverters.java 100.00% <100.00%> (ø)
...allegro/finance/tradukisto/internal/Container.java 100.00% <100.00%> (ø)
...o/finance/tradukisto/internal/NumberProcessor.java 100.00% <100.00%> (ø)
.../converters/BigDecimalToBankingMoneyConverter.java 100.00% <100.00%> (ø)
...to/internal/converters/NumberToWordsConverter.java 96.55% <100.00%> (ø)
...es/bulgarian/BulgarianIntegerToWordsConverter.java 100.00% <ø> (ø)
.../internal/languages/bulgarian/BulgarianValues.java 100.00% <ø> (ø)
...to/internal/languages/croatian/CroatianValues.java 100.00% <ø> (ø)
.../languages/czech/CzechIntegerToWordsConverter.java 100.00% <100.00%> (ø)
...adukisto/internal/languages/czech/CzechValues.java 100.00% <ø> (ø)
... and 31 more

@jglaszka jglaszka merged commit 9f804a7 into master Nov 2, 2023
@jglaszka jglaszka deleted the static-analysis-tool branch November 2, 2023 12:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants