Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/public_suffix-3.1.1
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
public_suffix-3.1.1
/
📁
..
📄
.gitignore
(79 B)
📄
.rubocop.yml
(716 B)
📄
.rubocop_defaults.yml
(4.51 KB)
📄
.ruby-gemset
(7 B)
📄
.travis.yml
(431 B)
📄
.yardopts
(47 B)
📄
2.0-Upgrade.md
(2.8 KB)
📄
CHANGELOG.md
(8.16 KB)
📄
Gemfile
(210 B)
📄
LICENSE.txt
(1.07 KB)
📄
README.md
(6.26 KB)
📄
Rakefile
(1.04 KB)
📁
bin
📁
data
📁
lib
📄
public_suffix.gemspec
(936 B)
Editing: .rubocop.yml
inherit_from: - .rubocop_defaults.yml AllCops: Exclude: # Exclude .gemspec files because they are generally auto-generated - '*.gemspec' # Exclude vendored folders - 'tmp/**/*' - 'vendor/**/*' # Exclude artifacts - 'pkg/**/*' # Other - 'test/benchmarks/**/*' - 'test/profilers/**/*' # I often use @_variable to avoid clashing. Naming/MemoizedInstanceVariableName: Enabled: false Style/ClassAndModuleChildren: Exclude: - 'spec/**/*_spec.rb' - 'test/**/*_test.rb' # Dear Rubocop, I don't want to use String#strip_heredoc Layout/IndentHeredoc: Enabled: false Style/WordArray: Enabled: false MinSize: 3 Style/SymbolArray: Enabled: false MinSize: 3
Upload File
Create Folder