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

Tank types #151

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

USING COROTINE

b5ed606
Select commit
Loading
Failed to load commit list.
Open

Tank types #151

USING COROTINE
b5ed606
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jul 14, 2023 in 1s

42 issues found.

Annotations

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

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

Complex Method

Check notice on line 10 in Assets/Scripts/MVC/BulletMVC/BulletController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/BulletMVC/BulletController.cs#L10

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

Check notice on line 22 in Assets/Scripts/MVC/BulletMVC/BulletModel.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/BulletMVC/BulletModel.cs#L22

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

Check notice on line 37 in Assets/Scripts/MVC/EnemyTankMVC/EnemyController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/EnemyTankMVC/EnemyController.cs#L37

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

Check notice on line 26 in Assets/Scripts/MVC/BulletMVC/BulletModel.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/BulletMVC/BulletModel.cs#L26

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

Check notice on line 27 in Assets/Scripts/MVC/BulletMVC/BulletModel.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/BulletMVC/BulletModel.cs#L27

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

Check notice on line 32 in Assets/Scripts/Services/BulletService.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/Services/BulletService.cs#L32

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

Check notice on line 20 in Assets/Scripts/ScriptableObject/BulletScriptableObject.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/ScriptableObject/BulletScriptableObject.cs#L20

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

Check notice on line 21 in Assets/Scripts/ScriptableObject/TankTypeScriptableObject.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/ScriptableObject/TankTypeScriptableObject.cs#L21

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

Check notice on line 4 in Assets/Scripts/ScriptableObject/TankTypeScriptableObject.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/ScriptableObject/TankTypeScriptableObject.cs#L4

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

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)

Check notice on line 11 in Assets/Scripts/SingleTon/EnemyTankSingleTon.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/SingleTon/EnemyTankSingleTon.cs#L11

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

Check notice on line 13 in Assets/Scripts/SingleTon/PlayerTankSingleTon.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/SingleTon/PlayerTankSingleTon.cs#L13

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

Check notice on line 12 in Assets/Scripts/Services/UIService.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/Services/UIService.cs#L12

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

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

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

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

Check notice on line 8 in Assets/Scripts/MVC/EnemyTankMVC/TankType.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/EnemyTankMVC/TankType.cs#L8

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

Check notice on line 7 in Assets/Scripts/MVC/EnemyTankMVC/TankType.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/EnemyTankMVC/TankType.cs#L7

The code contains an extra semicolon. (SA1106)

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

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

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

Check notice on line 26 in Assets/Scripts/MVC/PalyerTankMVC/TankView.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/PalyerTankMVC/TankView.cs#L26

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

Check notice on line 12 in Assets/Scripts/MVC/PalyerTankMVC/TankController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/PalyerTankMVC/TankController.cs#L12

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

Check notice on line 23 in Assets/Scripts/MVC/PalyerTankMVC/TankController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/PalyerTankMVC/TankController.cs#L23

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

Check notice on line 24 in Assets/Scripts/MVC/PalyerTankMVC/TankController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/PalyerTankMVC/TankController.cs#L24

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

Check notice on line 28 in Assets/Scripts/MVC/PalyerTankMVC/TankController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/PalyerTankMVC/TankController.cs#L28

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

Check notice on line 48 in Assets/Scripts/MVC/PalyerTankMVC/TankController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/PalyerTankMVC/TankController.cs#L48

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

Check notice on line 9 in Assets/Scripts/MVC/PalyerTankMVC/TankView.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MVC/PalyerTankMVC/TankView.cs#L9

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