Skip to content

Commit

Permalink
Merge pull request #324 from snap-cloud/merge-upstream
Browse files Browse the repository at this point in the history
Merge upstream
  • Loading branch information
cycomachead authored Feb 13, 2024
2 parents 047cd8c + 27ad42d commit b6de0de
Show file tree
Hide file tree
Showing 93 changed files with 1,242 additions and 829 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- run: sudo apt-get install xvfb
- name: Install JavaScript libraries via npm
run: npm install
Expand Down
8 changes: 5 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-rspec
- rubocop-rails # Currently disabled below.
- rubocop-rails
- rubocop-capybara
- rubocop-performance

inherit_from: .rubocop_todo.yml

inherit_mode:
merge:
Expand Down
Loading

0 comments on commit b6de0de

Please sign in to comment.