Tiago Moraes

Results 6 comments of Tiago Moraes

codeclimate-tslint can now be used on codeclimate.com with this config on codeclimate.yml: ```yml engines: tslint: enabled: true channel: beta ``` see: https://github.com/codeclimate/codeclimate-duplication/issues/127#issuecomment-286554197

I have found that inspecting the struct covers `defstruct`, don't know why. ```elixir %Thing{} |> inspect() ``` ![image](https://user-images.githubusercontent.com/1627293/149244498-e0fa86dc-051d-4243-bcd6-de22fd0a1616.png) ![image](https://user-images.githubusercontent.com/1627293/149244840-edafb7b4-4332-4e3e-9aa3-23b23e163f4b.png)

In [SpryCov](https://github.com/tiagoefmoraes/spry_cov) I started not reporting `defstruct` lines by getting `__struct__` functions line number from docs and ignoring those lines. If you want to try it out I created a...

@furqanZafar are you still maintaining this project?

@m4i this change worked for me too. Do you need any help to merge this? For now I'm using [specific_install](https://github.com/rdp/specific_install) to use this fix: `gem specific_install -l [email protected]:blelump/rubocop-git.git -r 79a6579b7ebbd82890c32f536fe78472fe816071`

Found this issue while investigating why some deps in my project could not be upgraded, and attempted to patch `rebar.config` while keeping `rabbit_common` version strict. This `sed` command does that([playground](https://sed.js.org/?snippet=y7ML5r)):...