Skip to content

Commit 39fde07

Browse files
committed
Add readability-inconsistent-declaration-parameter-name check
1 parent 1a884a0 commit 39fde07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.clang-tidy

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Checks: >
3030
-readability-function-cognitive-complexity,
3131
-readability-identifier-length,
3232
-readability-implicit-bool-conversion,
33-
-readability-inconsistent-declaration-parameter-name,
3433
-readability-magic-numbers,
3534
-readability-uppercase-literal-suffix,
3635
CheckOptions:

imgui-SFML.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ IMGUI_SFML_API void Update(sf::Window& window, sf::RenderTarget& target, sf::Tim
4444
IMGUI_SFML_API void Update(const sf::Vector2i& mousePos, const sf::Vector2f& displaySize,
4545
sf::Time dt);
4646

47-
IMGUI_SFML_API void Render(sf::RenderWindow& target);
47+
IMGUI_SFML_API void Render(sf::RenderWindow& window);
4848
IMGUI_SFML_API void Render(sf::RenderTarget& target);
4949
IMGUI_SFML_API void Render();
5050

0 commit comments

Comments
 (0)