Skip to content

BublTechnology/Standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published