blob: 6ebe02e94c1a4fc60f823b0e35a3e74e2a73ca3d (
plain)
1
2
3
4
5
6
7
|
# HLint configuration file
# https://github.com/ndmitchell/hlint
##########################
- ignore: {}
- warn: {name: Unused LANGUAGE pragma}
- warn: {name: Use fewer LANGUAGE pragmas}
|