-
Тут бы рубокопом пройтись, он явно будет жаловаться на отсутствие пробела перед комментом
https://github.com/rublen/binance/blob/453741173288f9c08b9df5fbe6d969741a02e30d/app/models/credentials.rb#L…
-
You will use RuboCop to enforce style guidelines. This is not a requirement for the project, but it's something we'd like for y'all to set up.
RuboCop will be installed when you bundle install. Simply…
-
Reference: https://rails.rubystyle.guide/#active_support_extensions
## Actual behavior
I have the code:
```ruby
# frozen_string_literal: true
class User < ApplicationRecord
def method
…
-
- [x] https://github.com/theforeman/theforeman-rubocop/pull/8
- [x] https://github.com/theforeman/theforeman-rubocop/pull/9
- [x] https://github.com/theforeman/theforeman-rubocop/pull/11
For …
-
I'm using this workflow:
```yaml
name: Code quality
on:
pull_request:
types: [ 'synchronize', 'labeled', 'review_requested' ]
jobs:
pronto:
permissions:
pull-requests: w…
-
┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4079) by [Unito](https://www.unito.io)
-
We should use [Rubocop](https://github.com/bbatsov/rubocop) to maintain a standardized style for Ruby code across the project.
Check out these rules:
- `SpaceBeforeBlockBraces`
- `SpaceAroundBlockPar…
-
https://github.com/ruby-formatter/rufo
-
In my gemspec I have:
```
group :development do
gem 'domainic-dev', path: 'domainic-dev'
end
```
In my rbs_collection.yaml I have:
```
sources:
- type: git
name: ruby/gem_rbs_c…
-
## Expected behavior
`Lint/ImplicitStringConcatenation` behaves strangely with prism in the situation below. With prism turned off, it doesn't report an error.
I imagine this is some combination…