Commit Graph

1919 Commits

Author SHA1 Message Date
Karina Kwiatek 783e47fc2b Replace paperclip with CarrierWave 2020-05-17 20:38:40 +01:00
Georg Gadinger 25a83fe153
Merge pull request #112 from Retrospring/remove-unicorn-and-fix-other-things
Remove unicorn and fix other things
2020-05-17 18:35:36 +02:00
Georg Gadinger 49bc29b31a fix some mistakes in some views 2020-05-17 18:15:18 +02:00
Georg Gadinger e1a8ac3db5 Gemfile: remove foreman, get rid of Procfile 2020-05-17 18:08:18 +02:00
Georg Gadinger b04891446c Gemfile: no more unicorn required 2020-05-17 18:07:20 +02:00
Georg Gadinger bbcb8092fc Gemfile: always install Puma 2020-05-17 15:15:23 +02:00
Andreas Nedbal 224fdfaaaa
Merge pull request #106 from Retrospring/feature/haml-lint 2020-05-13 21:10:41 +02:00
Andreas Nedbal b86329b519 Merge branch 'feature/haml-lint' of github.com:Retrospring/retrospring into feature/haml-lint 2020-05-11 19:45:27 +02:00
Andreas Nedbal 1b555e284d Fix lint violation on announcements partial 2020-05-11 19:40:45 +02:00
Andreas Nedbal 66b2afc976 Turn single-word strings into symbols 2020-05-11 19:40:45 +02:00
Andreas Nedbal 498d31ecd6 Add HAML linting GitHub Action step 2020-05-11 19:40:44 +02:00
Andreas Nedbal 7639c20f64 Fix lints in app/views/announcement 2020-05-11 19:40:44 +02:00
Andreas Nedbal 60b892e74e Fix display_all being not defined 2020-05-11 19:40:44 +02:00
Andreas Nedbal 7b63efed6f Fix lints in app/views/answerbox 2020-05-11 19:40:44 +02:00
Andreas Nedbal ed6528c948 Fix lints in app/views/application 2020-05-11 19:40:44 +02:00
Andreas Nedbal c585fe3760 Fix lints in app/views/devise 2020-05-11 19:40:44 +02:00
Andreas Nedbal b67a291477 Ignore Style/IdenticalConditionalBranches in HAML 2020-05-11 19:40:44 +02:00
Andreas Nedbal 30331f4bfc Fix lints in app/views/discover 2020-05-11 19:40:44 +02:00
Andreas Nedbal a290cad72d Fix lints in app/views/group 2020-05-11 19:40:44 +02:00
Andreas Nedbal 3a335798fe Fix lints in app/views/inbox 2020-05-11 19:40:43 +02:00
Andreas Nedbal 7243fa11d4 Remove superfluous .html from layout 2020-05-11 19:40:43 +02:00
Andreas Nedbal 2686017ad8 Fix lints in app/views/layouts 2020-05-11 19:40:43 +02:00
Andreas Nedbal 7414471d41 Fix lints in app/views/modal 2020-05-11 19:40:43 +02:00
Andreas Nedbal 13878070fd Remove superfluous .html from moderation views 2020-05-11 19:40:43 +02:00
Andreas Nedbal 35bc0c8a77 Ignore Layout/EmptyLineAfterGuardClause in HAML 2020-05-11 19:40:43 +02:00
Andreas Nedbal 3c1d007c5e Fix lints in app/views/moderation 2020-05-11 19:40:43 +02:00
Andreas Nedbal 730b6156ce Fix lints in app/views/navigation 2020-05-11 19:40:43 +02:00
Andreas Nedbal d27ef3aae5 Fix lints in app/views/notifications 2020-05-11 19:38:07 +02:00
Andreas Nedbal 2d4726c297 Fix lints in app/views/public 2020-05-11 19:38:07 +02:00
Andreas Nedbal 336d038bee Ignore Metrics/BlockNesting for HAML 2020-05-11 19:38:07 +02:00
Andreas Nedbal 7f17a2995e Fix lints in app/views/question 2020-05-11 19:38:07 +02:00
Andreas Nedbal eed08b811c Fix lints in app/views/services 2020-05-11 19:38:07 +02:00
Andreas Nedbal c21a3d0f73 Fix lints in app/views/settings 2020-05-11 19:38:07 +02:00
Andreas Nedbal fe70717510 Fix lints in app/views/shared 2020-05-11 19:38:07 +02:00
Andreas Nedbal ab21a4ded3 Adjust .rubocop.yml to not throw warnings
Considering we're not actively checking code with rubocop at the moment, this should be okay for now. It's just a bit jarring having 20+ lines of rubocop complaining of unconfigured cops etc.
2020-05-11 19:38:07 +02:00
Andreas Nedbal a3117861c8 Fix lints in app/views/tabs 2020-05-11 19:38:07 +02:00
Andreas Nedbal e08f9dafab Fix lints in app/views/user 2020-05-11 19:38:06 +02:00
Andreas Nedbal caa6b27684 Fix lints in app/views/static 2020-05-11 19:38:06 +02:00
Andreas Nedbal f6466e4618 Add haml-lint configuration 2020-05-11 19:38:06 +02:00
Andreas Nedbal 0adf751773 Install haml-lint 2020-05-11 19:38:06 +02:00
Andreas Nedbal 4474d9895c Fix notification menu clipping out of view 2020-05-11 15:19:40 +02:00
Andreas Nedbal f8c2ffa9e3 Fix lint violation on announcements partial 2020-05-10 22:34:53 +02:00
Andreas Nedbal 055085967a Turn single-word strings into symbols 2020-05-10 22:27:39 +02:00
Andreas Nedbal 4d48a3b58b Add HAML linting GitHub Action step 2020-05-10 14:33:03 +02:00
Andreas Nedbal fdfd450cf8 Fix lints in app/views/announcement 2020-05-10 14:29:10 +02:00
Andreas Nedbal 4376572014 Fix display_all being not defined 2020-05-10 14:22:33 +02:00
Andreas Nedbal 4203e93bc4 Fix lints in app/views/answerbox 2020-05-10 14:22:04 +02:00
Andreas Nedbal 72ce5f39f0 Fix lints in app/views/application 2020-05-10 14:06:22 +02:00
Andreas Nedbal 7a0ea2d21f Fix lints in app/views/devise 2020-05-10 13:45:48 +02:00
Andreas Nedbal b16bcbc45d Ignore Style/IdenticalConditionalBranches in HAML 2020-05-10 13:38:10 +02:00