rails--rails/tasks
bogdanvlviv ea37ccddba
Fix rubocop offenses
- Layout/TrailingWhitespace

```
actionpack/lib/action_controller/metal/request_forgery_protection.rb:49:4:
C: Layout/TrailingWhitespace: Trailing whitespace detected.
  #
   ^
```

Related to c3787494ed

- Performance/StartWith

```
tasks/release.rb:108:44: C: Performance/StartWith:
Use String#start_with? instead of a regex match anchored to the beginning of the string.
      header += "*   No changes.\n\n\n" if current_contents =~ /\A##/
```
2018-08-15 08:34:31 +03:00
..
release.rb Fix rubocop offenses 2018-08-15 08:34:31 +03:00
release_announcement_draft.erb Fix github user output. 2017-07-30 16:09:36 +02:00