doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
3f68a3f7-66cb-4bca-8482-f3e944b5c484 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: cimg/python:3.8
branches:
ignore: deploy
steps:
- checkout
- restore_cache:
key: deps-{{ .Branch }}-{{ checksum "requirements.txt" }}
- run:
name: install python dependencies in venv
command: |
... | ```yaml
version: 2
jobs:
build:
docker:
- image: cimg/python:3.8
branches:
ignore: deploy
steps:
- checkout
- restore_cache:
key: deps-cimg-python3.8-{{ .Branch }}-{{ checksum "requirements.txt" }}
- run:
name: install python dependencies in venv
... |
14fb28d1-aaf8-4926-9cf6-04f4765ad80b | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb350
- image: circleci/mongo:3@sha256:0db9cdd9763c7d6cbdd13563c7055ffb69b3d5f054d531083ed5d0296b41f397
steps:
- checkout
- run: yarn install --frozen-loc... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:cc078ac24326b6ba3e28eb1adb7f300fec7c17d2756850a2ffa436d18d629ddc
- image: circleci/mongo:3@sha256:0db9cdd9763c7d6cbdd13563c7055ffb69b3d5f054d531083ed5d0296b41f397
steps:
- checkout
- run: yarn install --frozen-loc... |
b3ddbd93-9b2b-46e7-91f8-24566a89d681 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.15-jessie-browsers
steps:
- checkout
- run:
name: Download Selenium
command: |
curl -O http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar
- run:
... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.15-jessie-browsers
steps:
- checkout
- run:
name: Download Selenium
command: |
curl -O http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar
- run:
... |
3121e896-30ae-46b4-8edb-3e2511468b69 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
# machine has a misc install of node that is good enough for linting
# and docker-compose for running the integration test
machine: true
steps:
- checkout
- restore_cache:
keys:
- v1-dep-{{ .Branch }}-
# Default branch if above not availa... | ```yaml
version: 2
jobs:
build:
# machine has a misc install of node that is good enough for linting
# and docker-compose for running the integration test
machine: true
steps:
- checkout
- restore_cache:
keys:
- v1-dep-{{ .Branch }}-
# Default branch if above not availa... |
c0139036-9390-49a9-b272-ebb7c24ea842 | {
"language": "YAML"
} | ```yaml
---
version: 2.1
jobs:
test:
parameters:
ruby_image:
type: string
docker:
- image: << parameters.ruby_image >>
steps:
- checkout
- run: if [[ "$(ruby -e 'puts RUBY_VERSION')" != 1.* ]]; then gem update --system; fi
- run: bundle install
- run: bundle exec rake
... | ```yaml
---
version: 2.1
jobs:
test:
parameters:
ruby_image:
type: string
docker:
- image: << parameters.ruby_image >>
steps:
- checkout
- run: if [[ "$(ruby -e 'puts RUBY_VERSION')" != 1.* ]]; then gem update --system; fi
- run: bundle install
- run: bundle exec rake
... |
3959e211-1474-43b6-88fd-f816b6cecfd7 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 8b2868f2ef7bcba06fb82fa7f58734ba1a45e4b9c3818113f90622bb511fe79e
test-bench-deps: {}
maintainer: csaba (dot) hruska (at) gmail (dot) com
synopsis: A wrapper for the proteaaudio library.
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.6.2'
- '0.6.3'
author... | ```yaml
homepage: ''
changelog-type: ''
hash: 44188158887c112fc181793db917e4ca4ffdb8f6889f25e36cc262aeba7877a3
test-bench-deps: {}
maintainer: csaba.hruska@gmail.com
synopsis: Simple audio library for Windows, Linux, OSX.
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.6.2'
- '0.6.3'
- '0.6.4'
author... |
fa90aef1-a5e6-4bf2-8d55-a04008db7a60 | {
"language": "YAML"
} | ```yaml
name: 'examples.mistral-basic'
version: '2.0'
workflows:
demo:
type: direct
input:
- cmd
tasks:
run-cmd:
action: st2.action
input:
ref: core.local
parameters:
cmd: ... | ```yaml
name: 'examples.mistral-basic'
version: '2.0'
description: 'Basic mistral workflow example'
workflows:
demo:
type: direct
input:
- cmd
tasks:
run-cmd:
action: st2.action
input:
ref: core.local
... |
b1c8bdf4-dbd3-489e-ba63-a2edcb9f4d81 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/lyokha/nginx-haskell-module
changelog-type: ''
hash: bf0555c18a20a35d43c8fa0545beea0735dbdaf3cdbc8c64ee4c1b7a1c49ee5d
test-bench-deps: {}
maintainer: Alexey Radkov <alexey.radkov@gmail.com>
synopsis: Helper module for Nginx haskell module
changelog: ''
basic-deps:
bytestring: ! '>=... | ```yaml
homepage: http://github.com/lyokha/nginx-haskell-module
changelog-type: ''
hash: 8c60702c006ac7c868c46c932373c7390d1f83d6083e516db39ccb68dcee6390
test-bench-deps: {}
maintainer: Alexey Radkov <alexey.radkov@gmail.com>
synopsis: Helper module for Nginx haskell module
changelog: ''
basic-deps:
bytestring: ! '>=... |
1426f380-fa14-42bc-b7dc-62150cd31b0b | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 59cc520bfad0172169349a7c7a4b08115b98a42e8de0084688fb8468a307e947
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1'
txt: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Text
changelog: ''
basic-deps:
bytestr... | ```yaml
homepage: ''
changelog-type: ''
hash: eae9545b12fbde437ec2840018f357bf3b9027550aa7c6cb5090ca0bc0cb830c
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1'
txt: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Text
changelog: ''
basic-deps:
bytestr... |
c82dd3bc-0c38-497a-97bb-591bebbb0fdd | {
"language": "YAML"
} | ```yaml
---
- name: Ensure archives directory exists.
become_user: ubuntu
become: True
file:
path: archives
state: directory
- name: Create archives
command: tar -cjf archives/{{ item.name }} {{ item.path }}
with_items: "{{ archives }}"
changed_when: False # Archives will always be created and ... | ```yaml
---
- name: Ensure archives directory exists.
become_user: ubuntu
become: True
file:
path: archives
state: directory
- name: Create archives
command: tar -cjf archives/{{ item.name }} {{ item.path }}
with_items: "{{ archives }}"
changed_when: False # Archives will always be created and ... |
cc1d05ed-0a67-4926-b499-a95e739b7f9a | {
"language": "YAML"
} | ```yaml
---
hide_body: false
fields:
- name: name
label: Name
type: text
hidden: false
default: Australia
- name: short
label: Short
type: text
hidden: false
default: AUS
- name: continent
label: Continent
type: text
hidden: false
default: Oceania
- name: outputs
label: Outputs
type: list
... | ```yaml
---
hide_body: false
fields:
- name: name
label: Name
type: text
hidden: false
default: ''
- name: short
label: Short
type: text
hidden: false
default: ''
- name: continent
label: Continent
type: text
hidden: false
default: ''
- name: outputs
label: Outputs
type: list
hidden: true
... |
de0cea87-37c4-4204-95b2-47744526d95a | {
"language": "YAML"
} | ```yaml
---
- name: Configure firewall for ssh-box
copy: src=ssh-box.rules dest=/etc/iptables.d/ssh-box.rules owner=root group=root mode=0640
notify:
- iptables
- name: Install ssh-box packages
apt: pkg={{ item }} state=present
with_items:
- zsh
- irssi
- mosh
- screen
- tmux
# For SASL in irssi
... | ```yaml
---
- name: Configure firewall for ssh-box
copy: src=ssh-box.rules dest=/etc/iptables.d/ssh-box.rules owner=root group=root mode=0640
notify:
- iptables
- name: Install ssh-box packages
apt: pkg={{ item }} state=present
with_items:
- bc
- git
- irssi
- mosh
- screen
- tmux
- zsh
# For ... |
b0952127-98fb-401d-8649-2ae45abd039c | {
"language": "YAML"
} | ```yaml
Categories:
- Multimedia
License: MIT
SourceCode: https://github.com/markusfisch/BinaryEye
IssueTracker: https://github.com/markusfisch/BinaryEye/issues
AutoName: Binary Eye
Description: |-
''Binary Eye'' works in portrait and landscape orientation, can read
inverted codes, is Material Design and doe... | ```yaml
Categories:
- Multimedia
License: MIT
SourceCode: https://github.com/markusfisch/BinaryEye
IssueTracker: https://github.com/markusfisch/BinaryEye/issues
AutoName: Binary Eye
Description: |-
''Binary Eye'' works in portrait and landscape orientation, can read
inverted codes, is Material Design and doe... |
3ad569d3-9ffb-41f4-be0d-4cd9cd610794 | {
"language": "YAML"
} | ```yaml
api:
replicaCount: 5
defaultDomain: api.exceptionless.io
domains:
- api.exceptionless.io
- api.exceptionless.com
app:
replicaCount: 2
image:
tag: "2.9.2"
defaultDomain: be.exceptionless.io
domains:
- be.exceptionless.io
- app.exceptionless.io
- app.exceptionless.com
- w... | ```yaml
api:
replicaCount: 5
defaultDomain: api.exceptionless.io
domains:
- api.exceptionless.io
- api.exceptionless.com
app:
replicaCount: 2
image:
tag: "2.9.2"
defaultDomain: be.exceptionless.io
domains:
- be.exceptionless.io
- app.exceptionless.io
- app.exceptionless.com
- w... |
1fccfc25-893f-45f2-8a60-3b4d649013d8 | {
"language": "YAML"
} | ```yaml
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: scalyr-agent-2
spec:
template:
metadata:
labels:
app: scalyr-agent-2
spec:
containers:
- name: scalyr-agent
image: scalyr/scalyr-docker-agent-k8s-preview
imagePullPolicy: Always
env:
... | ```yaml
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: scalyr-agent-2
spec:
template:
metadata:
labels:
app: scalyr-agent-2
spec:
containers:
- name: scalyr-agent
image: scalyr/scalyr-docker-agent-k8s-preview
imagePullPolicy: Always
env:
... |
918f5102-34be-4470-99cb-14529ecf5101 | {
"language": "YAML"
} | ```yaml
{% set name = "icontract" %}
{% set version = "2.6.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/icontract-{{ version }}.tar.gz
sha256: 1ef9332ab4ca10f4da0370cec3743b88e10f8aac3cfcb9bc528008e1b2f09fae
build:
noarch... | ```yaml
{% set name = "icontract" %}
{% set version = "2.6.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/icontract-{{ version }}.tar.gz
sha256: dacfc55009993058cd17576faa291ab76b6f39d80ec9d1e524778cd79da11857
build:
noarch... |
6259ed8d-5643-4fa7-8d8b-29207dd7dc09 | {
"language": "YAML"
} | ```yaml
---
platforms:
macos:
xcode_version: "11.1"
bazel: last_green
build_targets:
- "//:tulsi"
test_flags:
- "--nocheck_visibility"
test_targets:
- "//:tests"
```
Use last_downstream_green instead of last_green | ```yaml
---
platforms:
macos:
xcode_version: "11.1"
bazel: last_downstream_green
build_targets:
- "//:tulsi"
test_flags:
- "--nocheck_visibility"
test_targets:
- "//:tests"
``` |
095203e0-66ce-42c8-a4ad-9ddc9526c8bf | {
"language": "YAML"
} | ```yaml
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/technical
label: Technical
create: all
match: "**/*"
- type: directory
path: content/participants
label: Part... | ```yaml
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/technical
label: Technical
create: all
match: "**/*"
- type: directory
path: content/participants
label: Part... |
f56a622b-356c-458f-b112-3a150d4261cd | {
"language": "YAML"
} | ```yaml
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: Europe/Dublin
open-pull-requests-limit: 10
target-branch: develop
```
Monitor GH Actions dependencies with Dependabot | ```yaml
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: weekly
time: "09:00"
timezone: Europe/Dublin
open-pull-requests-limit: 10
target-branch: develop
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: w... |
e12973a9-79c4-4fee-8524-f39bdfb3fdac | {
"language": "YAML"
} | ```yaml
box: node:4.2.6
# Run tests on all pull requests and branches
build:
steps:
- npm-install
- script:
name: build production assets
code: npm run build
- npm-test
# Automatically deploy `dev` branch to Github pages
deploy:
steps:
- script:
name: build static pattern l... | ```yaml
box: node:4.2.6
# Run tests on all pull requests and branches
build:
steps:
- npm-install
- script:
name: build production assets
code: npm run build
- npm-test
- script:
name: build static pattern library
code: |-
export NODE_ENV=production
... |
70b80016-be16-4c38-a3a3-8eed500e1115 | {
"language": "YAML"
} | ```yaml
Categories:
- Writing
License: GPL-3.0-only
SourceCode: https://gitlab.com/tiwa42/personal-log
IssueTracker: https://gitlab.com/tiwa42/personal-log/issues
AutoName: Personal Log
RepoType: git
Repo: https://gitlab.com/tiwa42/personal-log.git
Builds:
- versionName: '1.3'
versionCode: 4
commit: v1.3... | ```yaml
Categories:
- Writing
License: GPL-3.0-only
SourceCode: https://gitlab.com/tiwa42/personal-log
IssueTracker: https://gitlab.com/tiwa42/personal-log/issues
AutoName: Personal Log
RepoType: git
Repo: https://gitlab.com/tiwa42/personal-log.git
Builds:
- versionName: '1.3'
versionCode: 4
commit: v1.3... |
4fc6fb54-3893-4b9a-80dc-080ba17f24c8 | {
"language": "YAML"
} | ```yaml
codecov:
max_report_age: off
notify:
require_ci_to_pass: no
coverage:
precision: 2
round: down
range: "30...100"
status:
project: yes
patch: yes
changes: no
notify:
gitter:
default:
url: https://webhooks.gitter.im/e/c70e4d2749931f601747
threshol... | ```yaml
codecov:
max_report_age: off
notify:
require_ci_to_pass: no
coverage:
precision: 2
round: down
range: "30...100"
status:
project: yes
patch: yes
changes: no
notify:
gitter:
default:
url: https://webhooks.gitter.im/e/c70e4d2749931f601747
threshol... |
0ec22e3c-70dd-48a5-9ff4-6b207f3d527e | {
"language": "YAML"
} | ```yaml
#
# See default configuration here: https://github.com/codecov/support/blob/master/codecov.yml
#
# For more options see: https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
#
# Codecov documentation is available here: https://codecov.io/docs
coverage:
ignore:
- generated/*
- examples/*
- test/*
st... | ```yaml
#
# See default configuration here: https://github.com/codecov/support/blob/master/codecov.yml
#
# For more options see: https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
#
# Codecov documentation is available here: https://codecov.io/docs
coverage:
ignore:
- generated/*
- examples/*
- test/*
st... |
ab8851ed-ee1f-4b9e-b552-0cdf59844ca4 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/infinity0/hs-op
changelog-type: markdown
hash: 1bb9bbf67161e3e515c00ab88f06a438b8b0e51aadcbd142f68462755354b789
test-bench-deps:
base: ^>=4.12.0.0
doctest: -any
containers: -any
maintainer: infinity0@pwned.gg
synopsis: Common operators encouraging large-scale easy reading
chan... | ```yaml
homepage: https://github.com/infinity0/hs-op
changelog-type: markdown
hash: 90c7748092559bebf9c59839e7a105d3068a755a8f38a6dfa8186866b6be5dce
test-bench-deps:
base: ^>=4.12.0.0
doctest: -any
containers: -any
maintainer: infinity0@pwned.gg
synopsis: Common operators encouraging large-scale easy reading
chan... |
ea24d0f6-0d5c-48dd-ac5d-0be7633ccb13 | {
"language": "YAML"
} | ```yaml
variables:
DOCKER_DRIVER: overlay
stages:
- build
- docker
- deploy
# configure $GOPATH correctly on all build stages
before_script:
- mkdir -p "$GOPATH/src/gitlab.jetstack.net/$CI_PROJECT_NAMESPACE"
- ln -s "$(pwd)" "$GOPATH/src/gitlab.jetstack.net/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME"
- cd "$GOPAT... | ```yaml
variables:
DOCKER_DRIVER: overlay
stages:
- build
- docker
- deploy
# configure $GOPATH correctly on all build stages
before_script:
- mkdir -p "$GOPATH/src/gitlab.jetstack.net/$CI_PROJECT_NAMESPACE"
- ln -s "$(pwd)" "$GOPATH/src/gitlab.jetstack.net/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME"
- cd "$GOPAT... |
3f9cae26-fcaa-45b4-a723-210eefec3e66 | {
"language": "YAML"
} | ```yaml
variables:
LANG: ja_JP.UTF-8
before_script:
- apt-get update -qq && apt-get install -y zip
- ruby -v
- which ruby
- gem install bundler --no-document
- bundle install --jobs=$(nproc) "${FLAGS[@]}"
test:2.2:
image: ruby:2.2
script:
- bundle exec rake test
test:2.3:
image: ruby:2.3
scri... | ```yaml
before_script:
- apt-get update -qq && apt-get install -y zip
- ruby -v
- which ruby
- gem install bundler --no-document
- bundle install --jobs=$(nproc) "${FLAGS[@]}"
test:2.2:
image: ruby:2.2
script:
- bundle exec rake test
test:2.3:
image: ruby:2.3
script: bundle exec rake test
test:... |
fa04822c-37fd-4e15-ae01-ea1984e5ddb5 | {
"language": "YAML"
} | ```yaml
stages:
- lint
- build
variables:
ZENHASKELL_IMAGE: "zenhaskell/gtk:nightly-2018-07-09"
lint:
stage: lint
image: ${ZENHASKELL_IMAGE}
script:
- hlint .
stack-build-test:
stage: build
image: ${ZENHASKELL_IMAGE}
before_script:
- apt install -y libpcap-dev
script:
- stack build
... | ```yaml
stages:
- lint
- build
variables:
ZENHASKELL_IMAGE: "zenhaskell/gtk:nightly-2018-07-09"
lint:
stage: lint
image: ${ZENHASKELL_IMAGE}
script:
- hlint .
stack-build-test:
stage: build
image: ${ZENHASKELL_IMAGE}
before_script:
- apt install -y libpcap-dev
script:
- stack build
... |
bf726f6a-25da-4b73-b650-4160bbc92285 | {
"language": "YAML"
} | ```yaml
image: fedora:27
stages:
- build
before_script:
- dnf install -y gcc gettext glib2-devel gobject-introspection-devel gtk-doc meson ninja-build
build-json-glib:
stage: build
script:
- meson --prefix /usr -Dman=true _build .
- cd _build
- ninja
- meson test
except:
- tags
artifa... | ```yaml
image: fedora:27
stages:
- build
before_script:
- dnf install -y gcc gettext glib2-devel gobject-introspection-devel gtk-doc meson ninja-build redhat-rpm-config
build-json-glib:
stage: build
script:
- meson --prefix /usr -Dman=true _build .
- cd _build
- ninja
- meson test
except:
... |
fac40df1-36f3-4213-ad68-f416521e4449 | {
"language": "YAML"
} | ```yaml
pylint:
options:
max-args: 10
pyroma:
run: true
```
Increase strictness of Landscape.io tests | ```yaml
doc-warnings: true
strictness: high
max-line-length: 80
pylint:
options:
max-args: 10
pyroma:
run: true
``` |
02cc160e-2718-4c5c-870d-3943cff4ebac | {
"language": "YAML"
} | ```yaml
# Linter Options
options:
# Don't merge default rules
merge-default-rules: false
# Set the formatter to 'html'
formatter: stylish
rules:
extends-before-mixins: 2
extends-before-declarations: 2
placeholder-in-extend: 2
mixins-before-declarations:
- 2
-
exclude:
- breakpoin... | ```yaml
# Linter Options
options:
# Don't merge default rules
merge-default-rules: false
# Set the formatter to 'html'
formatter: stylish
rules:
extends-before-mixins: 2
extends-before-declarations: 2
placeholder-in-extend: 2
mixins-before-declarations:
- 2
-
exclude:
- breakpoin... |
743699c2-7684-4838-9e9a-5135236faaf2 | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: GPL-3.0-only
AuthorName: Timur
AuthorEmail: timur@timur.mobi
AuthorWebSite: https://timur.mobi/webcall/android
SourceCode: https://github.com/mehrvarz/webrtc-check
IssueTracker: https://github.com/mehrvarz/webrtc-check/issues
AutoName: WebRTCCheck
RepoType: git
Repo: https://... | ```yaml
Categories:
- Internet
License: GPL-3.0-only
AuthorName: Timur
AuthorEmail: timur@timur.mobi
AuthorWebSite: https://timur.mobi/webcall/android
SourceCode: https://github.com/mehrvarz/webrtc-check
IssueTracker: https://github.com/mehrvarz/webrtc-check/issues
AutoName: WebRTCCheck
RepoType: git
Repo: https://... |
f4989e3a-19a0-48ee-9666-3a9e4ed3e2f7 | {
"language": "YAML"
} | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.3
Style/FrozenStringLiteralComment:
Enabled: false
```
Set AbcSize & CyclomaticComplexity limits | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.3
Metrics/AbcSize:
Max: 30
Metrics/CyclomaticComplexity:
Max: 10
Style/FrozenStringLiteralComment:
Enabled: false
``` |
adaf7e88-b5fb-40f5-b9af-78b8fec27abd | {
"language": "YAML"
} | ```yaml
homepage: https://gitlab.com/robstewart57/gitlab-haskell
changelog-type: ''
hash: e305186040ea69a51e8cfcc42ffbaa1b360e575cc92d972d3ea0377a08984329
test-bench-deps: {}
maintainer: robstewart57@gmail.com
synopsis: A Haskell library for the GitLab web API
changelog: ''
basic-deps:
bytestring: -any
unliftio: -a... | ```yaml
homepage: https://gitlab.com/robstewart57/gitlab-haskell
changelog-type: ''
hash: 0189446e0128d48acee29e81110818ebc6393efdf497949521c55717908be67b
test-bench-deps: {}
maintainer: robstewart57@gmail.com
synopsis: A Haskell library for the GitLab web API
changelog: ''
basic-deps:
bytestring: -any
unliftio: -a... |
8c8b60ad-326e-490c-b785-3768eb3fb403 | {
"language": "YAML"
} | ```yaml
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | ```yaml
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... |
c2bcf6e6-e5e7-45f1-acba-e37d0630edf8 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/plow-technologies/hspec-hashable#readme
changelog-type: ''
hash: 0c68effe2b2c3c141fd8f130682673d0649e91ad9d289496f5573c0132d26395
test-bench-deps:
base: -any
hspec: -any
hspec-hashable: -any
hspec-core: -any
silently: -any
hashable: -any
QuickCheck: -any
maintainer: mc... | ```yaml
homepage: https://github.com/plow-technologies/hspec-hashable#readme
changelog-type: ''
hash: c09d56ed3dccc805df80667653c101932f138b3df1d6b0aca2cbfd04a339dbbe
test-bench-deps:
base: -any
hspec: -any
hspec-hashable: -any
hspec-core: -any
silently: -any
hashable: -any
QuickCheck: -any
maintainer: mc... |
8d6afbf0-f8ab-40c4-ab51-0dde6e1f28a8 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/AndrasKovacs/singleton-nats
changelog-type: ''
hash: 5cce784ef4ae3763bb83395d886caeb55c18473729cee7a880641fec69fb1a9e
test-bench-deps: {}
maintainer: puttamalac@gmail.com
synopsis: Unary natural numbers relying on the singletons infrastructure.
changelog: ''
basic-deps:
base: ! '>... | ```yaml
homepage: https://github.com/AndrasKovacs/singleton-nats
changelog-type: ''
hash: bb25c699fd7c6eeb7c1596e59ce6c84fb2b921beee9e2483e71dc0c2c8713ae8
test-bench-deps: {}
maintainer: puttamalac@gmail.com
synopsis: Unary natural numbers relying on the singletons infrastructure.
changelog: ''
basic-deps:
base: ! '>... |
c37e8cdc-c710-4c6b-942c-32e0dd16b1dc | {
"language": "YAML"
} | ```yaml
homepage: http://www.github.com/massysett/pinchot
changelog-type: ''
hash: f4fdff54fb138bb7b8d2632dd3a6b0d17e63b63239dd85c83eb625431f396f89
test-bench-deps: {}
maintainer: omari@smileystation.com
synopsis: Build parsers and ASTs for context-free grammars
changelog: ''
basic-deps:
base: ! '>=4.8.0.0 && <5'
c... | ```yaml
homepage: http://www.github.com/massysett/pinchot
changelog-type: ''
hash: fb4904b7b4885c101b0ea86232de766f51c1a9847e8a150139d279958007a833
test-bench-deps: {}
maintainer: omari@smileystation.com
synopsis: Build parsers and ASTs for context-free grammars
changelog: ''
basic-deps:
base: ! '>=4.8.0.0 && <5'
c... |
148fa7c4-7a0e-4e62-8757-84bfba83e12a | {
"language": "YAML"
} | ```yaml
---
name: Elevator
description: A laptop stand.
url: http://store.griffintechnology.com/elevator
```
Fix the URL to Griffin Elevator stand | ```yaml
---
name: Elevator
description: A laptop stand.
url: https://griffintechnology.com/us/products/stands-and-mounts/elevator
``` |
18e38410-8746-4107-81f9-5a6896bd6f3b | {
"language": "YAML"
} | ```yaml
- job:
name: 'gate-zun-devstack-dsvm'
node: ubuntu-xenial
wrappers:
- build-timeout:
timeout: 70
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
... | ```yaml
- job:
name: 'gate-zun-devstack-dsvm'
node: ubuntu-xenial
wrappers:
- build-timeout:
timeout: 70
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
... |
6cfe3003-ddb1-46fb-a039-b592d33b5958 | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: centos-5.11
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
- name: debian-8.5
- name: fedora-24
run_list: yum::dnf_yum_compat
- name: opensuse-13.2
- name: opensuse-leap-42.1
- ... | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: centos-5.11
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
- name: debian-8.6
- name: fedora-25
run_list: yum::dnf_yum_compat
- name: opensuse-13.2
- name: opensuse-leap-42.1
- ... |
7347e535-8758-42fd-a4a5-bc8edf72200d | {
"language": "YAML"
} | ```yaml
---
driver:
name: vagrant
ssh:
shell: '"/bin/sh"'
driver_config:
require_chef_omnibus: latest
provisioner:
name: chef_zero
platforms:
- name: debian-7.8
- name: debian-6.0.10
- name: ubuntu-14.04
- name: ubuntu-12.04
- name: centos-7.1
- name: centos-6.6
- name: centos-5.11
- name... | ```yaml
---
driver:
name: vagrant
ssh:
shell: '"/bin/sh"'
driver_config:
require_chef_omnibus: latest
provisioner:
name: chef_zero
platforms:
- name: debian-8.1
- name: debian-7.8
- name: debian-6.0.10
- name: ubuntu-14.04
- name: ubuntu-12.04
- name: centos-7.1
- name: centos-6.6
- name:... |
732a1a1e-fc05-4164-84fc-9b7f7e0049c2 | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.8
run_list: apt::default
- name: fedora-25
- name: ubuntu-14.04
run_list: apt::default
- ... | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6
- name: centos-7
- name: debian-7
run_list: apt::default
- name: debian-8
run_list: apt::default
- name: fedora-26
- name: ubuntu-14.04
run_list: apt::default
- name: ubu... |
20a46ac4-1c20-4e5a-9705-803a9d2681b4 | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2 # requires insalling the virtualbox extension pack
driver_config:
box: stakahashi/... | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2 # requires insalling the virtualbox extension pack
driver_config:
box: stakahashi/... |
e653345b-4861-4308-ac1b-5c2c37c7ea5a | {
"language": "YAML"
} | ```yaml
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Layout/HashAlignment:
EnforcedColonStyle: table
```
Disable RequireMFA, would not work with github actions | ```yaml
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Layout/HashAlignment:
EnforcedColonStyle: table
Gemspec/RequireMFA:
Enabled: false
``` |
5a1bfae6-6a87-4fad-95cf-0ad266e2bdfa | {
"language": "YAML"
} | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'infrastructure/**/*'
```
Exclude vendored code from RuboCop | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'infrastructure/**/*'
- 'vendor/**/*'
``` |
299799c7-4e31-404b-878f-451e0f45e4f2 | {
"language": "YAML"
} | ```yaml
AllCops:
RunRailsCops: true
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
```
Allow `bin/scss-lint` to not be snake case | ```yaml
AllCops:
RunRailsCops: true
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Style/FileName:
Exclude:
- bin/scss-lint
``` |
e24925d4-52e6-4457-9c3a-07da88de78bd | {
"language": "YAML"
} | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
Include:
- '**/Gemfile'
- '**/Guardfile'
- '**/Rakefile'
Style/Encoding:
Enabled: true
Style/StringLiterals:
EnforcedStyle: double_quotes
```
Remove lines already enabled by default | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
Include:
- '**/Gemfile'
- '**/Guardfile'
- '**/Rakefile'
Style/StringLiterals:
EnforcedStyle: double_quotes
``` |
5f736d79-1635-4286-a34e-6ef6579e94b1 | {
"language": "YAML"
} | ```yaml
Style/ConditionalAssignment:
Enabled: false
Performance/TimesMap:
Enabled: false
AllCops:
TargetRubyVersion: 2.3
Metrics/BlockLength:
Exclude:
- 'lib/tasks/*.rake'
# Don't care about single/double quotes inside interpolation
Style/StringLiteralsInInterpolation:
Enabled: false
# No braces arou... | ```yaml
Style/ConditionalAssignment:
Enabled: false
Performance/TimesMap:
Enabled: false
AllCops:
TargetRubyVersion: 2.3
Metrics/BlockLength:
Exclude:
- 'lib/tasks/*.rake'
- 'spec/**/*'
# Don't care about single/double quotes inside interpolation
Style/StringLiteralsInInterpolation:
Enabled: false... |
38d0c3fb-245c-4f04-8e74-55a7f8607292 | {
"language": "YAML"
} | ```yaml
preset: recommended
risky: false
linting: true
enabled:
- not_operator_with_successor_space
- no_short_echo_tag
- align_equals
disabled:
- ordered_imports
- phpdoc_no_package
- unalign_equals
```
Stop aligning assignments and enforcing it in our style guides | ```yaml
preset: recommended
risky: false
linting: true
enabled:
- not_operator_with_successor_space
- no_short_echo_tag
disabled:
- ordered_imports
- phpdoc_no_package
``` |
9edd2e1b-4d35-4a6b-b6ef-ccffca93ec1c | {
"language": "YAML"
} | ```yaml
ignore:
- _run_duration
globals:
- _run_duration
extras:
_run_duration:
description: Simulation run time
value:
type: int
default: 1
range:
min: 1
max: 1
sections:
- title: MsTMIP models
members:
- BIOME-BGC
- CLASS-CTEM-N
- CLM4
- CL... | ```yaml
sections:
- title: MsTMIP models
members:
- BIOME-BGC
- CLASS-CTEM-N
- CLM4
- CLM4VIC
- DLEM
- GTEC
- ISAM
- LPJ-wsl
- ORCHIDEE-LSCE
- SiB3
- SiBCASA
- TEM6
- TRIPLEX-GHG
- VEGAS21
- VISIT
- title: CMIP5 models
... |
7c97b886-0593-49ea-84cc-276b78d008af | {
"language": "YAML"
} | ```yaml
- hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
- legacy-install-afs-with-puppet
- legacy-copy-project-config-scripts
pre_tasks:
# NOTE(pabelanger): Needed by puppet-openafs package.
- name: Add OpenAFS OpenStack CI... | ```yaml
- hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
- legacy-install-afs-with-puppet
- legacy-copy-project-config-scripts
pre_tasks:
# NOTE(pabelanger): Needed by puppet-openafs package.
- name: Add OpenAFS OpenStack CI... |
57731159-cbdc-410d-8615-f83572b0da66 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/isovector/blagda#readme
changelog-type: markdown
hash: 91015309e740970c631d90990cbaf71d9c71d7fb8a090fd00267544b73d732f5
test-bench-deps: {}
maintainer: sandy@sandymaguire.me
synopsis: Shake frontend for Agda blogging
changelog: ''
basic-deps:
shake: -any
bytestring: -any
SHA: ... | ```yaml
homepage: https://github.com/isovector/blagda#readme
changelog-type: markdown
hash: 5ed1b3928fa7452356b032fcac6f21e448133f3c2df47e19a387ddffaafc02f0
test-bench-deps: {}
maintainer: sandy@sandymaguire.me
synopsis: Shake frontend for Agda blogging
changelog: ''
basic-deps:
shake: -any
bytestring: -any
SHA: ... |
9473ccc4-92bf-4d3b-a7e2-b2ca39d6e6d9 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/gombocarti/erlang-ffi
changelog-type: ''
hash: 1ea94fdcd0e6b6e372cae98697bcbf01685168a5a326879290a13d4380c7f170
test-bench-deps: {}
maintainer: Artúr Poór <gombocarti@gmail.com>
synopsis: FFI interface to Erlang.
changelog: ''
basic-deps:
MissingH: -any
bytestring: -any
base: !... | ```yaml
homepage: http://github.com/gombocarti/erlang-ffi
changelog-type: text
hash: c58efb29d96f24774935afa2fe337c4c751343aa6a5bc08bd9d60076215fa201
test-bench-deps: {}
maintainer: Artúr Poór <gombocarti@gmail.com>
synopsis: FFI interface to Erlang.
changelog: ! "# 0.2.3\n\n * Negotiate `UTF8_ATOMS` to support OTP 20... |
b7c928af-3cda-4535-ae2f-0daf78b42485 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/eklavya/hascas#readme
changelog-type: ''
hash: dd3a3609ef9afd3507fc7c0a425683e2900da0b70512a5ef4342f39548c8d1a2
test-bench-deps:
bytestring: -any
stm: -any
base: -any
hspec: -any
uuid: -any
safe-exceptions: -any
hascas: -any
network: -any
containers: -any
binary:... | ```yaml
homepage: https://github.com/eklavya/hascas#readme
changelog-type: ''
hash: f9f0fb0a79567fb9a5d1218d4a1e91be89c34f20748fb8df0c0fde2b3b0aa86d
test-bench-deps:
bytestring: -any
stm: -any
base: -any
hspec: -any
uuid: -any
safe-exceptions: -any
hascas: -any
network: -any
containers: -any
binary:... |
3a08cfd1-1e3e-43d1-a1f5-d5e08f5ee092 | {
"language": "YAML"
} | ```yaml
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem
haproxy_cookie_max_idle: 3600
haproxy_metricbeat: False
haproxy_supported_http_methods: "GET HEAD OPTIONS POST PUT DELETE"
```
Add some documentation for http method whitelist | ```yaml
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem
haproxy_cookie_max_idle: 3600
haproxy_metricbeat: False
# The default http methods whitelist is meant to disable methods like TRACE or DEBUG.
# OPTIONS is mainly used for CORS requests in OIDC-NG (like SPA apps)
haproxy_supported_http_methods: "GET ... |
09e01683-5f2b-4d6b-8c66-18edc426d33d | {
"language": "YAML"
} | ```yaml
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: https://opencollective.com/lint-staged
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a ... | ```yaml
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: lint-staged
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-na... |
590f999c-c1e6-4523-9958-ff6983450218 | {
"language": "YAML"
} | ```yaml
# For more - see https://www.openfaas.com/support/
github: alexellis
patreon: alexellis
open_collective: openfaas
community_bridge: openfaas
custom: https://paypal.me/openfaas?locale.x=en_GB
```
Update order of sponsorship links | ```yaml
# For more - see https://www.openfaas.com/support/
github: alexellis
patreon: alexellis
community_bridge: openfaas
custom: https://paypal.me/openfaas?locale.x=en_GB
open_collective: openfaas
``` |
a10faaa6-3d2e-402c-b301-e3c0d7dff425 | {
"language": "YAML"
} | ```yaml
# These are supported funding model platforms
github: [samdark, machour, silverfire, cebe]
open_collective: yiisoft
```
Remove github from funding options | ```yaml
# These are supported funding model platforms
open_collective: yiisoft
``` |
40e0b10b-af97-4c1c-a45b-b44c26ed2756 | {
"language": "YAML"
} | ```yaml
- hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- configure-unbound
- validate-host
- use-cached-repos
- mirror-workspace-git-repos
- mirror-info
- configure-mir... | ```yaml
- hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- configure-unbound
- validate-host
- use-cached-repos
- mirror-workspace-git-repos
- mirror-info
- role: configu... |
f4fea105-b94b-447c-a88d-6139fea49bf2 | {
"language": "YAML"
} | ```yaml
box:
id: node:8-alpine
build:
steps:
- script:
name: install dependencies
code: |
export YARN_CACHE=$WERCKER_CACHE_DIR/yarn
export NODE_ENV=development
HOME=$YARN_CACHE yarn
- script:
name: build
code: |
npm run build... | ```yaml
box:
id: node:8-alpine
build:
steps:
- script:
name: install dependencies
code: |
export YARN_CACHE=$WERCKER_CACHE_DIR/yarn
export NODE_ENV=development
HOME=$YARN_CACHE yarn
- script:
name: build
code: |
npm run build... |
9ef20af9-23ef-4d11-9e97-822c7d7a1221 | {
"language": "YAML"
} | ```yaml
box: iojs
services:
- redis
build:
steps:
- script:
name: echo nodejs information
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
- npm-install
- script:
name: jshint
code: npm run hint
- npm-test
... | ```yaml
box: node:slim
services:
- redis
build:
steps:
- script:
name: echo nodejs information
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
- npm-install
- script:
name: jshint
code: npm run hint
- npm-te... |
142f7a02-ad3c-471e-9b4a-c587f622b6ea | {
"language": "YAML"
} | ```yaml
dev:
# The container definition we want to use for developing our app
box: golang:1.7.3
steps:
- internal/watch:
code: |
CGO_ENABLED=0 go build -o cloud-native-go
./cloud-native-go
reload: true
build:
# The container definition we want to use for building our app... | ```yaml
dev:
# The container definition we want to use for developing our app
box: golang:1.7.3
steps:
- internal/watch:
code: |
CGO_ENABLED=0 go build -o cloud-native-go
./cloud-native-go
reload: true
build:
# The container definition we want to use for building our app... |
8bc1c1e9-d7b2-4bc2-a85d-c42c667299cd | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
customize:
cpus: 2
memory: 2048
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
- name: debian-8.7
- name: freebsd-10.3
- name: freebsd-11.0
- name: fedora-25
- name: opensuse-l... | ```yaml
driver:
name: vagrant
customize:
cpus: 2
memory: 2048
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
- name: debian-8.7
- name: freebsd-10.3
- name: freebsd-11.0
- name: fedora-25
- name: opensuse-l... |
8bd40f90-2076-43d4-8928-07c005d3c1b9 | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: fedora-26
- name: opensuse-l... | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: fedora-27
- name: opensuse-l... |
3577a738-fe28-4576-a000-4485527a5e1f | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
customize:
cpus: 2
memory: 4096
provisioner:
name: chef_zero
platforms:
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
suites:
- name: d... | ```yaml
driver:
name: vagrant
customize:
cpus: 2
memory: 4096
provisioner:
name: chef_zero
platforms:
- name: windows-2008r2-chef11.18.6
driver_config:
box: chef/windows-server-2008r2-standard
provisioner:
require_chef_omnibus: 11.18.6
- name: windows-2008r2-chef12
driver_con... |
d1273e0d-502a-4187-9abf-c8fcffca3cac | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.10
- name: centos-6.5
- name: fedora-19
- name: fedora-20
- name: ubuntu-12.04
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[rsyslog::default]
- name: relp
run_list:
- reci... | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.10
- name: centos-6.5
- name: centos-7.0
- name: debian-6.0.10
- name: debian-7.7
- name: fedora-19
- name: fedora-20
- name: ubuntu-12.04
- name: ubuntu-14.04
suites:
- name: default
run_list:
- ... |
c51ec897-fc9b-46ea-a67d-b2602c3fea71 | {
"language": "YAML"
} | ```yaml
pull_request_rules:
- name: delete head branch after merge
conditions: []
actions:
delete_head_branch: {}
- name: automatic merge for scala-steward pull requests affecting build.sbt
conditions:
- author=scala-steward
- status-success=continuous-integration/travis-ci/pr
- ... | ```yaml
pull_request_rules:
- name: delete head branch after merge
conditions: []
actions:
delete_head_branch: {}
- name: automatic merge for scala-steward pull requests affecting build.sbt
conditions:
- author=scala-steward
- status-success=continuous-integration/travis-ci/pr
- ... |
79767e78-999b-4c8d-a6ce-e6431faacb72 | {
"language": "YAML"
} | ```yaml
AllCops:
Excludes:
- vendor/**
- bin/**
LineLength:
Enabled: false
MethodLength:
Enabled: false
ClassLength:
Enabled: false
Documentation:
# don't require classes to be documented
Enabled: false
HashSyntax:
EnforcedStyle: hash_rockets
NumericLiterals:
# don't separate numeric liter... | ```yaml
AllCops:
Exclude:
- vendor/**
- bin/**
LineLength:
Enabled: false
MethodLength:
Enabled: false
ClassLength:
Enabled: false
Documentation:
# don't require classes to be documented
Enabled: false
HashSyntax:
EnforcedStyle: hash_rockets
NumericLiterals:
# don't separate numeric litera... |
29d14c73-d9d0-4eea-a955-4c9e98a1f288 | {
"language": "YAML"
} | ```yaml
AllCops:
Exclude:
- 'Gemfile'
- 'Guardfile'
- 'Rakefile'
- 'bin/**/*'
- 'config/**/*'
- 'db/**/*'
- 'lib/**/*'
- 'spec/**/*'
- 'app/helpers/flashes_helper.rb'
Style/Documentation:
Exclude:
- 'app/controllers/**/*'
- 'app/helpers/**.*'
Style/SpaceInsideHashLiteralB... | ```yaml
AllCops:
Exclude:
- 'Gemfile'
- 'Guardfile'
- 'Rakefile'
- 'bin/**/*'
- 'config/**/*'
- 'db/**/*'
- 'lib/**/*'
- 'spec/**/*'
- 'app/helpers/flashes_helper.rb'
Style/Documentation:
Exclude:
- 'app/controllers/**/*'
- 'app/helpers/**.*'
Style/SpaceInsideHashLiteralB... |
7a6cf881-4de3-429c-8c6a-e5581d228a15 | {
"language": "YAML"
} | ```yaml
require: rubocop-rspec
AllCops:
TargetRubyVersion: 2.3
Include:
- '**/Gemfile'
- '**/Rakefile'
Exclude:
- 'bin/*'
- 'db/**/*'
- 'vendor/bundle/**/*'
- 'spec/spec_helper.rb'
- 'spec/rails_helper.rb'
- 'spec/support/**/*'
- 'config/**/*'
- '**/Rakefile'
- '**/Gemfile'
Ra... | ```yaml
require: rubocop-rspec
AllCops:
TargetRubyVersion: 2.3
Include:
- '**/Gemfile'
- '**/Rakefile'
Exclude:
- 'bin/*'
- 'db/**/*'
- 'vendor/bundle/**/*'
- 'spec/spec_helper.rb'
- 'spec/rails_helper.rb'
- 'spec/support/**/*'
- 'config/**/*'
- '**/Rakefile'
- '**/Gemfile'
Ra... |
a3e668b6-78b4-46c2-bef1-cf4f25200e81 | {
"language": "YAML"
} | ```yaml
AllCops:
TargetRubyVersion: 2.2
Layout/IndentHeredoc:
Enabled: false
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Exclude:
- 'test/**/*.rb'
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Max: 20
```
Set the block length to 30, and disable the module length cop. | ```yaml
AllCops:
TargetRubyVersion: 2.2
Layout/IndentHeredoc:
Enabled: false
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Max: 30
Exclude:
- 'test/**/*.rb'
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Max: 20
Metrics/ModuleLength:
Enabled: false
``` |
e375901e-ccde-4cac-be8f-31670a96a692 | {
"language": "YAML"
} | ```yaml
# This is the configuration used to check the rubocop source code.
inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'vendor/**/*'
- 'spec/fixtures/**/*'
- 'tmp/**/*'
TargetRubyVersion: 2.0
Style/Encoding:
EnforcedStyle: never
Enabled: true
Style/FrozenStringLiteralComment:
EnforcedS... | ```yaml
# This is the configuration used to check the rubocop source code.
inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'vendor/**/*'
- 'spec/fixtures/**/*'
- 'tmp/**/*'
TargetRubyVersion: 2.0
Style/Encoding:
EnforcedStyle: never
Enabled: true
Style/FrozenStringLiteralComment:
EnforcedS... |
8d0f0e36-52c9-4d7c-a7df-13a5bd39c0ef | {
"language": "YAML"
} | ```yaml
preset: recommended
risky: false
linting: true
enabled:
- not_operator_with_successor_space
- no_short_echo_tag
- align_equals
disabled:
- ordered_imports
- phpdoc_no_package
- unalign_equals
```
Stop aligning assignments and enforcing it in our style guides | ```yaml
preset: recommended
risky: false
linting: true
enabled:
- not_operator_with_successor_space
- no_short_echo_tag
disabled:
- ordered_imports
- phpdoc_no_package
``` |
1dcbf914-ddcd-43cb-99d9-8e0da435e05d | {
"language": "YAML"
} | ```yaml
steps:
- script: |
pip install robotframework
pip install pythonnet
displayName: Install needed compoments from PyPi
- task: NuGetCommand@2
- task: VSBuild@1
- script: |
run_tests.cmd --exclude no_ci --xunit xunit.xml
continueOnError: true
displayName: Execute Acceptance tests
- task:... | ```yaml
steps:
- script: |
pip install robotframework
pip install pythonnet
displayName: Install needed compoments from PyPi
- task: NuGetCommand@2
- task: VSBuild@1
- script: |
run_tests.cmd --exclude no_ci --xunit xunit.xml
continueOnError: true
displayName: Execute Acceptance tests
- task:... |
3a81704e-e617-476c-b9af-237accbadfd9 | {
"language": "YAML"
} | ```yaml
version: 1.0.{build}
image: Visual Studio 2017 Preview
shallow_clone: true
configuration: Release
platform: x64
install:
- cmd: scripts\bin\windows\genie.exe vs2017
build:
parallel: true
verbosity: minimal
project: build/projects/vs2017/slang.sln
test_script:
- cmd: build\win64_vs2017\bin\unittes... | ```yaml
version: 1.0.{build}
image: Visual Studio 2017
shallow_clone: true
configuration: Release
platform: x64
install:
- cmd: scripts\bin\windows\genie.exe vs2017
build:
parallel: true
verbosity: minimal
project: build/projects/vs2017/slang.sln
test_script:
- cmd: build\win64_vs2017\bin\unittestsReleas... |
0a36919a-77ae-4a89-9007-5933fcaa8435 | {
"language": "YAML"
} | ```yaml
image:
- Visual Studio 2015
- Visual Studio 2017
platform: x64
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
build: off
test_script:
- set GLOBAL_CLIENT=false
... | ```yaml
image:
- Visual Studio 2015
- Visual Studio 2017
platform: x64
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
build: off
test_script:
- set GLOBAL_CLIENT=false... |
d0fdee22-20bc-4d42-80ac-0c15ab6a7ee6 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 1c1c001b9e91c4219c66548a136da0b91c17f8739c3ccd60f37af92ad2663db5
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Utilities
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.1.2.0
- 0.1.2.1
- 0.1.3.0
- 0.1.4.0
- 0.1.5.0
- 0... | ```yaml
homepage: ''
changelog-type: ''
hash: 5760a37fb41d97d9d68483aa453ecd8c17706f35f7ac6c1ba8a7fa200ee61dd7
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Utilities
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
transformers: ! '>=0.0.1 && <0.6'
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.1.2.0
- 0.1.2... |
0c0172c3-3b5a-44fa-83fd-65ffdbb22601 | {
"language": "YAML"
} | ```yaml
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
ecmaFeatures:
experimentalObjectRestSpread: true
jsx: true
sourceType: module
plugins:
- react
- node
rules:
indent:
- error
- 4
linebreak-style:
- error
- unix
quotes:
- error
... | ```yaml
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
ecmaFeatures:
experimentalObjectRestSpread: true
jsx: true
sourceType: module
plugins:
- react
- node
rules:
indent:
- error
- 4
- SwitchCase: 1
linebreak-style:
- error
- unix
qu... |
de10fad1-71b3-4b6f-a065-81acd036e820 | {
"language": "YAML"
} | ```yaml
instrumentation:
excludes: ['**/dist/**']
include-all-sources: true
```
Exclude gulpfile and src from code coverage | ```yaml
instrumentation:
excludes: ['dist/**', 'src/**', 'gulpfile.js']
include-all-sources: true
``` |
4f52ac1a-a744-48e4-ab2c-367058c7702b | {
"language": "YAML"
} | ```yaml
---
driver_plugin: vagrant
platforms:
- name: ubuntu-12.04-chef11
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.2.0.box
require_chef_omnibus: 11.4.0
customize:
cpus: 2
memory: 1024
run_list:
- recipe[a... | ```yaml
---
driver_plugin: vagrant
driver_config:
customize:
memory: 1024
platforms:
- name: ubuntu-12.04-chef11
driver_config:
box: opscode-ubuntu-12.04-nochef
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
require_chef_omnibus: 11.6.0
run_list:
-... |
1ee8ff92-9d74-449e-9dd2-8d2e96df97f7 | {
"language": "YAML"
} | ```yaml
php:
preset: recommended
enabled:
- dir_constant
- ereg_to_preg
- mb_str_functions
- no_short_echo_tag
- strict_comparison
- phpdoc_link_to_see
- no_php4_constructor
- declare_strict_types
- unalign_double_arrow
- length_ordered_imports
- modernize_types_casting
... | ```yaml
preset: recommended
enabled:
- dir_constant
- ereg_to_preg
- mb_str_functions
- no_short_echo_tag
- strict_comparison
- phpdoc_link_to_see
- no_php4_constructor
- declare_strict_types
- unalign_double_arrow
- length_ordered_imports
- modernize_types_casting
- return_type_declaration
-... |
b30daf9c-c7e6-40fc-a540-175dd92137cd | {
"language": "YAML"
} | ```yaml
preset: symfony
enabled:
- align_double_arrow
- concat_with_spaces
- short_array_syntax
- ordered_use
- strict
disabled:
- blank_line_before_break
- blank_line_before_continue
- blank_line_before_throw
- blank_line_before_try
- concat_without_spaces
- pre_increment
- unalign_double_arr... | ```yaml
preset: symfony
enabled:
- align_double_arrow
- concat_with_spaces
- short_array_syntax
- ordered_use
- strict
disabled:
- blank_line_before_break
- blank_line_before_continue
- blank_line_before_throw
- blank_line_before_try
- concat_without_spaces
- method_argument_space
- pre_increm... |
018e9099-74b8-45c9-8841-d23be72779e9 | {
"language": "YAML"
} | ```yaml
name: <%= name %>
appid: <%= appid %>
version: 0.0.1
engine:
name: adaptive
version: <%= engineversion %>
platforms:
- name: android
version: 5.0
flavors:
- mobile
- name: darwin
version: 8.0
flavors:
- mobile
```
Move the version from platform to flavour | ```yaml
name: <%= name %>
appid: <%= appid %>
version: 0.0.1
engine:
name: adaptive
version: <%= engineversion %>
platforms:
- name: android
flavors:
- name: mobile
version: 5.0
- name: darwin
flavors:
- name: mobile
version: 8.0
``` |
dfd310c7-57db-48ed-be00-8570135d3f01 | {
"language": "YAML"
} | ```yaml
box: golang:1.5.3
dev:
steps:
- internal/watch:
code: |
go build ./...
./source
build:
steps:
- wercker/setup-go-workspace:
package-dir: github.com/moncho/dry
# golint step!
- wercker/golint
- script:
name: install godep
code: |
... | ```yaml
box: golang:1.6.0
dev:
steps:
- internal/watch:
code: |
go build ./...
./source
build:
steps:
- wercker/setup-go-workspace:
package-dir: github.com/moncho/dry
# golint step!
- wercker/golint
- script:
name: install godep
code: |
... |
cab5b70a-c018-4a86-92e8-b4dac35e7c3e | {
"language": "YAML"
} | ```yaml
box: wercker/nodejs
build:
steps:
- wercker/npm-install@0.9.3
- script:
name: Specs
code: npm run spec
- script:
name: Check Coverage
code: npm run coverage
- script:
name: Build
code: npm run build
after-steps:
- script:
name: Save... | ```yaml
box: wercker/nodejs
build:
steps:
- wercker/npm-install@0.9.3
- script:
name: Specs
code: npm run spec
- script:
name: Check Coverage
code: npm run coverage
- script:
name: Build
code: npm run build
- script:
name: Save Coverage
... |
39c7af7e-93bd-4160-96c2-094007621d14 | {
"language": "YAML"
} | ```yaml
box: wercker/rvm
build:
steps:
- rvm-use:
version: ruby-2.1.0
- bundle-install
- script:
name: run rspec
code: bundle exec rake spec
- rvm-use:
version: ruby-2.0.0-p353
- bundle-install
- script:
nam... | ```yaml
box: wercker/rvm
build:
steps:
- rvm-use:
version: ruby-2.1.5
- bundle-install
- script:
name: run rspec
code: bundle exec rake spec
- rvm-use:
version: ruby-2.0.0-p598
- bundle-install
- script:
nam... |
7eb12c35-694d-4aa3-98a0-fceaa7b5b5af | {
"language": "YAML"
} | ```yaml
box: wercker-labs/docker
build:
# The steps that will be executed on build
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
cd $WERCKER_... | ```yaml
box: wercker-labs/docker
build:
# The steps that will be executed on build
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Authentication information for docker hub
- create-file:
name: Save .dockercfg
... |
e8f3d958-cf82-40cc-87a6-432a16b4c767 | {
"language": "YAML"
} | ```yaml
tomcat7_dlsite: 'http://ftp.nluug.nl/internet/apache/tomcat/tomcat-7/'
tomcat7_version: '7.0.67'
tomcat7_shasum: 'cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e'
tomcat7_dlurl: '{{ tomcat7_dlsite }}/v{{tomcat7_version}}/bin/apache-tomcat-{{tomcat7_version}}.tar.gz'
tomcat7_user: tomcat6
tomcat... | ```yaml
#tomcat7_dlsite: 'http://ftp.nluug.nl/internet/apache/tomcat/tomcat-7/'
tomcat7_dlsite: 'https://archive.apache.org/dist/tomcat/tomcat-7/'
tomcat7_version: '7.0.67'
tomcat7_shasum: 'cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e'
tomcat7_dlurl: '{{ tomcat7_dlsite }}/v{{tomcat7_version}}/bin/ap... |
ce0f7327-913c-425d-899c-57a8a572d553 | {
"language": "YAML"
} | ```yaml
box: google/dart
build:
steps:
# A step that executes `npm install` command
- pub get
- pub build --mode=release
deploy:
steps:
- s3sync:
key_id: $KEY
key_secret: $SECRET
bucket_url: $URL
source_dir: build/web
```
Fix build steps to be custom scripts | ```yaml
box: google/dart
build:
steps:
- script:
name: echo Dart information
code: |
echo "dart version $(dart --version) running"
- script:
name: Install dependencies
code: |
pub get
- script:
name: Install dependencies
code: |
pub build --mode=... |
f0e9ad6f-fe5c-47ad-9926-79418a2aaaee | {
"language": "YAML"
} | ```yaml
package: nbsetuptools
user: anaconda-notebook
platform:
- linux-64
- osx-64
# - win-64
engine:
- python=2.7
- python=3.3
- python=3.4
- python=3.5
install:
- conda build --quiet conda.recipe -c anaconda-notebook
- conda install nbsetuptools --use-local -c anaconda-notebook
test:
- PYTHONI... | ```yaml
package: nbsetuptools
user: anaconda-notebook
platform:
- linux-64
- osx-64
# - win-64
engine:
- python=2.7
- python=3.4
- python=3.5
install:
- conda build --quiet conda.recipe -c anaconda-notebook
- conda install nbsetuptools --use-local -c anaconda-notebook
test:
- PYTHONIOENCODING=utf-8... |
bc5e98fe-ebb0-4241-a09b-05d51143a058 | {
"language": "YAML"
} | ```yaml
---
driver:
name: docker
socket: <%= ENV['DOCKER_HOST'] %>
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
driver-config:
image: chef/ubuntu-12.04
platform: ubuntu
suites:
- name: default
run_list:
- recipe[joad-ci::default]
attributes:
```
Access to jenk... | ```yaml
---
driver:
name: docker
socket: <%= ENV['DOCKER_HOST'] %>
forward: 8080
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
driver-config:
image: chef/ubuntu-12.04
platform: ubuntu
suites:
- name: default
run_list:
- recipe[joad-ci::default]
attributes:
``` |
bcb231c2-1c2b-4c80-b9ec-03d7a1e49012 | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
install_strategy: once
client_rb:
treat_deprecation_warnings_as_errors: true
resource_cloning: false
verifier:
name: inspec
platforms:
- name: amazon-linux
driver_c... | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
install_strategy: once
channel: unstable
client_rb:
treat_deprecation_warnings_as_errors: true
resource_cloning: false
verifier:
name: inspec
platforms:
- name: ama... |
5dda9d2e-9f37-4dc1-bb62-9c5fc6fceb08 | {
"language": "YAML"
} | ```yaml
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 2048
platforms:
- name: ubuntu-10.04
run_list:
- recipe[apt]
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: centos-5.11
- name: centos-6.4
suites:
- name: package
run_list:
... | ```yaml
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 2048
platforms:
- name: ubuntu-10.04
run_list:
- recipe[apt]
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: centos-5.11
run_list:
- recipe[yum::epel]
- name: centos-6.4
ru... |
e936cff5-4a4c-4925-8e10-f71763836afb | {
"language": "YAML"
} | ```yaml
AllCops:
TargetRubyVersion: 2.7
Layout/DotPosition:
EnforcedStyle: trailing
Lint/AssignmentInCondition:
Enabled: false
Metrics/AbcSize:
Max: 20
Metrics/BlockLength:
CountComments: true
Max: 25
ExcludedMethods: []
Exclude:
- "spec/**/*"
Metrics/ClassLength:
Max: 150
Metrics/Cyclomat... | ```yaml
AllCops:
TargetRubyVersion: 2.7
Lint/AssignmentInCondition:
Enabled: false
Metrics/AbcSize:
Max: 20
Metrics/BlockLength:
CountComments: true
Max: 25
ExcludedMethods: []
Exclude:
- "spec/**/*"
Metrics/ClassLength:
Max: 150
Metrics/CyclomaticComplexity:
Enabled: true
Max: 10
Metrics/... |
18f3e301-83f2-418f-9abc-7be58606b7c2 | {
"language": "YAML"
} | ```yaml
AllCops:
TargetRubyVersion: 2.3
DisplayCopNames: true
Exclude:
- expedia.gemspec
Metrics/AbcSize:
Max: 16
Metrics/LineLength:
Max: 120
Metrics/BlockLength:
ExcludedMethods:
- describe
Metrics/MethodLength:
Max: 20
Lint/ScriptPermission:
Enabled: false
```
Exclude /vendor for Travis CI | ```yaml
AllCops:
TargetRubyVersion: 2.3
DisplayCopNames: true
Exclude:
- expedia.gemspec
- vendor
Metrics/AbcSize:
Max: 16
Metrics/LineLength:
Max: 120
Metrics/BlockLength:
ExcludedMethods:
- describe
Metrics/MethodLength:
Max: 20
Lint/ScriptPermission:
Enabled: false
``` |
20ddf072-1ca9-4cb6-abe5-35be2527df7e | {
"language": "YAML"
} | ```yaml
# Until https://github.com/bbatsov/rubocop/issues/1151 is closed
AllCops:
Exclude:
- tmp/**/*
- pkg/**/*
DisplayCopNames: true
DisplayStyleGuide: true
TrivialAccessors:
ExactNameMatch: true
Style/ModuleFunction:
Enabled: false
# https://github.com/bbatsov/rubocop/pull/72
Style/AsciiComments... | ```yaml
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
TrivialAccessors:
ExactNameMatch: true
Style/ModuleFunction:
Enabled: false
# https://github.com/bbatsov/rubocop/pull/72
Style/AsciiComments:
Enabled: false
# Don't see why storing context information in the exception is a bad thing
Style/Rais... |
3ffc7e9f-ccde-48ac-8632-a2c301e4c235 | {
"language": "YAML"
} | ```yaml
AllCops:
TargetRubyVersion: 2.5
Exclude:
- bin/*
- spec/**/*
Style/Documentation:
Enabled: false
Layout/HashAlignment:
Enabled: false
Layout/EmptyLines:
Enabled: false
Layout/EmptyLinesAroundClassBody:
Enabled: false
Layout/EmptyLinesAroundBlockBody:
Enabled: false
Layout/EmptyLinesA... | ```yaml
AllCops:
NewCops: enable
TargetRubyVersion: 2.5
Exclude:
- bin/*
- spec/**/*
Style/Documentation:
Enabled: false
Layout/HashAlignment:
Enabled: false
Layout/EmptyLines:
Enabled: false
Layout/EmptyLinesAroundClassBody:
Enabled: false
Layout/EmptyLinesAroundBlockBody:
Enabled: false
... |
b04a4262-fb97-4b08-80e2-f578b66ffd35 | {
"language": "YAML"
} | ```yaml
AllCops:
TargetRubyVersion: 2.4
Layout/IndentHeredoc:
Enabled: false
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Max: 30
Exclude:
- 'spec/**/*.rb'
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Max: 20
Metrics/ModuleLength:
Enabled: false
```
Remove the unused old rule | ```yaml
AllCops:
TargetRubyVersion: 2.4
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Max: 30
Exclude:
- 'spec/**/*.rb'
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Max: 20
Metrics/ModuleLength:
Enabled: false
``` |
ee33218b-bd22-4d33-9fdf-7f8e698e19ca | {
"language": "YAML"
} | ```yaml
LineLength:
Description: 'Limit lines to 100 characters.'
Max: 100
Enabled: true
Metrics/ClassLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Style/EachWithObject:
Enabled: false
Style/AccessorMethodName:
Enabled: false
Lint/AssignmentInCondition:
Enabled: false
Style/SingleLin... | ```yaml
LineLength:
Description: 'Limit lines to 100 characters.'
Max: 100
Enabled: true
StringLiterals:
EnforcedStyle: double_quotes
Enabled: true
Style/DotPosition:
EnforcedStyle: trailing
Enabled: true
Metrics/MethodLength:
CountComments: false # count full line comments?
Max: 20
Metrics/AbcSi... |
c3756d89-dcf4-4f90-b7d6-59594dc10a88 | {
"language": "YAML"
} | ```yaml
name: Build
on:
push:
branches: [ master, feat/* ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
jdk: [ 8, 11, 17 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java... | ```yaml
name: Build
on:
push:
branches: [ main, feat/* ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
jdk: [ 8, 11, 17 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v1
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.