Skip to content

Commit

Permalink
ignore hcl files in code spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Sep 23, 2023
1 parent 1fd0df3 commit ae471c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"**/.vscode/**",
"**/tmp/**",
"**/megalinter-reports/**",
"**/.editorconfig"
"**/.editorconfig",
"**.hcl"
],
"language": "en,en-GB",
"words": [
Expand Down

0 comments on commit ae471c2

Please sign in to comment.