Sha256: b91faaac4ce15a428d0d31c4e851d0974b8677c1c6d6c253a14a5204bbbf9b3a
Contents?: true
Size: 1.35 KB
Versions: 5
Compression:
Stored size: 1.35 KB
Contents
linter: # # https://help.sider.review/getting-started/custom-configuration # # https://help.sider.review/tools/ruby/rubocop rubocop: gems: - "rubocop-minitest" - "rubocop-performance" - "rubocop-sensible" - "rubocop-rake" safe: false # # https://help.sider.review/tools/ruby/reek # reek: # gems: # - name: "reek" # version: "5.2.0" # target: # - lib/ # - test/ # config: config/.reek.yml # # https://help.sider.review/tools/ruby/querly # querly: # gems: # - "slim" # # https://help.sider.review/tools/others/misspell # misspell: # exclude: # - vendor # - "**/*.min.js" # - exclude_file.rb # targets: # - target_directory # - another_target_directory/foo.rb # - bar.rb # locale: UK # ignore: center,behavior # # https://help.sider.review/tools/shellscript/shellcheck # shellcheck: # target: "src/**/*.{sh,bash}" # include: "SC2104,SC2105" # exclude: "SC1000,SC1118" # enable: "all" # shell: "bash" # severity: "error" # norc: true # # https://help.sider.review/getting-started/custom-configuration#ignore ignore: - 'test/**/*' # # https://help.sider.review/getting-started/custom-configuration#branchesexclude # branches: # exclude: # - master # - development # - /^release-.*$/
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
alba-1.6.0 | sider.yml |
alba-1.5.0 | sider.yml |
alba-1.4.0 | sider.yml |
alba-1.3.0 | sider.yml |
alba-1.2.0 | sider.yml |