Skip to content

feat(server): function implementation #7

feat(server): function implementation

feat(server): function implementation #7

Triggered via push December 17, 2023 17:36
Status Success
Total duration 23s
Artifacts

lint.yml

on: push
Lint Resource
16s
Lint Resource
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 1 warning
lua.client/functions.lua:1: lua#L1
client/functions.lua:4:10: unused global variable 'HasKey'
lua.client/functions.lua:2: lua#L1
client/functions.lua:14:18: unused argument 'targetPlayerId'
lua.client/functions.lua:3: lua#L1
client/functions.lua:14:34: unused argument 'vehicle'
lua.client/functions.lua:4: lua#L1
client/functions.lua:22:20: unused argument 'targetPlayerId'
lua.client/functions.lua:5: lua#L1
client/functions.lua:22:36: unused argument 'vehicle'
lua.client/functions.lua:6: lua#L1
client/functions.lua:29:10: unused global variable 'ToggleVehicleDoor'
lua.client/functions.lua:7: lua#L1
client/functions.lua:29:28: unused argument 'vehicle'
lua.fxmanifest.lua:1: lua#L1
fxmanifest.lua:14:1: inconsistent indentation (SPACE followed by TAB)
lua.server/functions.lua:1: lua#L1
server/functions.lua:5:10: unused global variable 'HasKey'
lua.server/functions.lua:2: lua#L1
server/functions.lua:73:10: unused global variable 'ToggleDoorState'
lua.server/main.lua:1: lua#L1
server/main.lua:96:60: unused argument 'id'
lua.server/main.lua:2: lua#L1
server/main.lua:96:64: unused argument 'netId'
lua.server/main.lua:3: lua#L1
server/main.lua:96:71: unused argument 'doorState'
lua.server/main.lua:4: lua#L1
server/main.lua:97:21: empty if branch
lua.server/main.lua:5: lua#L1
server/main.lua:99:5: empty if branch
lua.server/main.lua:6: lua#L1
server/main.lua:108:59: unused argument 'id'
lua.server/main.lua:7: lua#L1
server/main.lua:108:63: unused argument 'netId'
lua.server/main.lua:8: lua#L1
server/main.lua:109:21: empty if branch
lua.server/main.lua:9: lua#L1
server/main.lua:111:5: empty if branch
lua.server/main.lua:10: lua#L1
server/main.lua:121:62: unused argument 'netId'
lua.server/main.lua:11: lua#L1
server/main.lua:121:69: unused argument 'doorState'
lua.server/main.lua:12: lua#L1
server/main.lua:122:21: empty if branch
lua.server/main.lua:13: lua#L1
server/main.lua:124:5: empty if branch
lua.shared/functions.lua:1: lua#L1
shared/functions.lua:5:10: unused global variable 'IsCloseToCoords'
Lint Resource
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/