We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b97e51 + 6c5c1c1 commit f0e110eCopy full SHA for f0e110e
.github/workflows/rubocop.yml
@@ -1,5 +1,11 @@
1
name: Run rubocop
2
-on: [push, pull_request]
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '4 0 * * SUN'
8
9
jobs:
10
rubocop:
11
runs-on: ubuntu-latest
.github/workflows/test.yml
name: Run tests
+ - cron: '4 1 * * SUN'
test:
runs-on: ${{ matrix.os }}
.rubocop.yml
@@ -85,3 +85,6 @@ Lint/MissingSuper:
85
86
Naming/VariableNumber:
87
Enabled: false # Doesn't always make sense.
88
89
+Gemspec/DevelopmentDependencies:
90
+ Enabled: false
0 commit comments