Skip to content

Commit

Permalink
Remove unneccessary AppsandFeaturesEntries * manifests/r/Rustlang/Rus…
Browse files Browse the repository at this point in the history
…t/GNU/1.68.1/Rustlang.Rust.GNU.installer.yaml (microsoft#194347)
  • Loading branch information
Trenly authored Nov 27, 2024
1 parent 09458c6 commit af7e10e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ Installers:
AppsAndFeaturesEntries:
- DisplayName: Rust 1.68 (GNU)
ProductCode: '{12D0D291-B581-4B38-B572-59EE1C68621B}'
DisplayVersion: 1.68.1.0
- Architecture: x64
InstallerUrl: https://static.rust-lang.org/dist/rust-1.68.1-x86_64-pc-windows-gnu.msi
InstallerSha256: 8A7C79C712D58DF460650EC1E7C1041CD50753D6F9576BA3C64138733A502AAD
ProductCode: '{9176829B-2FF1-4BB7-96CC-F7CF8751513B}'
AppsAndFeaturesEntries:
- DisplayName: Rust 1.68 (GNU 64-bit)
ProductCode: '{9176829B-2FF1-4BB7-96CC-F7CF8751513B}'
DisplayVersion: 1.68.1.0
ManifestType: installer
ManifestVersion: 1.2.0

2 comments on commit af7e10e

@github-actions

This comment was marked as outdated.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (6)

DPipelines
DUS
Fhealth
Fservices
Fstatus
img

To accept ✔️ these unrecognized words as correct, run the following commands

... in a clone of the [email protected]:stacklok/winget-pkgs.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/stacklok/winget-pkgs/actions/runs/12052068877/attempts/2'
Pattern suggestions ✂️ (2)

You could add these patterns to .github/actions/spelling/patterns.txt:

# Automatically suggested patterns
# hit-count: 13 file-count: 1
# URL escaped characters
\%[0-9A-F][A-F]

# hit-count: 1 file-count: 1
# shields.io
\bshields\.io/[-\w/%?=&.:+;,]*

Warnings (1)

See the 📜action log for details.

ℹ️ Warnings Count
ℹ️ candidate-pattern 2

See ℹ️ Event descriptions for more information.

If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.