A calendar management project, for events and activities related to communities fighting for freedoms.
This can be related to software, art, data, hardware, content, commons, internet.
https://www.agendadulibre.org
This can be related to software, art, data, hardware, content, commons, internet.
https://www.agendadulibre.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
416 B
23 lines
416 B
require: |
|
- rubocop-performance |
|
- rubocop-rails |
|
- rubocop-rspec |
|
|
|
AllCops: |
|
Exclude: |
|
- db/schema.rb |
|
TargetRubyVersion: 2.5 |
|
Metrics/BlockLength: |
|
Exclude: |
|
- app/admin/*.rb |
|
- config/routes.rb |
|
- config/environments/*.rb |
|
Style/FrozenStringLiteralComment: |
|
Enabled: false |
|
Style/HashEachMethods: |
|
Enabled: true |
|
Style/HashTransformKeys: |
|
Enabled: true |
|
Style/HashTransformValues: |
|
Enabled: true |
|
|
|
|