Brais Gabín

Results 84 issues of Brais Gabín

I know that this library it's recently deprecated but the last commit introduced an issue. It's not a big issue, but the zh-rTH translations are not in the right path....

getChildAdapterPosition can return NO_POSITION.

I want to share with my friends this wonderful app. Share my times, share the levels I finished... It'll be great, please add a button.

This is an alternative for #5130. To be more precise this was proposed by @marschwar here: https://github.com/detekt/detekt/pull/5130#issuecomment-1197932497 I implemented this in `:detekt-core` because I think it should be the one...

rules
api
core
build
documentation
dependencies
notable changes

## Expected Behavior The changelog shouldn't be versioned ## Observed Behavior Right now our changelog is versiones on the web ## Steps to Reproduce https://detekt.dev/docs/introduction/changelog ## Context After #5187 the...

bug

Fixes #5148 This rule detects all the mixed behaviour rules that we have on our project so I added them to the baseline meanwhile we don't fix them. But at...

api
build

This is a new first-party detekt plugin for rules that only rule authors will need. In the next PR I'll add the first rule to this rule-set. Any idea with...

build

## Expected Behavior As a user I want to know which detekt plugins are outthere available to use. ## Current Behavior Good luck with your prefered search engine! ## Proposed...

help wanted
feature

## Expected Behavior of the rule Forbid the usage of a property like the same way we have `ForbiddenMethodCall`. ## Context When you are using functions like `combine`, `zip` or...

rules

## Expected Behavior ```kotlin foo.bar( "" ).bar2() .bar3() ``` Should raise an exception because `.bar2()` doesn't follow the chain correctly. Or this should be handled by a different rule? I'm...

false-negative