Sha256: 7ce1e3006ba238a13bd49cfefd0bccefb30134274d983dd0c342ee406c43c6bc
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
# This is a configuration file to customize code analysis by Sider. # # For more information, see the documentation: # https://help.sider.review/getting-started/custom-configuration # Customize each tool. If analyses fail, try adjusting each option referencing the following example. linter: # # Misspell example. See https://help.sider.review/tools/others/misspell # misspell: # root_dir: project/ # target: [src/, test/] # exclude: ["**/*.min.*"] # locale: UK # ignore: [center, behavior] # # Reek example. See https://help.sider.review/tools/ruby/reek # reek: # root_dir: project/ # dependencies: # - { name: "reek", version: "6.0.0" } # target: [lib/, test/] # config: config/reek.yml # # RuboCop example. See https://help.sider.review/tools/ruby/rubocop # rubocop: # root_dir: project/ # dependencies: # - rubocop-rails # - { name: "rubocop-rspec", version: "2.1.0" } # config: config/.rubocop.yml # safe: true # # ShellCheck example. See https://help.sider.review/tools/shellscript/shellcheck # shellcheck: # root_dir: project/ # target: # - "**/*.{sh,bash}" # - shebang: true # include: [SC2104, SC2105] # exclude: [SC1000, SC1118] # enable: all # shell: bash # severity: error # norc: true # Ignore specific files. Example: # ignore: # - "*.pdf" # - "*.mp4" # - "*.min.*" # - "images/**" # Exclude specific branches. Example: # branches: # exclude: # - master # - development # - /^release-.*$/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tiny_hooks-0.2.0 | sider.yml |