Sam Brown
Sam Brown
This could potentially enable a more fine grained output. Imagine an IDE extension that displays where complex areas in the code are making it difficult to maintain. I haven't looked...
Related to https://github.com/sgb-io/fta/issues/50
Times depended on could be a nice addition; this is something that codehawk-cli supported
This would represent a graph of the files in a project and as such could give more information such as clusters of complexity i.e. tricky spots and areas. To get...
This was a feature that codehawk-cli supported but FTA currently does not.
e.g. you set `exclude_under` to a `1000` on a large project, say there are 1000 files but only 5 over 1k lines. You will see 5 files in the output,...
Non-trivial since it's currently and editable-with-live-updates ``.
Based on warnings in a recent build - `actions-rs/toolchain@v1` - `actions-rs/cargo@v1` Most warnings relate to `set-output` but I think these might be due to these two dependencies Also, it may...