Skip to content

Commit

Permalink
Fix admin preview mode and enhance verification logic (#83)
Browse files Browse the repository at this point in the history
* fix preview mode logic, fix check verification

* fix check_verification

* i18n normalize

* refactors

* lintin

* fix test

---------

Co-authored-by: Ivan Vergés <[email protected]>
  • Loading branch information
antopalidi and microstudi authored Jul 9, 2024
1 parent f87f74c commit d0ce3fa
Show file tree
Hide file tree
Showing 25 changed files with 88 additions and 1,926 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ development_app
*.gem
node_modules/
npm_debug.log
.rubocop-http*
8 changes: 6 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
inherit_from:
- .rubocop_ruby.yml
- .rubocop_rails.yml
- https://raw.githubusercontent.com/decidim/decidim/release/0.28-stable/.rubocop.yml

AllCops:
Exclude:
- "development_app*/**/*"
- "spec/decidim_dummy_app*/**/*"
87 changes: 0 additions & 87 deletions .rubocop_rails.yml

This file was deleted.

Loading

0 comments on commit d0ce3fa

Please sign in to comment.