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

refactor: bpt_dustman inventory implementation #590

Merged
merged 3 commits into from
Dec 24, 2023

chore: remove company deposit

92bd172
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

refactor: bpt_dustman inventory implementation #590

chore: remove company deposit
92bd172
Select commit
Loading
Failed to load commit list.
GitHub Actions / Linting Report failed Dec 24, 2023 in 0s

1281 tests run, 681 passed, 0 skipped, 600 failed.

Annotations

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:1

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:51:24: accessing undefined variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:2

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:119:9: accessing undefined variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:3

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:122:3: mutating non-standard global variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:4

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:125:6: accessing undefined variable 'NuiHasLoaded'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:5

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:149:23: accessing undefined variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:6

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:196:5: accessing undefined variable 'source'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:7

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:198:15: accessing undefined variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:8

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:251:2: mutating non-standard global variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:9

server-data/resources/[bpt_addons]/bpt_doorlock/client/main.lua:253:5: accessing undefined variable 'NuiHasLoaded'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:1

server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:13:15: accessing undefined variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:2

server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:216:24: accessing undefined variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:3

server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:227:5: accessing undefined variable 'source'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:4

server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:229:9: accessing undefined variable 'NuiHasLoaded'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:5

server-data/resources/[bpt_addons]/bpt_doorlock/client/utils.lua:234:11: accessing undefined variable 'doors'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:1

server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:1:7: variable 'walEquipped' is never accessed

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:2

server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:3:7: variable 'ped' is never accessed

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:3

server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:10:30: accessing undefined variable 'hash'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:4

server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:22:19: unused variable 'count'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:5

server-data/resources/[bpt_addons]/bpt_wallet/client/client.lua:26:30: accessing undefined variable 'WalEquipped'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[esx]/esx_context/main.lua:1

server-data/resources/[esx]/esx_context/main.lua:15:11: variable 'canClose' was previously defined as an argument on line 14

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[esx]/esx_context/main.lua:2

server-data/resources/[esx]/esx_context/main.lua:204:16: shadowing definition of argument 'ele' on line 193

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[esx]/esx_context/main.lua:3

server-data/resources/[esx]/esx_context/main.lua:230:15: shadowing upvalue 'eles' on line 169

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[esx]/esx_multicharacter/client/main.lua:1

server-data/resources/[esx]/esx_multicharacter/client/main.lua:52:10: accessing undefined variable 'hidePlayers'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[esx]/esx_multicharacter/client/main.lua:2

server-data/resources/[esx]/esx_multicharacter/client/main.lua:81:10: accessing undefined variable 'hidePlayers'

Check failure on line 1 in lua

See this annotation in the file changed.

@github-actions github-actions / Linting Report

lua.server-data/resources/[esx]/esx_multicharacter/client/main.lua:3

server-data/resources/[esx]/esx_multicharacter/client/main.lua:143:39: shadowing upvalue 'Characters' on line 22