planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
506 stars 139 forks source link

Remove Sonar Analyzer suppressions #664

Open earlbread opened 4 years ago

earlbread commented 4 years ago

We need to remove Sonar Analyzer suppressions.

hmc0105 commented 4 years ago

I want to do deleting suppression S927

dahlia commented 4 years ago

We suppressed S1128 warnings too here and there in order to work around the bug https://github.com/SonarSource/sonar-dotnet/issues/2694, but now it seems fixed (https://github.com/SonarSource/sonar-dotnet/pull/2798). So we should restore these suppressed warnings now.

Oaroomy commented 4 years ago

I'm going to work on S1066

Oaroomy commented 4 years ago

I'm going to work on S1118

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stylesm commented 3 years ago

I'm going to work on the remaining surpressions here.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

OnedgeLee commented 1 year ago

Seems to have been resolved already. All checklists are marked except S1481, and when I opened Libplanet.ruleset, could find lines below.

    <!-- Remove the unused local variable 'x'. -->
    <Rule Id="S1481" Action="None" />

Misunderstood the issue target

sindydwns commented 1 year ago

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.