-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fixed: Correct spelling and add codespell configuration #16767
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
dcaf7b0
Correct spelling and add codespell configuration
CloCkWeRX bc846a8
Update app/Http/Requests/DeleteUserRequest.php
CloCkWeRX 0b16b1f
Add pre-commit hook
CloCkWeRX e98715b
Add pre-commit hook
CloCkWeRX b0d183c
Attempt to add to CI
CloCkWeRX 2f257ee
Apply PSR12 styling and document phpcs
CloCkWeRX 3fe4f4e
Apply PSR12 styling and document phpcs
CloCkWeRX 3fc9a51
Apply PSR12 styling and document phpcs
CloCkWeRX 11bcb44
Apply PSR12 styling and document phpcs
CloCkWeRX ff0798b
Apply PSR12 styling and document phpcs
CloCkWeRX 55d1e2f
Apply PSR12 styling
CloCkWeRX f840119
Apply PSR12 styling
CloCkWeRX 103ccec
Apply PSR12 styling
CloCkWeRX 35c1b74
Apply PSR12 styling
CloCkWeRX fb2a92d
Apply PSR12 styling
CloCkWeRX 906e30d
Apply PSR12 styling
CloCkWeRX eed7ef1
Merge pull request #1 from CloCkWeRX/phpcs
CloCkWeRX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [codespell] | ||
| skip = ./phpmd.xml,./CONTRIBUTORS.md,./composer.lock,*.min.js,*.map,./resources/lang/*,./node_modules/*,./public/vendor/*,./sample_csvs/*,./database/migrations/*,./public/js/* | ||
| count = | ||
| quiet-level = 3 | ||
| ignore-words-list = checkin,Checkin,currentY,userA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1534,7 +1534,7 @@ static public function getRedirectOption($request, $id, $table, $item_id = null) | |
|
|
||
| /** | ||
| * Check for inconsistencies before activating scoped locations with FullMultipleCompanySupport | ||
| * If there are locations with different companies than related objects unforseen problems could arise | ||
| * If there are locations with different companies than related objects unforeseen problems could arise | ||
| * | ||
| * @author T. Regnery <[email protected]> | ||
| * @since 7.0 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -333,7 +333,7 @@ public function postBulkEdit(Request $request) : View | RedirectResponse | |
|
|
||
|
|
||
| /** | ||
| * Returns a view that allows the user to bulk edit model attrbutes | ||
| * Returns a view that allows the user to bulk edit model attributes | ||
| * | ||
| * @author [A. Gianotto] [<[email protected]>] | ||
| * @since [v1.7] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| class BulkAssetModelsController extends Controller | ||
| { | ||
| /** | ||
| * Returns a view that allows the user to bulk edit model attrbutes | ||
| * Returns a view that allows the user to bulk edit model attributes | ||
| * | ||
| * @author [A. Gianotto] [<[email protected]>] | ||
| * @since [v1.7] | ||
|
|
@@ -55,7 +55,7 @@ public function edit(Request $request) : View | RedirectResponse | |
| } | ||
|
|
||
| /** | ||
| * Returns a view that allows the user to bulk edit model attrbutes | ||
| * Returns a view that allows the user to bulk edit model attributes | ||
| * | ||
| * @author [A. Gianotto] [<[email protected]>] | ||
| * @since [v1.7] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -125,7 +125,7 @@ public function destroy($kit_id) | |
| return redirect()->route('kits.index')->with('error', trans('admin/kits/general.kit_not_found')); | ||
| } | ||
|
|
||
| // Delete childs | ||
| // Delete children | ||
| $kit->models()->detach(); | ||
| $kit->licenses()->detach(); | ||
| $kit->consumables()->detach(); | ||
|
|
@@ -217,7 +217,7 @@ public function detachModel($kit_id, $model_id) | |
| return redirect()->route('kits.index')->with('error', trans('admin/kits/general.kit_none')); | ||
| } | ||
|
|
||
| // Delete childs | ||
| // Delete children | ||
| $kit->models()->detach($model_id); | ||
|
|
||
| // Redirect to the kit management page | ||
|
|
@@ -250,7 +250,7 @@ public function editLicense($kit_id, $license_id) | |
| } | ||
|
|
||
| /** | ||
| * Update attached licese | ||
| * Update attached license | ||
| * | ||
| * @author [D. Minaev] [<[email protected]>] | ||
| * @param int $kit_id | ||
|
|
@@ -296,7 +296,7 @@ public function detachLicense($kit_id, $license_id) | |
| return redirect()->route('kits.index')->with('error', trans('admin/kits/general.kit_none')); | ||
| } | ||
|
|
||
| // Delete childs | ||
| // Delete children | ||
| $kit->licenses()->detach($license_id); | ||
|
|
||
| // Redirect to the kit management page | ||
|
|
@@ -374,7 +374,7 @@ public function detachAccessory($kit_id, $accessory_id) | |
| return redirect()->route('kits.index')->with('error', trans('admin/kits/general.kit_none')); | ||
| } | ||
|
|
||
| // Delete childs | ||
| // Delete children | ||
| $kit->accessories()->detach($accessory_id); | ||
|
|
||
| // Redirect to the kit management page | ||
|
|
@@ -452,7 +452,7 @@ public function detachConsumable($kit_id, $consumable_id) | |
| return redirect()->route('kits.index')->with('error', trans('admin/kits/general.kit_none')); | ||
| } | ||
|
|
||
| // Delete childs | ||
| // Delete children | ||
| $kit->consumables()->detach($consumable_id); | ||
|
|
||
| // Redirect to the kit management page | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -299,7 +299,7 @@ public function manufacturer() | |
| } | ||
|
|
||
| /** | ||
| * Determins whether or not an email should be sent for checkin/checkout of this | ||
| * Determines whether or not an email should be sent for checkin/checkout of this | ||
| * accessory based on the category it belongs to. | ||
| * | ||
| * @author [A. Gianotto] [<[email protected]>] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -553,7 +553,7 @@ public function getAvailSeatsCountAttribute() | |
| } | ||
|
|
||
| /** | ||
| * Retuns the number of assigned seats for this asset | ||
| * Returns the number of assigned seats for this asset | ||
| * | ||
| * @author A. Gianotto <[email protected]> | ||
| * @since [v3.0] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.