# Sider (Automated Code Review)

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Sider_(Automated_Code_Review)
> Markdown URL: https://mediated.wiki/source/Sider_(Automated_Code_Review).md
> Source: https://en.wikipedia.org/wiki/Sider_(Automated_Code_Review)
> Source revision: 1254018366
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{short description|Automated code review tool}}
thumb|sider review
'''Sider''' is an automated [code review](/source/code_review) tool with [GitHub](/source/GitHub).<ref>{{cite web|url=https://github.com/integrations/sideci|title=GitHub Integrations SideCI page|url-status=dead|archiveurl=https://web.archive.org/web/20170428034934/https://github.com/integrations/sideci|archivedate=2017-04-28}}</ref> It's based on [static code analysis](/source/static_code_analysis) and integrates with a number of open source [static analysis](/source/Static_program_analysis) tools.<ref>{{Cite web|url=http://jp.techcrunch.com/2016/03/29/sideci/|title=自動コードレビュー「SideCI」運営のアクトキャットが数千万円規模の資金調達|last=Nishimura|first=Ken|website=TechCrunch Japan|access-date=2016-12-15}}</ref> It checks style violations, code quality, security and dependencies and provides results as a comment on [GitHub](/source/GitHub) pull request.<ref>{{Cite web|url=https://github.com/markets/awesome-ruby|title=markets/awesome-ruby|website=GitHub|access-date=2016-12-15}}</ref>

Sider was developed by Tokyo-based startup Actcat and launched in April 2014. It released [technical debt](/source/technical_debt) [kanban](/source/Kanban_(development)) feature for Ruby in August 2016.<ref>{{Cite web|url=http://jp.techcrunch.com/2016/08/31/sideci-introduces-technical-debt-kamban/|title=自動コードレビュー「SideCI」が、技術的負債を可視化する「負債カンバン」提供開始|last=Nishimura|first=Ken|website=TechCrunch Japan|access-date=2016-12-15}}</ref>

Sider changed service and company names from SideCI to Sider in June 2018.<ref>{{Cite web|url=https://blog.sideci.com/sideci-announcing-new-name-sider-481047359195|title=SideCI, Inc. Is announcing the new product name, Sider|date=13 June 2018}}</ref>

Sider's business was transferred from Sider Inc. to Sleeek Corporation on October 31, 2019.<ref>{{Cite web|last=Sumi|first=Koichiro|date=2019-10-04|title=Sider's operating company will change to Sleeek Co., Ltd. on October 31, 2019|url=https://blog.sideci.com/siders-operating-company-will-change-to-sleeek-co-ltd-on-october-31-2019-a86c37fc7a4f|access-date=2020-07-17|website=Medium|language=en}}</ref> 

== Features ==
* '''Easy setup process'''. Sider can be set up in 30 seconds.
* '''Immediate feedback on Pull Requests'''. Sider automatically and immediately scans PRs for issues of style, complexity, duplication, and security. On using [GitHub](/source/GitHub) Pull Requests, it will point out any issues so that one can discuss and fix them before merging. Moreover, you do not have to change the flow of existing [code review](/source/code_review).
* '''Get [Slack](/source/Slack_(software)) notification'''. Sider can be officially connected to [Slack](/source/Slack_(software)), which leads you to get notifications for each of your private or public projects. It will tell you whether there is something in need of attention.
* Sider is free for open source projects. It offers a limited free plan for private repositories.
* Every GitHub user can get a 14-day trial without charge.<ref>{{cite web|url=https://sideci.com/pricing|title=SideCI Pricing page}}</ref>

== Supported languages ==
*[Ruby](/source/Ruby_(programming_language))
*[PHP](/source/PHP)
*[JavaScript](/source/JavaScript)
*[TypeScript](/source/TypeScript)
*[CSS](/source/Cascading_Style_Sheets)
*[Java](/source/Java_(programming_language))
*[Kotlin](/source/Kotlin_(programming_language))
*[Go](/source/Go_(programming_language))
*[Python](/source/Python_(programming_language))
*[Swift](/source/Swift_(programming_language))
*[C/C++](/source/C%2Fc%2B%2B)
*[C#](/source/C_Sharp_(programming_language))
*[Shell Script](/source/Shell_script)
*[Dockerfile](/source/Docker_(software))
*[Markdown](/source/Markdown)

== See also ==

* [Automated code review](/source/Automated_code_review)
* [Programming tool](/source/Programming_tool)s
* [Code review](/source/Code_review)
* [List of tools for code review](/source/List_of_tools_for_code_review)
* [Static Analysis](/source/Static_Analysis)
* [List of tools for static code analysis](/source/List_of_tools_for_static_code_analysis)

== Awards ==
* Ruby biz Grand prix 2016 Special Prize<ref>{{cite web|url=https://www.youtube.com/watch?v=6HXaXnlwCHo|title=Ruby biz Grand prix 2016 Award Ceremony}}</ref>

== References ==
{{reflist}}

== External links ==
* [https://sider.review/ Sider (official website)]

Category:Software review

---
Adapted from the Wikipedia article [Sider (Automated Code Review)](https://en.wikipedia.org/wiki/Sider_(Automated_Code_Review)) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Sider_(Automated_Code_Review)?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
