mirror of
https://github.com/github/semantic.git
synced 2024-12-23 23:11:50 +03:00
Correct the format of the hlint config.
This commit is contained in:
parent
2ee79706e3
commit
e86ec64c66
16
.hlint.yaml
16
.hlint.yaml
@ -36,14 +36,14 @@
|
||||
|
||||
# Ignore eta reduce in the assignment modules
|
||||
- ignore:
|
||||
name: Eta reduce
|
||||
within:
|
||||
- Language.Go.Assignment
|
||||
- Language.MiniPython.Assignment
|
||||
- Language.MiniRuby.Assignment
|
||||
- Language.PHP.Assignment
|
||||
- Language.Python.Assignment
|
||||
- Language.Ruby.Assignment
|
||||
name: Eta reduce
|
||||
within:
|
||||
- Language.Go.Assignment
|
||||
- Language.MiniPython.Assignment
|
||||
- Language.MiniRuby.Assignment
|
||||
- Language.PHP.Assignment
|
||||
- Language.Python.Assignment
|
||||
- Language.Ruby.Assignment
|
||||
|
||||
- ignore: {name: Use ., within: [Analysis.Abstract.Graph.graphingModules]}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user