diff options
author | Nat Lasseter <66247271+nl987@users.noreply.github.com> | 2020-11-04 12:12:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 12:12:56 +0000 |
commit | c045926de0021e0be5426b983a9f9820619bcb62 (patch) | |
tree | c4ed717670787f9184f9daac829aa3c1d0084f17 /.rubocop.yml | |
parent | b2ec20bcf89ea65d5be0e94b26b9579185a8d6f0 (diff) | |
parent | f99eeaaf3d589fbc2d915383fbbe9cb4f5f68acd (diff) |
Merge pull request #1 from university-of-york/feature/pending_on_qos
Feature/pending on qos
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..48211dc --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,5 @@ +Layout/LineLength: + Max: 80 + +AllCops: + NewCops: enable |