Dmitrii Kovanikov

Results 393 issues of Dmitrii Kovanikov

Number of exposed: * Types * Typeclasses * Functions * pattern synonyms Anything else? Should we count constructors and record fields?

output
report :notebook:

Validate known inspection ids after parsing config.

config :gear:

@vrom911 Implemented superb report in #28. It would be nice to test the textual output to avoid having surprises. The only difficult challenge here is how to print output without...

tests
report :notebook:

Probably by passing a separate `Int` year argument to settings.

tests

We're going full GitHub Actions so probably to decrease the maintenance burden, we can remove AppVeyor CI as well.

generated project
CI

As we are currently moving away from Travis CI, it makes sense to move the building of all our test projects on GitHub Actions. I propose to create a separate...

CI
tests

So we can catch all warnings earlier. Due to some challenges with specifying `-Werror` for `cabal` only on CI (see #173 for more details), I propose to add `-Werror` as...

CI

Can be helpful for creating more customizable scaffolds. The TOML can look like this: ```toml dependencies = [ { stanza = "library", dependency = "tomland ^>= 1.3" } , {...

config