Veronika Romashkina
Veronika Romashkina
This could be done at least for [STAN-0211](https://github.com/kowainik/stan/wiki/All-Inspections#STAN-0211) and [STAN-0215](https://github.com/kowainik/stan/wiki/All-Inspections#STAN-0215)
### containers - [ ] `Data.Map.(!)` - [ ] `Data.IntMap.(!)` ### text All functions as for lists, and much more. Also, for both `Text` types: strict `Text` and lazy `Text`....
Blocked by #124 This then could be used in the config, where the user will be able to specify unwanted extensions, for example: `disallow = [AllowAmbigousTypes, IncoherentInstances]`
Should we create a new category for Math functions (so they should be easily turned off). The doubt here is only because we can't suggest anything else instead.. :thinking: -...
Currently, we group `Observation`s by filepath for the console output. However, it is not the only possible option. User can be interested in e.g. Severity grouping, or Category grouping as...
Advice to use newtypes in data types with multiple fields with the same type: ```haskell data Params = Params { height :: !Double -- ^ in cmeters , weight ::...
As per @chshersh comment in #207 this could be more efficient :+1: