Skip to content
Snippets Groups Projects
Verified Commit f715801e authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: add new exclusions

parent 2881d644
No related branches found
No related tags found
No related merge requests found
# Changelog # Changelog
## [1.3.2] - 2025-02-03
### Changed
- Marked some more rules as warning instead of errors (multiple assignments).
## [1.3.1] - 2024-11-14 ## [1.3.1] - 2024-11-14
### Changed ### Changed
- Removed some noisy rules about comments. - Removed some noisy rules about comments.
......
...@@ -58,6 +58,12 @@ ...@@ -58,6 +58,12 @@
<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedCatch"> <rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedCatch">
<type>warning</type> <type>warning</type>
</rule> </rule>
<rule ref="Generic.CodeAnalysis.AssignmentInCondition">
<type>warning</type>
</rule>
<rule ref="Squiz.PHP.DisallowMultipleAssignments">
<type>warning</type>
</rule>
<rule ref="WordPress.NamingConventions"> <rule ref="WordPress.NamingConventions">
<type>warning</type> <type>warning</type>
</rule> </rule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment