Skip to content

Commit

Permalink
chore: Other tweaks
Browse files Browse the repository at this point in the history
- License change
- PSScriptAnalyzer
- Add bare wiki as MD
  • Loading branch information
Ash258 committed Apr 26, 2020
1 parent 7988968 commit e625a11
Show file tree
Hide file tree
Showing 37 changed files with 2,912 additions and 54 deletions.
698 changes: 674 additions & 24 deletions LICENSE

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
# The PowerShell Script Analyzer will generate a warning
# diagnostic record for this file due to a bug -
# https://github.com/PowerShell/PSScriptAnalyzer/issues/472
@{
# Only diagnostic records of the specified severity will be generated.
# Uncomment the following line if you only want Errors and Warnings but
# not Information diagnostic records.
Severity = @('Error','Warning')

# Analyze **only** the following rules. Use IncludeRules when you want
# to invoke only a small subset of the defualt rules.
# IncludeRules = @('PSAvoidDefaultValueSwitchParameter',
# 'PSMisleadingBacktick',
# 'PSMissingModuleManifestField',
# 'PSReservedCmdletChar',
# 'PSReservedParams',
# 'PSShouldProcess',
# 'PSUseApprovedVerbs',
# 'PSAvoidUsingCmdletAliases',
# 'PSUseDeclaredVarsMoreThanAssignments')

# Do not analyze the following rules. Use ExcludeRules when you have
# commented out the IncludeRules settings above and want to include all
# the default rules except for those you exclude below.
# Note: if a rule is in both IncludeRules and ExcludeRules, the rule
# will be excluded.
ExcludeRules = @(
# Currently Scoop widely uses Write-Host to output colored text.
'PSAvoidUsingWriteHost',
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,10 @@ The following buckets are known to scoop:
- [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets

The main bucket is installed by default. To add any of the other buckets, type:
```
scoop bucket add bucketname
```
`scoop bucket add bucketname`

For example, to add the extras bucket, type:
```
scoop bucket add extras
```
`scoop bucket add extras`

## Other application buckets

Expand Down
1 change: 0 additions & 1 deletion _wiki/.gitkeep

This file was deleted.

Loading

0 comments on commit e625a11

Please sign in to comment.