Skip to content

Commit

Permalink
Merge branch 'release/0.38.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jul 27, 2020
2 parents 40306b3 + 57e3441 commit f853904
Show file tree
Hide file tree
Showing 484 changed files with 27,816 additions and 9,634 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ languages:
PHP: true
exclude_paths:
- "lib/strip_attributes/test/*"
- "db/migrate/"
- "spec/"
- "vendor/"
75 changes: 75 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 99
rebase-strategy: "disabled"
ignore:
# requires Ruby >= 2.4.0
- dependency-name: annotate
versions:
- ">= 3.1.1"
- dependency-name: capybara
versions:
- ">= 3.16.0"
- dependency-name: fast_gettext
versions:
- ">= 2.0.3"
- dependency-name: icalendar
versions:
- ">= 2.6.0"
- dependency-name: launchy
versions:
- ">= 2.5.0"
- dependency-name: maxmind-db
versions:
- ">= 1.1.0"
- dependency-name: pry-byebug
versions:
- ">= 2.8.0"
- dependency-name: rubocop
versions:
- ">= 0.82.0"
- dependency-name: sass-rails
versions:
- ">= 5.0.8"

# pry-byebug requires Ruby >= 2.4.0
- dependency-name: pry
versions:
- ">= 0.13.0"

# requires Ruby >= 2.4
- dependency-name: rubyzip
versions:
- ">= 2.0.0"

# requires Ruby ~> 2.4
- dependency-name: holidays
versions:
- ">= 8.0.0"

# requires Ruby >= 2.4.6
- dependency-name: globalize
versions:
- ">= 5.3.0"

# requires Ruby >= 2.5.0
- dependency-name: capybara
versions:
- ">= 3.33.0"
- dependency-name: gettext
versions:
- ">= 3.3.0"

# factory_bot requires Ruby >= 2.5.0
- dependency-name: factory_bot_rails
versions:
- ">= 6.0.0"

# sprockets requires Ruby >= 2.5.0
- dependency-name: sass-rails
versions:
- ">= 6.0.0"
16 changes: 16 additions & 0 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: RuboCop

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Run RuboCop linter
uses: reviewdog/action-rubocop@v1
with:
github_token: ${{ secrets.github_token }}
rubocop_version: 0.81.0
rubocop_extensions: rubocop-performance:1.5.2 rubocop-rails:2.5.2
82 changes: 41 additions & 41 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
!/lib/themes/.keep
!/log/.keep
.bundle/
.ruby-version
.sass-cache/
.vagrant.yml
.vagrant/
cache/
config/*.deployed
config/aliases
config/config.tmp
config/crontab
config/database.yml
config/deploy.yml*
config/general*.yml
config/httpd.conf
config/logrotate
config/memcached.yml
config/newrelic.yml
config/rails_env.rb
config/user_spam_scorer.yml
coverage/
db/schema.rb
db/structure.sql
files/
lib/themes/*
locale/model_attributes.rb
log/*
old-cache/
public/*theme/
public/alavetelitheme
public/asktheeu-theme
public/assets/
public/down.current.html
public/down.html
public/download/
public/foi-live-creation.png
public/foi-user-use.png
public/google*.html
public/wordpress
tmp/
vendor/bundle/
vendor/data/
/.bundle/
/.ruby-version
/.sass-cache/
/.vagrant.yml
/.vagrant/
/cache/
/config/*.deployed
/config/aliases
/config/config.tmp
/config/crontab
/config/database.yml
/config/deploy.yml*
/config/general*.yml
/config/httpd.conf
/config/logrotate
/config/memcached.yml
/config/newrelic.yml
/config/rails_env.rb
/config/user_spam_scorer.yml
/coverage/
/db/schema.rb
/db/structure.sql
/files/
/lib/themes/*
/locale/model_attributes.rb
/log/*
/old-cache/
/public/*theme/
/public/alavetelitheme
/public/asktheeu-theme
/public/assets/
/public/down.current.html
/public/down.html
/public/download/
/public/foi-live-creation.png
/public/foi-user-use.png
/public/google*.html
/public/wordpress
/tmp/
/vendor/bundle/
/vendor/data/
11 changes: 0 additions & 11 deletions .hound.yml

This file was deleted.

Loading

0 comments on commit f853904

Please sign in to comment.