issues
search
akoutmos
/
doctor
Ensure that your Elixir project documentation is healthy
MIT License
179
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix elixir warning and typo in stdout
#64
inoas-nbw
closed
2 weeks ago
5
use Logger.warning
#63
roelandvanbatenburg
closed
2 weeks ago
0
Error when running doctor.explain
#62
lud-wj
opened
11 months ago
0
Reports missing docs when it should not
#61
flupke
opened
1 year ago
0
fix: ignore any non-Elixir modules.
#60
jimsynz
closed
1 year ago
1
Make Doctor installable as an escript executable
#59
dmarcoux
closed
1 year ago
1
Module doc error when deriving protocols on modules you don't own
#58
tristantreb
opened
1 year ago
0
CLI raising should impact exit code
#57
christhekeele
opened
1 year ago
0
Proposal: `Doctor.Reporters.HTML`
#56
christhekeele
opened
1 year ago
0
Fix #45 by ignoring protocol implementations
#55
gerbal
closed
1 year ago
3
moduledoc_required followup
#54
djthread
closed
2 years ago
0
Deprecate moduledoc_required, Add min_overall_moduledoc_coverage
#53
djthread
closed
2 years ago
0
Recognize opaque struct typespecs
#52
djthread
closed
2 years ago
0
Fix moduledoc detection for older elixir versions
#51
djthread
closed
2 years ago
1
struct_type_spec_required triggered when we use `@opaque`
#50
manuel-rubio
closed
2 years ago
1
Allow doctor.explain to work in umbrella apps
#49
randycoulman
closed
2 years ago
1
fix: allow different arguments to __using__
#48
randycoulman
closed
2 years ago
1
Properly collect functions for nested modules
#47
randycoulman
closed
2 years ago
1
`defmacro` support
#46
christhekeele
opened
2 years ago
0
Don't analyze `defimpl` modules
#45
christhekeele
closed
1 year ago
0
`unquote` functions report no docs/specs
#44
ackerdev
opened
2 years ago
0
Failed on erl modules
#43
cgnv
closed
1 year ago
0
Add ability to mark @moduledoc false as failures as well as missing @…
#42
balexandr
opened
2 years ago
8
False positive for `Doc Cov` with Elixir 1.12+
#41
aifrak
opened
3 years ago
4
Incorrect data gathering for nested modules
#40
adamwight
closed
2 years ago
2
Handle properly modules with `__using__` macro
#39
pnezis
closed
3 years ago
4
Include --failed option in README
#38
pnezis
closed
3 years ago
0
Add --failed CLI argument
#37
pnezis
closed
3 years ago
1
Do not report missing docs for exceptions
#36
pnezis
closed
3 years ago
7
fix reporting on multi-clause callbacks
#35
pnezis
closed
3 years ago
1
Incorrect data gathering for __using__ macros
#34
jrogov
closed
3 years ago
2
Elixir 1.8+ required due to use of Mix.Task.recursing?
#33
karolsluszniak
closed
3 years ago
1
Ignore Module Prefix
#32
kyleVsteger
closed
3 years ago
2
Misc doc changes
#31
kianmeng
closed
3 years ago
1
Switch from Travis to GitHub Actions
#30
akoutmos
closed
3 years ago
2
Fix spec coverage bug
#29
akoutmos
closed
3 years ago
0
Updated deps
#28
djthread
closed
3 years ago
1
Add `only: :dev` to readme
#27
djthread
closed
3 years ago
0
doctor.explain fails when running in an umbrella app
#26
akoutmos
closed
2 years ago
0
Added doctor.explain command and fixed behaviour counting issue
#25
akoutmos
closed
4 years ago
0
Aliased behaviours are not counted properly
#24
akoutmos
closed
4 years ago
1
Add regex support for ignore_modules
#23
akoutmos
closed
3 years ago
1
Comparison to Inch in README
#22
lpil
closed
4 years ago
3
Add new Doctor mix command
#21
akoutmos
closed
4 years ago
1
Initial attempt at adding typespecs for modules that define structs
#20
akoutmos
closed
4 years ago
0
Add support for @typedocs and @type attributes
#19
akoutmos
closed
4 years ago
1
Doctor reports red on modules with no functions.
#18
rsimmonsjr
closed
3 years ago
0
Doctor reports missing specs on @impl functions.
#17
rsimmonsjr
closed
4 years ago
1
`(File.Error) could not read file` when developing with docker
#16
samm81
closed
4 years ago
3
Initial implementation of cli help and config path
#15
akoutmos
closed
4 years ago
0
Next