Skip to content

Commit

Permalink
chore(lint): Rename .czrc to .cz.json and remove uncessary file m…
Browse files Browse the repository at this point in the history
…appings (#138)
  • Loading branch information
aifrak authored Oct 16, 2021
1 parent 127fa52 commit cadcb95
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chore:
- "**/.formatter.exs"
- "**/.sobelow-conf"
- .commitlintrc.js
- .czrc
- .cz.json
- .devcontainer
- .editorconfig
- "**/.gitignore"
Expand Down
2 changes: 1 addition & 1 deletion .lintstagedrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- ./run dockerfile:format
- ./run dockerfile:lint

"{*.json,*.yaml,*.yml,.czrc}":
"*.{json,yaml,yml}":
- ./run prettier:format
- ./run prettier:lint

Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

// Files:
"files.associations": {
".czrc": "json",
".prettierignore-eex": "ignore",
".sobelow-conf": "elixir",
"**/.husky/*": "shellscript",
Expand Down
2 changes: 0 additions & 2 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ overrides:
dictionaries:
- bash
- bash-custom
- filename: ".czrc"
languageId: "json"

ignorePaths:
- "**/_build/**"
Expand Down
1 change: 0 additions & 1 deletion spellcheck/dictionaries/filenames.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Ascending sort, case insensitive
COMMIT_EDITMSG
commitlintrc
czrc
dockerignore
editorconfig
eslintcache
Expand Down

0 comments on commit cadcb95

Please sign in to comment.