-
Notifications
You must be signed in to change notification settings - Fork 3
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
UHF-X Linters and updates, without sass update #1190
Conversation
…into UHF-X_linters_and_updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kasko school search and Kymp ploughing schedule works just like before. I approve those changes. 🚀
✅ Tests passed! You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt-visual-regression/pull/1190/html_report/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works nicely in Etusivu!
src/js/closable-surveys.js
Outdated
@@ -1,7 +1,7 @@ | |||
import LocalStorageManager from './localStorageManager'; | |||
|
|||
// eslint-disable-next-line func-names | |||
(function (Drupal) { | |||
((Drupal) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant parentheses (no need to wrap Drupal
src/js/closable-surveys.js
Outdated
@@ -30,6 +30,7 @@ import LocalStorageManager from './localStorageManager'; | |||
try { | |||
surveysToHide = JSON.parse(window.localStorage.getItem('helfi-settings')); | |||
} catch (e) { | |||
// eslint-disable-next-line no-console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we tweak the rules to allow these? I think we're using console.error
and capturing these to Sentry
✅ Tests passed! You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt-visual-regression/pull/1190/html_report/ |
…f-Helsinki/drupal-hdbt into UHF-X_linters_and_updates
…into UHF-X_linters_and_updates
✅ Tests passed! You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt-visual-regression/pull/1190/html_report/ |
…into UHF-X_linters_and_updates
✅ Tests passed! You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt-visual-regression/pull/1190/html_report/ |
UHF-X
What was done
How to install
git pull origin dev
make fresh
composer require drupal/hdbt:dev-UHF-X_linters_and_updates
make drush-cr
How to test
Continuous documentation