GitHub Introduces Super Linter
Written by Kay Ewbank   
Tuesday, 30 June 2020

GutHub has released Super Linter, with the intention of making it easier to prevent broken code getting into your master branches.

The GitHub team Super Linter was created by the GitHub Services DevOps Engineering team because they found it difficult to maintain consistency in documentation and code. In addition to preventing broken code from being uploaded to the default branch, the team also hopes it will help establish coding best practices across multiple languages; build guidelines for code layout and format; and automate the process to help streamline code reviews.

githubdeklogo

The Super Linter is a source code repository containing a number of existing open source linters that are packaged into a Docker container and called by GitHub Actions. This means that any repository on GitHub.com can call the Super Linter and start using it. The team says it currently supports "a lot of languages and more coming in the future". The list is already extensive with languages ranging from Ansible to YAML and including Clojure, CoffeeScript,  Golang, JavaScript, JSON, Kotlin, Perl, PHP, Python, Ruby, TypeScript and XML.

The way it works is that when you’ve set your repository to start running this action, whenever you open a pull request it starts linting the code and returns the results via the Status API. It reports either that your code changes passed successfully, or the details of any errors detected, where they are, and what they are. You can then go back and fix the problems, create a new push to the open pull request, and  Super Linter will repeat the exercise. You can configure your branch protection rules to make sure all code must pass before being able to merge as an additional measure. 

githubdeklogo 

More Information

Super Linter On GitHub

Related Articles

ESLint Adds ES2020 Support

GitHub Actions API Enters Public Beta 

GitHub Desktop 2.5 Adds Tags

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Is PHP in Trouble?
10/04/2024

The April 2024 headline for the TIOBE Index, which ranks programming languages in terms of their popularity, reads, "Is PHP losing its mojo" asking this question because this month PHP has dropped out [ ... ]



CISA Offers More Support For Open Source
22/03/2024

The Cybersecurity and Infrastructure Security Agency (CISA) has announced a number of key actions that they hope will improve the open source ecosystem.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 30 June 2020 )