Skip to content

Commit

Permalink
style: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tvcsantos committed Mar 10, 2024
1 parent 56223dd commit 907d7b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Re-add `fail-on-all-policy-severities` input
- Change log level on debug to another key
- Changelog level on debug to another key
- Auto-enable diagnostic mode when debug mode is enabled
- Add `fail-if-detect-fails` input to propagate detect error as action failure

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Examples of unacceptable behavior include:
any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email address,
- Publishing others' private information, such as a physical or e-mail address,
without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Once you've filed the PR:
- If the maintainer asks for any changes, edit your changes, push, and ask for
another review.
- If the maintainer decides to pass on your PR, they will thank you for the
contribution and explain why they won't be accepting the changes. That's ok!
contribution and explain why they won't be accepting the changes. That's OK!
We still really appreciate you taking the time to do it, and we don't take
that lightly. 💚
- If your PR gets accepted, it will be marked as such, and merged into the
Expand Down Expand Up @@ -193,7 +193,7 @@ Once you've filed the PR:
another review. Additional tags (such as `needs-tests`) will be added
depending on the review.
- If the maintainer decides to pass on your PR, they will thank you for the
contribution and explain why they won't be accepting the changes. That's ok!
contribution and explain why they won't be accepting the changes. That's OK!
We still really appreciate you taking the time to do it, and we don't take
that lightly. 💚
- If your PR gets accepted, it will be marked as such, and merged into the
Expand Down Expand Up @@ -230,7 +230,7 @@ Some notes on picking up support issues:
- As much as possible, try to refer to past issues with accepted answers. Link
to them from your replies with the `#123` format.
- Be kind and patient with users -- often, folks who have run into confusing
things might be upset or impatient. This is ok. Try to understand where
things might be upset or impatient. This is OK. Try to understand where
they're coming from, and if you're too uncomfortable with the tone, feel free
to stay away or withdraw from the issue. (note: if the user is outright
hostile or is violating the CoC, [refer to the Code of Conduct](CODE_OF_CONDUCT.md)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@ Passing additional [Detect properties][detect-properties-documentation] can be d

Please refer to the [Detect documentation on this topic][detect-properties-options] for more information.

#### Detect Diagnostic Zip
#### Detect Diagnostic ZIP

When passing the properties `DETECT_DIAGNOSTIC` or `DETECT_DIAGNOSTIC_EXTENDED` as environment variables, the action
will helpfully upload the zip as a build artifact for convenient troubleshooting. Note: These properties must be set
will helpfully upload the ZIP as a build artifact for convenient troubleshooting. Note: These properties must be set
to `true` or `false` (rather than `1`) when using the action.

#### Detect Exit Code output
Expand Down

0 comments on commit 907d7b0

Please sign in to comment.