Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rubocop #28

Merged

Conversation

takahashim
Copy link
Collaborator

🎩 What? Why?

とりあえずrubocopだけでも通すようにするための修正です。

v0.28.0に合わせて、.rubocop.ymldecidim-devの設定をベースにするように変更しています。

📌 Related Issues

📋 Subtasks

  • Add CHANGELOG upgrade notes, if required
  • If there's a new public field, add it to GraphQL API
  • Add documentation regarding the feature
  • Add/modify seeds
  • Add tests
  • Another subtask

.rubocop.yml Outdated
Comment on lines 4 to 25
AllCops:
Exclude:
- "db/migrate/*"
- "db/schema.rb"
- "bin/setup"
- "bin/update"
- "node_modules/*"

Gemspec/RequiredRubyVersion:
Enabled: false

Rails/Output:
Enabled: false

Capybara/ClickLinkOrButtonStyle:
Enabled: false

RSpec/DescribeClass:
Enabled: false

Rails/I18nLocaleAssignment:
Enabled: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この辺のファイルとcopsはいったん無視しています。あとで修正するかも。

@ayuki-joto ayuki-joto merged commit e8e51fd into ayuki-joto:feat/update-decidim-0-28-0 Mar 19, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants