Skip to content

Commit

Permalink
style: format files using prettier (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jun 4, 2024
1 parent bdc1d36 commit ab7ae80
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ci/linters/.gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ title = "gitleaks config"

[[rules]]
description = "Env Var"
regex = '''(?i)(apikey|secret|key|api|password|pass)=[0-9a-zA-Z-_.{}]{4,120}'''
regex = '''(?i)(apikey|secret|key|api|password|pass|pw|host)=[0-9a-zA-Z-_.{}]{4,120}'''
tags = ["env"]
[rules.allowlist]
description = "ignore value fake"
Expand Down
6 changes: 6 additions & 0 deletions .ci/linters/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ terraform.md
*.tpl.md
*.enc.yaml
vendor
public
staticfiles
out
.vscode-test
.cache
.venv
contrib/
site/
.external_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: 🐛 Bug report
about: Create a report to help us improve
labels: type/bug
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: 🚀 Feature request
about: Suggest an idea for this project
labels: type/enhancement
---
Expand Down
10 changes: 5 additions & 5 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Feel free to use all of the contribution options:

In general, MRs are welcome. We follow the typical "fork-and-pull" [Git flow](./contribute/github-flow.md).

1. **Fork** the repo on Github
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch using [Git flow](./contribute/github-flow.md)
4. **Push** your work back up to your fork
1. **Fork** the repo on Github
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch using [Git flow](./contribute/github-flow.md)
4. **Push** your work back up to your fork

5. Submit a **Pull Request** so that we can review your changes
5. Submit a **Pull Request** so that we can review your changes

**NOTE:** Be sure to rebase the latest changes from "upstream" before making a pull request!

Expand Down
2 changes: 1 addition & 1 deletion docs/include/installation/antibody.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

If you're using [Antibody](https://github.com/getantibody/antibody), install this plugin by doing the following:

1. Add :
1. Add :

```{.sourceCode .bash}
antibody bundle hadenlabs/zsh-nvm
Expand Down

0 comments on commit ab7ae80

Please sign in to comment.