This is the Codacy awesome styleguide repository. It will include components, code snippets and how to use them.
"org.webjars.npm" % "codacy__stylesheets" % "<VERSION>"
"org.webjars.npm" % "codacy__legacy-javascripts" % "<VERSION>""dependencies": {
// ...
"@codacy/stylesheets": "<VERSION>",
"@codacy/legacy-javascripts": "<VERSION>",
"@codacy/react-components": "<VERSION>"
}- .aws - Deployment scripts and configurations
- components - Custom react components
- legacy-javacripts - Codacy legacy javascripts
- stylesheets - Codacy stylesheets
- website-legacy - Codacy styleguide legacy website
yarn
yarn bolt:install# yarn start:website-legacy # Just rebuilds the website without updating on dependency changes
yarn start:website-legacy-and-dependenciesyarn build:componentsyarn build:stylesheetsyarn build:legacy-javascriptsCheck section scripts in package.json
Codacy is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.
- Identify new Static Analysis issues
- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
- Auto-comments on Commits and Pull Requests
- Integrations with Slack, Jira, YouTrack
- Track issues Code Style, Security, Error Proneness, Performance, Unused Code and other categories
Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.
Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.
Codacy is free for Open Source projects.