Commit Graph

2 Commits

Author SHA1 Message Date
Javi Martín
7696d9e5cd Use pronto.yml to configure pronto-stylelint
This is necessary since pronto-stylelint 0.11.0, which we started using
in commit 2768263fa. We were getting an error when runnin Pronto in pull
requests that changed CSS code:

```
bundler: failed to load command: pronto (~/.rbenv/versions/3.2.7/bin/pronto)
~/.rbenv/versions/3.2.7/lib/ruby/3.2.0/open3.rb:222:in `spawn': No such
file or directory - stylelint (Errno::ENOENT)
```
2025-02-28 11:43:28 +01:00
Javi Martín
7cce24961e Don't fail the build on "refactoring" offenses
We're a bit more relaxed about these rules, particularly about the line
length and so the build should still pass when these rules are broken.
2021-03-04 13:20:05 +01:00