-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from input-output-hk/bwbush/iogx
IOGX flake and CI
- Loading branch information
Showing
31 changed files
with
1,352 additions
and
6,895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ node_modules | |
*.csv | ||
*.agdai | ||
src/MAlonzo/ | ||
.pre-commit-config.yaml | ||
.libraries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# this is rarely an improvement | ||
- ignore: {name: Move brackets to avoid $} | ||
# this is often worse | ||
- ignore: {name: Use <$>} | ||
# this aids clarity since you can name the parameters | ||
- ignore: {name: Avoid lambda} | ||
- ignore: {name: Avoid lambda using `infix`} | ||
- ignore: {name: Replace case with fromMaybe} | ||
# whether this is better is very variable | ||
- ignore: {name: Use infix} | ||
# hlint can't handle typed TH: https://github.com/haskell-suite/haskell-src-exts/issues/383 | ||
# annoyingly, 'within' doesn't seem to work if there's a parse error, so we have to blanket | ||
# ignore it | ||
- ignore: {name: Parse error} | ||
# This is rarely better, and often more confusing | ||
- ignore: {name: Use asks} | ||
# It seems clearer to use case than fromMaybe | ||
- ignore: {name: Use fromMaybe} | ||
- ignore: {name: Use section} | ||
|
||
- fixity: infixr 8 .* | ||
- fixity: infixr 3 *** | ||
- fixity: infixr 3 &&& | ||
- fixity: infixr 1 <=< |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.