diff options
author | Peter Wilmott <p@p8952.info> | 2015-03-03 18:59:58 +0000 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2015-03-03 18:59:58 +0000 |
commit | 7266717147d7998b86386f3e73667f0460b2a57a (patch) | |
tree | 53cd6a7f7e45624a130237f3ecae34c16f0f65d3 /web | |
parent | Add new_* pages (diff) | |
download | ruby-tinderbox-7266717147d7998b86386f3e73667f0460b2a57a.tar.gz ruby-tinderbox-7266717147d7998b86386f3e73667f0460b2a57a.tar.bz2 ruby-tinderbox-7266717147d7998b86386f3e73667f0460b2a57a.zip |
Change the format used to store log files on disk.
This allows packages to be linked to the sha1 sum of their ebuilds to
prevent mixed information when ebuilds are edited but not bumped. It
also lays the groundwork for including information about hypothetical
build situations, next_target, next_keyword, ect.
The db schema, web interface, and docker glue will need to be updated to
account for this new layout.
Diffstat (limited to 'web')
-rw-r--r-- | web/.rubocop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/.rubocop.yml b/web/.rubocop.yml index fee096c..49ef5a1 100644 --- a/web/.rubocop.yml +++ b/web/.rubocop.yml @@ -16,5 +16,7 @@ Style/IndentHash: Enabled: false Style/IndentationWidth: Enabled: false +Style/MultilineOperationIndentation: + EnforcedStyle: indented Style/Tab: Enabled: false |