Sebastian Skałacki

Results 23 comments of Sebastian Skałacki

Rebased for maintenance. Nothing has changed in commit contents.

@lsegal How about this one? Can I implement such feature, or is it something what doesn't fit to YARD for some reason?

@lsegal Few more ideas with different background colors: Using background color `#efeff1` (which is exactly 3% darker than listings' background, i.e. `#f7f7f9`): ![Zrzut ekranu 2019-12-12 o 03 33 16](https://user-images.githubusercontent.com/154287/70677713-36e3f980-1c90-11ea-8c52-43be5ffd7067.png) Using...

This is also an interesting idea, especially that it can be considered a non-breaking change, which is important in context of https://github.com/lsegal/yard/pull/1200#issuecomment-439200487. I support this proposal very much, although it...

@lsegal Any opinion on @mojavelinux's idea? I believe I can implement either.

I've done some research on this topic. ### How it works now Currently, the process of YARD documentation generation is roughly like this: 1. Command line arguments are parsed. It...

This is because Hound simply merges organization-wide configuration into project-specific one, instead of relying on RuboCop's inheritance rules: https://github.com/houndci/hound/blob/fe43c074728438cae520d4f14d36926206200d2e/app/models/config/rubocop.rb#L12

To clarify: It isn't a problem when overriding specific cop, but it is a problem when overriding the whole department. Due to incorrect merging, more specific `Metrics/MethodLength` takes precedence over...

Just wanted to remind about this one. Supported Rubocop versions are already listed at http://help.houndci.com/en/articles/2461415-supported-linters, but information on installed extensions (rubocop-rails, rubocop-performance, etc.) is still missing.

Sorry for premature pull request. This fixes one bug but `table_exists` is still broken. I'll reopen it later or at least post what still fails.