We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4daef7 commit ff10cebCopy full SHA for ff10ceb
lib/aikido/zen/sinks/file.rb
@@ -1,8 +1,6 @@
1
# frozen_string_literal: true
2
3
module Aikido::Zen
4
- # Hooked only on `read` & `write` methods of `File`. We could extends to other methods like `open`
5
- # but that's outside of the challenge scope.
6
module Sinks
7
module File
8
SINK = Sinks.add("File", scanners: [
0 commit comments