You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have no standardised linter, which means that every repositories coding standards may defer. This makes it more of a challenge to easily work on multiple repositories. Our CI currently runs this process using super-linter, so it will be necessary for our services to meet the same standard, else the CI will fail.
Solution
We will use super-linter, in order to validate that our code meets certain standards. The library support almost every codebase, making it ideal for our use case.
Tasks
Adapt our codebase in order to validate the following command:
Problem
We have no standardised linter, which means that every repositories coding standards may defer. This makes it more of a challenge to easily work on multiple repositories. Our CI currently runs this process using super-linter, so it will be necessary for our services to meet the same standard, else the CI will fail.
Solution
We will use super-linter, in order to validate that our code meets certain standards. The library support almost every codebase, making it ideal for our use case.
Tasks
Prerequisites
The text was updated successfully, but these errors were encountered: