Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Standards

This repo holds the code style configurations for multiple tools

JS

Our standards are an evolution of multiple sources and should be StanardJS compliant. They are currently entirely based on ESLint and live in their own repo.

Ruby

Rubocop

To use this with rubocop make sure you need an inherit_from statement pointing to this yml.

Below you can see the standards combined with a todo (generated from rubocop --auto-gen-config)

inherit_from:
    - .rubocop_todo.yml
    - Standards/ruby/.rubocop.yml

About

Coding and Styling standards

Resources

Stars

0 stars

Watchers

17 watching

Forks

Releases

Packages

Contributors