|
|
8920b850e1
|
feat(arch-presets): adds another rule to laravel preset
|
2024-09-03 14:08:11 +01:00 |
|
|
|
6f9ea14c68
|
Merge pull request #1215 from jbrooksuk/patch-1
Add `dump` to Laravel preset
|
2024-09-03 12:17:01 +01:00 |
|
|
|
dd45a5c655
|
Add dump to Laravel preset
|
2024-09-03 12:15:25 +01:00 |
|
|
|
f53f855e9c
|
Exclude scopes from the required "Model" suffix
|
2024-08-27 19:57:09 +02:00 |
|
|
|
6638d279e1
|
preset(strict): final first
|
2024-08-12 21:39:41 +01:00 |
|
|
|
ce4495b093
|
w
|
2024-08-11 23:41:19 +01:00 |
|
|
|
868547114f
|
w
|
2024-08-11 22:52:16 +01:00 |
|
|
|
9c07dd9990
|
wip
|
2024-08-11 15:47:48 +01:00 |
|
|
|
1c236aab26
|
fixes and styles
|
2024-08-09 00:30:06 +01:00 |
|
|
|
b6bf01148f
|
feat: toHavePrivateMethodsBesides, toHaveProtectedMethodsBesides, toHavePublicMethodsBesides
|
2024-08-09 00:24:24 +01:00 |
|
|
|
adbc6b4a89
|
chore: fixes tests
|
2024-08-07 11:26:56 +01:00 |
|
|
|
9353015691
|
feat(presets): reworks code
|
2024-08-07 11:08:29 +01:00 |
|
|
|
fca0c3a10c
|
chore: bumps dependencies
|
2024-07-16 23:52:00 +01:00 |
|
|
|
0331a87be1
|
feat: adds toHaveFileSystemPermissions expectation
|
2024-07-14 23:16:04 +01:00 |
|
|
|
eac7abebcb
|
Merge pull request #1184 from edjw/patch-1
Include ds from Laradumps in ArchPresets
|
2024-07-07 22:47:49 +01:00 |
|
|
|
6896dd486a
|
fix: laravel preset
|
2024-07-07 22:46:15 +01:00 |
|
|
|
67dbce2d42
|
feat: more presets rules
|
2024-07-06 16:45:58 +01:00 |
|
|
|
ee32f25485
|
feat: pr and issue
|
2024-07-04 00:53:58 +01:00 |
|
|
|
0d2f3eb60e
|
Include ds from Laradumps in ArchPresets
|
2024-06-28 22:33:15 +01:00 |
|
|
|
d9252e85d6
|
chore: optimize preset
|
2024-06-26 22:32:58 +01:00 |
|
|
|
0289466ce8
|
Allows other folders to be queuable
|
2024-06-25 23:06:25 +01:00 |
|
|
|
57ef989df8
|
feat(presets): improve laravel preset
|
2024-06-25 22:02:23 +01:00 |
|
|
|
c07513c6a0
|
chore: fixes tests
|
2024-06-11 23:11:38 +01:00 |
|
|
|
b873b89b62
|
Restrict additional dangerous functions in Security.php
|
2024-06-11 21:20:32 +05:30 |
|
|
|
1bee283d15
|
Update Base.php to include 'ereg' and 'eregi' in the list of restricted functions
|
2024-06-11 21:09:15 +05:30 |
|
|
|
4396ee2e03
|
feat(presets): update Security.php to restrict additional dangerous functions
|
2024-06-11 21:02:19 +05:30 |
|
|
|
e4550c8d51
|
Update Base.php to include 'global' in the list of restricted functions
|
2024-06-11 20:58:52 +05:30 |
|
|
|
a25cfb435c
|
Update Base.php to include 'mysql_*' in the list of restricted functions
|
2024-06-11 20:56:49 +05:30 |
|
|
|
3ad788dddb
|
feat(presets): adjusts laravel preset
|
2024-06-10 22:38:40 +01:00 |
|
|
|
2108d18be5
|
Merge pull request #1176 from MrPunyapal/feat/laravel-preset
Feat: laravel preset
|
2024-06-10 22:36:21 +01:00 |
|
|
|
1688888f15
|
feat(presets): update Laravel preset to include expectation for Laravel service provider suffix
|
2024-06-10 21:49:03 +05:30 |
|
|
|
40539ca720
|
feat(presets): update Laravel preset to include expectation for Laravel service provider suffix
|
2024-06-10 21:48:25 +05:30 |
|
|
|
7144d6dfbd
|
feat(presets): add expectation for Laravel notification class
|
2024-06-10 21:47:12 +05:30 |
|
|
|
7240250a15
|
feat(presets): add expectation for Laravel job handle method
|
2024-06-10 21:47:05 +05:30 |
|
|
|
508e42a2ff
|
feat(presets): update Laravel preset to include expectation for Laravel request suffix
|
2024-06-10 21:45:17 +05:30 |
|
|
|
d8156fee53
|
feat(presets): add expectation for Laravel middleware handle method
|
2024-06-10 21:44:49 +05:30 |
|
|
|
abc245bf85
|
feat(presets): add expectation for Laravel command handle method
|
2024-06-10 21:40:16 +05:30 |
|
|
|
65dacd5647
|
feat(presets): add expectation for Laravel mail class
|
2024-06-10 21:38:20 +05:30 |
|
|
|
917f7a64a0
|
feat(presets): add expectation for Laravel exception suffix
|
2024-06-10 21:36:59 +05:30 |
|
|
|
e8b09d6f8c
|
feat(presets): add expectation for Laravel command suffix
|
2024-06-10 21:35:42 +05:30 |
|
|
|
0c4e6de823
|
Add trap to list
Adding trap function from https://github.com/buggregator/trap docs: https://docs.buggregator.dev/trap/getting-started.html
|
2024-06-10 18:03:46 +02:00 |
|
|
|
52282cc590
|
feat(presets): add expectation for Laravel request suffix
|
2024-06-10 21:29:12 +05:30 |
|
|
|
a46142d8c7
|
feat(presets): update Laravel preset to exclude models with suffix 'Model'
|
2024-06-10 21:28:08 +05:30 |
|
|
|
241dcf8f34
|
feat(presets): add expectation for Laravel controller suffix
|
2024-06-10 21:25:51 +05:30 |
|
|
|
927cee609e
|
Update src/ArchPresets/Base.php
Co-authored-by: Joshua Gigg <giggsey@gmail.com>
|
2024-06-10 15:19:55 +01:00 |
|
|
|
c73655f4f9
|
feat(presets): adds xdebug_* functions
|
2024-06-10 11:22:51 +01:00 |
|
|
|
4ac1c6efc6
|
feat(presets): adds goto
|
2024-06-10 11:16:46 +01:00 |
|
|
|
2e5a308b0d
|
Merge pull request #1174 from ClaraLeigh/feat/presets
feature(presets): Add security preset
|
2024-06-10 11:13:50 +01:00 |
|
|
|
7b8e4aec08
|
feature(presets): Add security preset
Looks for functions often seen as insecure
|
2024-06-10 11:44:45 +10:00 |
|
|
|
dd1bd92910
|
feat(presets): more rules
|
2024-06-10 01:15:21 +01:00 |
|