Skip to content
Snippets Groups Projects

Code styling changes

Merged Cool Fire requested to merge development into master
7 files
+ 150
184
Compare changes
  • Side-by-side
  • Inline
Files
7
.gitlab-ci.yml 0 → 100644
+ 12
0
before_script:
- gem install rubocop --no-ri --no-rdoc
syntax:
script:
- find . -name '*\.rb' -exec bash -c 'echo -ne "{}\t\t\t" && ruby -c {}' \;
tags:
- ruby
style:
script:
- rubocop -f s
tags:
- ruby
\ No newline at end of file
Loading