Róbert Papp
Róbert Papp
## Context Consider having a mathematical/algebraic class, which might have operators. A really simple example: ```kotlin data class Vector2(val x: Float, val y: Float) { operator fun plus(other: Vector2): Vector2...
Pretty much the same as #5316, but a different rule. ## Context  Warnings exists in some codebases, and that's ok, but then they make the code harder to read,...
Note: GitHub actions actively turns this on as well for all unix shell types: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell (I have a feeling it could be even put in `#!/usr/bin/env sh -e`, but not...
Currently the whole expression is highlighted, creating a lot of noise in the code:  ## Expected Behavior of the rule I think it would be more than enough to...
## Expected Behavior The whole line is highlighted. ## Observed Behavior  ## Steps to Reproduce Based on the real example above, I minified a test-case: MaxLineLengthSpec: ```kotlin @Test fun...
### Expected Behavior Java 8 is tested on CI on every PR, so that breakages like #898 cannot happen. ### Current Behavior Java 11 - 18 on CI. ### Fix...
`mutation` response will match the mutation name. ### Why: Closes no issue, trivial problem. ### What's being changed (if available, include any code snippets, screenshots, or gifs): https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects#adding-a-draft-issue-to-a-project ### Check...
Here's a temporary fix I applied in my own codebase to make `addNodeId` work: ``` javascript var neo4j = require('node-neo4j'); /** * Monkey patch the removeCredentials to get node._id and...
For example: `show-for-large-down` and `hide-for-large-down`.
http://googlesamples.github.io/android-custom-lint-rules/