GoSimpleLLC / nbvcxz

Password strength estimator
MIT License
293 stars 56 forks source link

Fix violations of Sonar rule 2111 #67

Closed khaes-kth closed 2 years ago

khaes-kth commented 2 years ago

Hi @Tostino ,

This PR fixes 1 violations of Sonar Rule 2111: '"BigDecimal(double)" should not be used'. This is done without introducing any new violations of Sonar rules.

The patch was generated automatically with the tool Sorald. For details on the fix applied here, please see Sorald's documentation on rule 2111.

P.S.: Note that this PR is not created/submitted by a bot. If you have any feedback, please leave them as comments.

Tostino commented 2 years ago

Yes this makes sense to change.