Text
Sorry to have kept you waiting! We have started providing SideCI on GitHub Enterprise
We have started providing SideCI to teams using GitHub Enterprise. Until now, SideCi had only been compatable with the cloud version of GitHub, and were asked to make inquiries indivisually for the Enterprise version. From now on, SideCI can be used immediately with the requierments listed below. Features No fees on infrastructure construction and hosting. Only the usage fee of SideCI is needed.…
View On WordPress
0 notes
Text
"Method Definition Validator" is now available
“Method Definition Validator” is now available
A new analytical tool for ruby, the “Method Definition Validator”, is now available. This tool can detect the omission of modifications when a method definition is changed. It detects if there are ommisions of modification in places where the method is called, in cases such as renaming a method or changing the number of arguments. This tool is compatible with Ruby. For example, when the…
View On WordPress
0 notes
Text
About style guide of python and linter tool. pep8, pyflakes, flake8, haking, Pyling.
About style guide of python and linter tool. pep8, pyflakes, flake8, haking, Pyling.
Hello, I have summarized Style guide of python and programming device for coding rules in this entry. I described 5 different tools which are pep8, pyflakes, flake8, haking, Pyling. Since this entry is longer than usual, if you don’t have much time I recommend you to read the chapter of pep8 and flake8. Table of Contents How to use pep8 What is PEP 8 Concept of PEP 8 Running pep8 Output of the…
View On WordPress
0 notes
Text
Introducing a pre(・∀・)tty Ms. Indicator for your company!! An automated code review on GitHub by Moe-Character
Introducing a pre(・∀・)tty Ms. Indicator for your company!! An automated code review on GitHub by Moe-Character
Hello all. Our company SideCI provides code review function collaborating with GitHub, which uses static analytical tools such as RuboCop, Brakeman and PHP_CodeSniffer. By Opening a PullRequest when the code review functionality is enabled, it immediately executes the code review. By the way, how actually do you use such automated code review function? We will explain you in below! GitHub status…
View On WordPress
0 notes
Text
keeping a watchdog in the PHP repository(using PHPMD, PHP_CodeSniffer)
These days more people are trying to follow the coding rules. The coding style is also illustrated in details in PHP: The Right Way. Regarding PHP, our codes are all verified by the service called SideCI and when it finds code style violation, it comments (bark out) in PullRequest. (※This is our service.) This service makes PHP_CodeSniffer and PHP Mess Detector(PHPMD) verify the repository.…
View On WordPress
0 notes