diff --git a/osu.Desktop/Windows/WindowsKey.cs b/osu.Desktop/Windows/WindowsKey.cs
index f19d741107..c9d94cd05c 100644
--- a/osu.Desktop/Windows/WindowsKey.cs
+++ b/osu.Desktop/Windows/WindowsKey.cs
@@ -14,6 +14,8 @@ namespace osu.Desktop.Windows
private const int wh_keyboard_ll = 13;
private const int wm_keydown = 256;
+
+ // ReSharper disable once IdentifierTypo
private const int wm_syskeyup = 261;
//Resharper disable once NotAccessedField.Local
@@ -69,6 +71,7 @@ namespace osu.Desktop.Windows
}
[DllImport(@"user32.dll", EntryPoint = @"SetWindowsHookExA")]
+ // ReSharper disable once IdentifierTypo
private static extern IntPtr setWindowsHookEx(int idHook, LowLevelKeyboardProcDelegate lpfn, IntPtr hMod, int dwThreadId);
[DllImport(@"user32.dll", EntryPoint = @"UnhookWindowsHookEx")]
diff --git a/osu.Game.Rulesets.Osu/Skinning/OsuSkinConfiguration.cs b/osu.Game.Rulesets.Osu/Skinning/OsuSkinConfiguration.cs
index 6953e66b5c..7b9cf8e1d1 100644
--- a/osu.Game.Rulesets.Osu/Skinning/OsuSkinConfiguration.cs
+++ b/osu.Game.Rulesets.Osu/Skinning/OsuSkinConfiguration.cs
@@ -12,6 +12,8 @@ namespace osu.Game.Rulesets.Osu.Skinning
CursorExpand,
CursorRotate,
HitCircleOverlayAboveNumber,
+
+ // ReSharper disable once IdentifierTypo
HitCircleOverlayAboveNumer, // Some old skins will have this typo
SpinnerFrequencyModulate,
SpinnerNoBlink
diff --git a/osu.Game.Tests/Online/Chat/MessageNotifierTest.cs b/osu.Game.Tests/Online/Chat/MessageNotifierTest.cs
index 2ec5b778d1..855de9b656 100644
--- a/osu.Game.Tests/Online/Chat/MessageNotifierTest.cs
+++ b/osu.Game.Tests/Online/Chat/MessageNotifierTest.cs
@@ -46,7 +46,7 @@ namespace osu.Game.Tests.Online.Chat
}
[Test]
- public void TestContainsUsernameBetweenInterpunction()
+ public void TestContainsUsernameBetweenPunctuation()
{
Assert.IsTrue(MessageNotifier.CheckContainsUsername("Hello 'test'-message", "Test"));
}
diff --git a/osu.Game/Online/API/Requests/GetUserRecentActivitiesRequest.cs b/osu.Game/Online/API/Requests/GetUserRecentActivitiesRequest.cs
index 123624d333..f2fa51bde7 100644
--- a/osu.Game/Online/API/Requests/GetUserRecentActivitiesRequest.cs
+++ b/osu.Game/Online/API/Requests/GetUserRecentActivitiesRequest.cs
@@ -22,6 +22,8 @@ namespace osu.Game.Online.API.Requests
public enum RecentActivityType
{
Achievement,
+
+ // ReSharper disable once IdentifierTypo
BeatmapPlaycount,
BeatmapsetApprove,
BeatmapsetDelete,
diff --git a/osu.sln.DotSettings b/osu.sln.DotSettings
index 90bf4f09eb..5f3a38557d 100644
--- a/osu.sln.DotSettings
+++ b/osu.sln.DotSettings
@@ -90,7 +90,7 @@
WARNING
HINT
DO_NOT_SHOW
- HINT
+ WARNING
HINT
ERROR
WARNING
@@ -928,11 +928,19 @@ private void load()
True
True
True
+ True
+ True
+ True
True
+ True
+ True
True
True
True
+ True
True
+ True
+ True
True
True
True
@@ -949,8 +957,11 @@ private void load()
True
True
True
+ True
+ True
True
True
+ True
True
True
True
@@ -965,6 +976,9 @@ private void load()
True
True
True
+ True
+ True
+ True
True
True
True