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

Tuning Variable Component #216

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

minor fixes

e6554c3
Select commit
Loading
Failed to load commit list.
Open

Tuning Variable Component #216

minor fixes
e6554c3
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Jan 2, 2025 in 0s

Your pull request is up to standards!

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

Issues
======
- Added 3
           

Complexity increasing per file
==============================
- Runtime/Internal/ILocalTuningVariables.cs  2
- Runtime/Components/TuningVariablesComponent.cs  8
         

Clones added
============
- Runtime/Internal/NetworkManager.cs  6
         

See the complete overview on Codacy

Annotations

Check failure on line 248 in Runtime/Components/TuningVariablesComponent.cs

See this annotation in the file changed.

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

Runtime/Components/TuningVariablesComponent.cs#L248

Make the enclosing instance method 'static' or remove this set on the 'static' field.

Check failure on line 159 in Runtime/Scripts/Cognitive3D_Manager.cs

See this annotation in the file changed.

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

Runtime/Scripts/Cognitive3D_Manager.cs#L159

Make the enclosing instance method 'static' or remove this set on the 'static' field.

Check failure on line 838 in Runtime/Scripts/Cognitive3D_Manager.cs

See this annotation in the file changed.

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

Runtime/Scripts/Cognitive3D_Manager.cs#L838

Change the visibility of 'TuningVariableHandler' or make it 'const' or 'readonly'.