=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ruby-jekyll-polyglot-1.3.3/.rubocop.yml-105- # CacheRootDirectory is ~ (nil), which it is by default, the root will be ruby-jekyll-polyglot-1.3.3/.rubocop.yml:106: # taken from the environment variable `$XDG_CACHE_HOME` if it is set, or if ruby-jekyll-polyglot-1.3.3/.rubocop.yml:107: # `$XDG_CACHE_HOME` is not set, it will be `$HOME/.cache/`. ruby-jekyll-polyglot-1.3.3/.rubocop.yml-108- CacheRootDirectory: ~ ############################################## ruby-jekyll-polyglot-1.3.3/.rubocop.yml-1430- Do not use regexp literal as a condition. ruby-jekyll-polyglot-1.3.3/.rubocop.yml:1431: The regexp literal matches `$_` implicitly. ruby-jekyll-polyglot-1.3.3/.rubocop.yml-1432- Enabled: true ############################################## ruby-jekyll-polyglot-1.3.3/.rubocop.yml-4083-Style/StderrPuts: ruby-jekyll-polyglot-1.3.3/.rubocop.yml:4084: Description: 'Use `warn` instead of `$stderr.puts`.' ruby-jekyll-polyglot-1.3.3/.rubocop.yml-4085- StyleGuide: '#warn'