-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix admin preview mode and enhance verification logic (#83)
* 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
1 parent
f87f74c
commit d0ce3fa
Showing
25 changed files
with
88 additions
and
1,926 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ development_app | |
*.gem | ||
node_modules/ | ||
npm_debug.log | ||
.rubocop-http* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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*/**/*" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.