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 361c969 + 40b6676 commit 5485874Copy full SHA for 5485874
lib/upcoming_events/aggregation.rb
@@ -61,7 +61,9 @@ def execute
61
class Notifier
62
class << self
63
def notify_success(provider)
64
- notify("近日開催イベント情報#{provider_info(provider)}を収集しました")
+ # NOTE: UNIX 哲学に沿って、成功時は何も表示せず失敗時 (notify_failure) のみ通知する
65
+ # https://ja.wikipedia.org/wiki/UNIX哲学#:~:text=沈黙のルール
66
+ # notify("近日開催イベント情報#{provider_info(provider)}を収集しました")
67
end
68
69
def notify_failure(provider, exception)
0 commit comments