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

Android build test #166

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

ChangesReverted.

e7c4648
Select commit
Loading
Failed to load commit list.
Open

Android build test #166

ChangesReverted.
e7c4648
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Aug 25, 2023 in 0s

6 issues found.

Annotations

Check notice on line 131 in Assets/Joystick Pack/Scripts/Base/Joystick.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Scripts/Base/Joystick.cs#L98-L131

Complex Method

Check notice on line 19 in Assets/Scripts/TankCtrl.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/TankCtrl.cs#L19

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 41 in Assets/Scripts/TankCtrl.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/TankCtrl.cs#L41

Insert parentheses within the arithmetic expression to declare the operator precedence. (SA1407)

Check notice on line 8 in Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs#L8

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 6 in Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs#L6

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 13 in Assets/Joystick Pack/Examples/JoystickPlayerExample.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Examples/JoystickPlayerExample.cs#L13

Insert parentheses within the arithmetic expression to declare the operator precedence. (SA1407)