Banned words detection
Checks for banned and offensive words.
|
0
|
|
Blank lines detection
Checks for unnecesary and missing blank lines.
|
0
|
|
Broken symlinks detection
Checks for symlinks that lead to nowhere.
|
0
|
|
Empty files detection
Checks for files that don't have any content.
|
0
|
|
Invalid file permissions detection
Checks for files that have invalid permissions set.
|
0
|
|
Generated files detection
Checks for generated files, that should not be in the repository.
|
0
|
|
Gitleaks
Audits repository for secrets and other unwanted data types in the source code and its history.
|
0
|
|
JSON syntax
Checks if all JSON files in the repository are parsable.
|
0
|
|
Typos detector
Tool that looks for typos and spelling mistakes in the code documentation.
|
1
|
|
Unnecessary .gitkeep files
Checks if there are .gitkeep files in folders that contain other files.
|
0
|
|
YAML syntax
Checks if all YAML files in the repository are parsable.
|
0
|
|
File Format Checker
Checks for unwanted and unnecessary files in the repository.
|
0
|
|
RSpec files names
Ensures that all files located in spec/ directory match the required _spec.rb format.
|
0
|
|
Rake Files Names
Ensures that all Rake tasks have proper .rake extension.
|
0
|
|
RuboCop
RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide.
|
3
|
|
RuboCop Performance
RuboCop Performance - an extension of RuboCop focused on code performance checks.
|
0
|
|
RuboCop RSpec
RuboCop RSpec-specific analysis for your repository.
|
1
|
|
RuboCop Rake
RuboCop Rake - an extension of RuboCop focused on rake checks.
|
0
|
|
Test files structure
Checks if there's a proper structure relation between code files and specs/tests.
|
1
|
|
YARD-lint
Tool to help you keep your YARD documentation clean and readable by running it against a collection of rules.
|
16
|
|