[PR #232] [MERGED] Add SonarLint checks #815

Closed
opened 2025-12-29 08:33:38 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/232
Author: @StefH
Created: 11/13/2018
Status: Merged
Merged: 11/15/2018
Merged by: @StefH

Base: masterHead: sonarlint


📝 Commits (1)

📊 Changes

10 files changed (+404 additions, -7 deletions)

View changed files

.sonarlint/WireMock.Net Solution.slconfig (+14 -0)
.sonarlint/wiremockCSharp.ruleset (+362 -0)
📝 examples/WireMock.Net.StandAlone.Net461/App.config (+2 -1)
📝 examples/WireMock.Net.StandAlone.Net461/WireMock.Net.StandAlone.Net461.csproj (+6 -5)
📝 examples/WireMock.Net.StandAlone.Net461/packages.config (+0 -1)
📝 src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj (+5 -0)
src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.ruleset (+4 -0)
📝 src/WireMock.Net/WireMock.Net.csproj (+5 -0)
src/WireMock.Net/WireMock.Net.ruleset (+4 -0)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/232 **Author:** [@StefH](https://github.com/StefH) **Created:** 11/13/2018 **Status:** ✅ Merged **Merged:** 11/15/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `sonarlint` --- ### 📝 Commits (1) - [`6bd7940`](https://github.com/wiremock/WireMock.Net/commit/6bd7940fca8a0f1fc9cc6de7ebbab50a4e4ddbb5) Add SonarLint checks ### 📊 Changes **10 files changed** (+404 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.sonarlint/WireMock.Net Solution.slconfig` (+14 -0) ➕ `.sonarlint/wiremockCSharp.ruleset` (+362 -0) 📝 `examples/WireMock.Net.StandAlone.Net461/App.config` (+2 -1) 📝 `examples/WireMock.Net.StandAlone.Net461/WireMock.Net.StandAlone.Net461.csproj` (+6 -5) 📝 `examples/WireMock.Net.StandAlone.Net461/packages.config` (+0 -1) 📝 `src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj` (+5 -0) ➕ `src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.ruleset` (+4 -0) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+5 -0) ➕ `src/WireMock.Net/WireMock.Net.ruleset` (+4 -0) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:33:38 +01:00
adam closed this issue 2025-12-29 08:33:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#815