Pronto-haml and no linting in travis
This commit is contained in:
parent
bdc4c45427
commit
abe89ff130
4 changed files with 9 additions and 4 deletions
4
.github/workflows/pronto.yml
vendored
4
.github/workflows/pronto.yml
vendored
|
|
@ -10,11 +10,11 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- run: |
|
- run: |
|
||||||
git fetch --no-tags --prune --depth=10 origin +refs/heads/*:refs/remotes/origin/*
|
git fetch --no-tags --prune --depth=150 origin +refs/heads/*:refs/remotes/origin/*
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
- name: Setup pronto
|
- name: Setup pronto
|
||||||
run: gem install pronto pronto-rubocop
|
run: gem install pronto pronto-rubocop pronto-haml pronto-flay
|
||||||
- name: Run Pronto
|
- name: Run Pronto
|
||||||
run: pronto run -f github_status github_pr -c origin/${{ github.base_ref }}
|
run: pronto run -f github_status github_pr -c origin/${{ github.base_ref }}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_SUITE=ability
|
- TEST_SUITE=ability
|
||||||
- TEST_SUITE=features
|
- TEST_SUITE=features
|
||||||
- TEST_SUITE=linters
|
|
||||||
- TEST_SUITE=models
|
- TEST_SUITE=models
|
||||||
- TEST_SUITE=controllers
|
- TEST_SUITE=controllers
|
||||||
- TEST_SUITE=rest
|
- TEST_SUITE=rest
|
||||||
|
|
|
||||||
3
Gemfile
3
Gemfile
|
|
@ -278,6 +278,7 @@ group :development, :test do
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
|
|
||||||
gem 'pronto'
|
gem 'pronto'
|
||||||
gem 'pronto-rubocop', require: false
|
gem 'pronto-haml', require: false
|
||||||
gem 'pronto-flay', require: false
|
gem 'pronto-flay', require: false
|
||||||
|
gem 'pronto-rubocop', require: false
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -401,6 +401,10 @@ GEM
|
||||||
pronto-flay (0.11.0)
|
pronto-flay (0.11.0)
|
||||||
flay (~> 2.8)
|
flay (~> 2.8)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
|
pronto-haml (0.11.0)
|
||||||
|
haml_lint (~> 0.23)
|
||||||
|
pronto (~> 0.11.0)
|
||||||
|
rubocop (< 1.0)
|
||||||
pronto-rubocop (0.11.1)
|
pronto-rubocop (0.11.1)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
rubocop (>= 0.63.1, < 2.0)
|
rubocop (>= 0.63.1, < 2.0)
|
||||||
|
|
@ -727,6 +731,7 @@ DEPENDENCIES
|
||||||
prawn-rails
|
prawn-rails
|
||||||
pronto
|
pronto
|
||||||
pronto-flay
|
pronto-flay
|
||||||
|
pronto-haml
|
||||||
pronto-rubocop
|
pronto-rubocop
|
||||||
pry
|
pry
|
||||||
puma (~> 3.0)
|
puma (~> 3.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue