Forked from
Glasgow Haskell Compiler / haddock
3395 commits behind, 2294 commits ahead of the upstream repository.
-
Signed-off-by:
Austin Seipp <austin@well-typed.com>
Signed-off-by:
Austin Seipp <austin@well-typed.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.arclint 414 B
{
"linters": {
"filename": {
"type": "filename"
},
"generated": {
"type": "generated"
},
"merge-conflict": {
"type": "merge-conflict"
},
"nolint": {
"type": "nolint"
},
"haskell": {
"type": "text",
"include": ["(\\.(l?hs(-boot)?|x|y\\.pp)(\\.in)?$)"],
"severity": {
"5": "disabled",
"2": "warning"
}
}
}
}