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.
1 parent e4999dd commit 23ccfdbCopy full SHA for 23ccfdb
.rubocop.yml
@@ -2,7 +2,6 @@ AllCops:
2
TargetRubyVersion: 2.4
3
Exclude:
4
- 'examples/**/*'
5
- - 'lib/line/bot/v1/**/*'
6
- 'lib/line/bot/v2/channel_access_token/**/*'
7
- 'lib/line/bot/v2/insight/**/*'
8
- 'lib/line/bot/v2/liff/**/*'
Steepfile
@@ -5,7 +5,6 @@ target :lib do
signature "sig-vendor"
check "lib"
- ignore "lib/line/bot/v1"
9
10
library "net-http"
11
0 commit comments