ndmitchell/hlint
Auf GitHub ansehenSupport restricting a function in certain modules
Open
#1.392 geöffnet am 2. Juli 2022
good first issue
Repository-Metriken
- Stars
- (1.594 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
It's possible to restrict a function in all modules except certain modules:
- functions:
- {name: [fromIntegral], within: 'modules_where_fromIntegral_is_ok'}
But it doesn't seem possible to restrict a function only in certain modules. This would be a useful feature to add.