Skip to content

Commit

Permalink
Allow alire to install mismatched binaries
Browse files Browse the repository at this point in the history
Would be resolved by Neved4#25.

Signed-off-by: risc <[email protected]>
  • Loading branch information
0risc committed Aug 15, 2024
1 parent 8e6f9db commit 619eb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.rb]
[*.{rb,json}]
indent_style = space
indent_size = 2

Expand Down
3 changes: 3 additions & 0 deletions audit_exceptions/mismatched_binary_allowlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"alire"
]

0 comments on commit 619eb12

Please sign in to comment.