Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility configuration Added for Exclude Rule from analysis #3851

Merged
merged 9 commits into from
Aug 8, 2024

Accessiblity Review comment handled

3cea8eb
Select commit
Loading
Failed to load commit list.
Merged

Accessibility configuration Added for Exclude Rule from analysis #3851

Accessiblity Review comment handled
3cea8eb
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 6, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- Ginger/Ginger/SolutionWindows/AccessibilityRulePage.xaml.cs  9
- Ginger/GingerCoreNETUnitTest/ActionsLib/UI/Web/AccessiblityTests.cs  3
- Ginger/GingerCoreNET/ActionsLib/UI/Web/ActAccessibilityTesting.cs  2
- Ginger/Ginger/UserControlsLib/ImageMakerLib/ImageMakerControl.xaml.cs  1
         

See the complete overview on Codacy

Annotations

Check warning on line 43 in Ginger/Ginger/SolutionWindows/AccessibilityRulePage.xaml.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Ginger/Ginger/SolutionWindows/AccessibilityRulePage.xaml.cs#L43

Remove this assignment of 'actAccessibilityTesting' or initialize it statically.

Check warning on line 309 in Ginger/GingerCoreNET/ActionsLib/UI/Web/ActAccessibilityTesting.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Ginger/GingerCoreNET/ActionsLib/UI/Web/ActAccessibilityTesting.cs#L309

Remove this useless assignment to local variable 'mAccessibilityConfiguration'.

Check warning on line 326 in Ginger/GingerCoreNET/ActionsLib/UI/Web/ActAccessibilityTesting.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Ginger/GingerCoreNET/ActionsLib/UI/Web/ActAccessibilityTesting.cs#L326

Remove this useless assignment to local variable 'ruleDatalist'.

Check notice on line 47 in Ginger/GingerCoreNETUnitTest/ActionsLib/UI/Web/AccessiblityTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Ginger/GingerCoreNETUnitTest/ActionsLib/UI/Web/AccessiblityTests.cs#L47

Remove the field 'mact' and declare it as a local variable in the relevant methods.