commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
520cb14703ea6bf83f79edc0bfec866f1ca40b70 | .circleci/config.yml | .circleci/config.yml | 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: |
... | 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
command... | Use new cache for new image | CircleCI: Use new cache for new image
| YAML | apache-2.0 | Charcoal-SE/SmokeDetector,Charcoal-SE/SmokeDetector |
6c62cc37f815fe6f92e23ad5507b4759d2d2945a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb350
- image: circleci/mongo:3@sha256:0db9cdd9763c7d6cbdd13563c7055ffb69b3d5f054d531083ed5d0296b41f397
steps:
- checkout
- run: yarn install --frozen-lockfile
... | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:cc078ac24326b6ba3e28eb1adb7f300fec7c17d2756850a2ffa436d18d629ddc
- image: circleci/mongo:3@sha256:0db9cdd9763c7d6cbdd13563c7055ffb69b3d5f054d531083ed5d0296b41f397
steps:
- checkout
- run: yarn install --frozen-lockfile
... | Update circleci/node:8 Docker digest to cc078a | Update circleci/node:8 Docker digest to cc078a | YAML | mit | js-accounts/accounts |
463dde1a0c7914d79a2cd7543c5210373d38928a | .circleci/config.yml | .circleci/config.yml | 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:
n... | 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:
n... | Fix python3 usage in venv, fix reference to requirements/dev.txt | Fix python3 usage in venv, fix reference to requirements/dev.txt
| YAML | mit | SaturdayNeighborhoodHealthClinic/clintools,SaturdayNeighborhoodHealthClinic/clintools,SaturdayNeighborhoodHealthClinic/clintools |
dbe74601e795212fa02bfaef8b490689414e6a69 | .circleci/config.yml | .circleci/config.yml | 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 available
... | 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 available
... | Remove unnecessary step from circle ci | Remove unnecessary step from circle ci
| YAML | mit | brainsiq/merge-yaml-cli |
c00aaf68f43c97557a5347fe8087938bee9add11 | .circleci/config.yml | .circleci/config.yml | ---
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
workflo... | ---
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
workflo... | Add JRuby 9.3 to the build matrix | Add JRuby 9.3 to the build matrix
I don't really follow JRuby any more, so this release passed me by, but
I figure it's worth adding to our build matrix.
Signed-off-by: Chris Sinjakli <711c73f64afdce07b7e38039a96d2224209e9a6c@sinjakli.co.uk>
| YAML | apache-2.0 | prometheus/client_ruby |
0b98af69a0c13c8078ec808c4f6fff05b697f3c1 | packages/pr/proteaaudio.yaml | packages/pr/proteaaudio.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: Csaba ... | 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: Csaba ... | Update from Hackage at 2016-03-11T14:21:40+0000 | Update from Hackage at 2016-03-11T14:21:40+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
dc07e98d4dc04cf961640b738e80ec1bd285e92b | contrib/examples/actions/mistral-basic.yaml | contrib/examples/actions/mistral-basic.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: $.cmd
... | 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
par... | Fix a bug and add missing description attribute. | Fix a bug and add missing description attribute.
| YAML | apache-2.0 | peak6/st2,grengojbo/st2,punalpatel/st2,tonybaloney/st2,tonybaloney/st2,Plexxi/st2,alfasin/st2,pinterb/st2,jtopjian/st2,peak6/st2,nzlosh/st2,nzlosh/st2,lakshmi-kannan/st2,StackStorm/st2,Itxaka/st2,Itxaka/st2,jtopjian/st2,nzlosh/st2,pinterb/st2,grengojbo/st2,Plexxi/st2,punalpatel/st2,lakshmi-kannan/st2,Plexxi/st2,pinterb... |
c472a5b751814b9be68e8fd1f3e0f44482d3d691 | packages/ng/ngx-export.yaml | packages/ng/ngx-export.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: ! '>=0.10.0.0... | 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: ! '>=0.10.0.0... | Update from Hackage at 2016-10-21T13:39:11Z | Update from Hackage at 2016-10-21T13:39:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
32fd1106c5435afa9c8fc633b197e5bffd99865d | packages/tx/txt.yaml | packages/tx/txt.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:
bytestring: ! '... | 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:
bytestring: ! '... | Update from Hackage at 2019-03-15T23:17:44Z | Update from Hackage at 2019-03-15T23:17:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2eee408aa75d50c22e40da84a37c8be882148ee9 | roles/archive/tasks/main.yml | roles/archive/tasks/main.yml | ---
- 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 thus ide... | ---
- 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 thus ide... | Fix idemptency of the syncing task | Fix idemptency of the syncing task
Sync with the host will always happen and thus the state will always be
'changed'. To solve this, the 'changed_when: False' has been added.
| YAML | apache-2.0 | venekamp/nowfap-portal |
1036f3ffc2cc4c55919eba97bd41c68ba2e8d101 | site/.forestry/front_matter/templates/country.yml | site/.forestry/front_matter/templates/country.yml | ---
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
hidden: ... | ---
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
defaul... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | Jayphen/happeatravels,Jayphen/happeatravels |
49e374575619d5847b18acae3096433fcff2b218 | roles/ssh-box/tasks/main.yml | roles/ssh-box/tasks/main.yml | ---
- 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
- libcr... | ---
- 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 SASL in ... | Add to ssh-box default packages | Add to ssh-box default packages
And sort default packages while editing them anyway
| YAML | isc | m-wynn/cv_config,phy1729/cv_config,the-maldridge/cv_config,dinoocch/cv_config,tdorianh/cv_config,m-wynn/cv_config,dinoocch/cv_config,the-maldridge/cv_config,collegiumv/cv_config,phy1729/cv_config,phy1729/cv_config,collegiumv/cv_config,tdorianh/cv_config,collegiumv/cv_config_bleeding,collegiumv/cv_config_bleeding,colleg... |
e2946aa422f8633c3c61ba588ec48b1931ba2f5d | metadata/de.markusfisch.android.binaryeye.yml | metadata/de.markusfisch.android.binaryeye.yml | 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 doesn't do ... | 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 doesn't do ... | Update Binary Eye to 1.4.2 (17) | Update Binary Eye to 1.4.2 (17)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
378e460b22a0b3e3f7d862ec803b33dfa1d6828e | k8s/ex-prod-values.yaml | k8s/ex-prod-values.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
- www.excep... | 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
- www.excep... | Remove unneeded value from prod values | Remove unneeded value from prod values
| YAML | apache-2.0 | exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless |
27d73a9c62645a1b269e9d24be760849718e82f9 | k8s/scalyr-agent-2.yaml | k8s/scalyr-agent-2.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:
- ... | 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:
- ... | Allow agent to be deployed on master | Allow agent to be deployed on master
| YAML | apache-2.0 | scalyr/scalyr-agent-2,scalyr/scalyr-agent-2,imron/scalyr-agent-2,scalyr/scalyr-agent-2,scalyr/scalyr-agent-2 |
85e458cb0ac1ad2dad06fc4696adb7b106c0ce88 | recipes/icontract/meta.yaml | recipes/icontract/meta.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: python... | {% 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: python... | Update recipe to upstream patch. | Update recipe to upstream patch.
| YAML | bsd-3-clause | ocefpaf/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,stuertz/stag... |
ee185c4c20ea4384bc3cbf8ccd8705c904154abb | .bazelci/presubmit.yml | .bazelci/presubmit.yml | ---
platforms:
macos:
xcode_version: "11.1"
bazel: last_green
build_targets:
- "//:tulsi"
test_flags:
- "--nocheck_visibility"
test_targets:
- "//:tests"
| ---
platforms:
macos:
xcode_version: "11.1"
bazel: last_downstream_green
build_targets:
- "//:tulsi"
test_flags:
- "--nocheck_visibility"
test_targets:
- "//:tests"
| Use last_downstream_green instead of last_green | Use last_downstream_green instead of last_green
> last_green refers to the Bazel binary that was built at the most recent commit that passed Bazel CI. Ideally this binary should be very close to Bazel-at-head.
> last_downstream_green points to the most recent Bazel binary that builds and tests all downstream projects ... | YAML | apache-2.0 | bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi |
f70b213365b2c76da1ccbd85d10884f8b020134c | .forestry/settings.yml | .forestry/settings.yml | ---
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: Participants... | ---
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: Participants... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | safire-ac-za/safire-ac-za.github.io,safire-ac-za/safire-ac-za.github.io |
d98833224fbe85d3e863818b96fc7f7ff0da4e49 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: Europe/Dublin
open-pull-requests-limit: 10
target-branch: develop
| 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: weekly
... | Monitor GH Actions dependencies with Dependabot | Monitor GH Actions dependencies with Dependabot
| YAML | bsd-3-clause | SkypLabs/bsfl |
3542971fa4d26c830d7b7419c66cff682c5a5263 | wercker.yml | wercker.yml | 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 library
... | 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
export ... | Create pattern library on build step. | Create pattern library on build step.
| YAML | mit | DoSomething/forge,DoSomething/neue |
ec75b770afd39a5fc9643a8ba4ad39cb467244c0 | metadata/com.tiwa.pl.yml | metadata/com.tiwa.pl.yml | 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
sub... | 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
sub... | Update CV of Personal Log to 1.3 (4) | Update CV of Personal Log to 1.3 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b0b333d1aed35ace0b6a918065b97407bfa4a902 | .codecov.yml | .codecov.yml | 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
threshold: 1%
p... | 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
threshold: 1%
p... | Apply suggested fix to Codecov | Apply suggested fix to Codecov
So that it will ignore test/ and the metrics will be more accurate. | YAML | bsd-3-clause | acgetchell/CDT-plusplus,acgetchell/CDT-plusplus,acgetchell/CDT-plusplus |
58cac38b4993670fdecd0c5fd1f09a137919a1b0 | .codecov.yml | .codecov.yml | #
# 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/*
status:
... | #
# 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/*
status:
... | Allow threshold in Codecov report | Allow threshold in Codecov report
... to overcome rounding issue.
| YAML | apache-2.0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java |
fa8bf7e2935b21b9f7a43f8a29f7175f7c9f3617 | packages/op/op.yaml | packages/op/op.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
changelog: |... | 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
changelog: |... | Update from Hackage at 2019-12-05T13:18:57Z | Update from Hackage at 2019-12-05T13:18:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4b84a69043c51a2666a3d1ef2f246915be8c7c76 | .gitlab-ci.yml | .gitlab-ci.yml | 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 "$GOPATH/src/gi... | 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 "$GOPATH/src/gi... | Fix auth for docker hub | Fix auth for docker hub
| YAML | apache-2.0 | jetstack/navigator,jetstack/navigator |
43ef93ddc7ef27404baf541e81da5251fc1291c5 | .gitlab-ci.yml | .gitlab-ci.yml | 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
script: bund... | 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:2.4:
i... | Remove needless configuration for GitLab Ci | Remove needless configuration for GitLab Ci
| YAML | mit | KitaitiMakoto/epub-parser |
7a70a7848facd6b83048bd47e9bca3416dc301b2 | .gitlab-ci.yml | .gitlab-ci.yml | 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
- stack ... | 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
- stack ... | Revert "CI: disable Flatpak build" | Revert "CI: disable Flatpak build"
This reverts commit 978e8c143185a93fee0ce51378f76fda0e06aae0. I think
bb27784f454cc348aad67bcccaca5c323c85f561 will fix this problem.
| YAML | lgpl-2.1 | wjt/bustle,wjt/bustle |
254a0441ec5ea6a7fda71c063a1affd222e2c7f6 | .gitlab-ci.yml | .gitlab-ci.yml | 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
artifacts:
... | 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:
- tag... | Add redhat-rpm-config to the dependencies | ci: Add redhat-rpm-config to the dependencies
Otherwise gobject-introspection will fail to build because Python's
distutils are terrible.
| YAML | lgpl-2.1 | frida/json-glib,frida/json-glib,GNOME/json-glib,GNOME/json-glib |
b490a7c97b9c32e56b3791842b8e838ee9c78310 | .landscape.yml | .landscape.yml | pylint:
options:
max-args: 10
pyroma:
run: true
| doc-warnings: true
strictness: high
max-line-length: 80
pylint:
options:
max-args: 10
pyroma:
run: true
| Increase strictness of Landscape.io tests | Increase strictness of Landscape.io tests
| YAML | mit | gebn/chandl,gebn/chandl |
6b4d3d35a17bdc854ca3c6b3d4e49ed4e7903f94 | .sass-lint.yml | .sass-lint.yml | # 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:
- breakpoint
... | # 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:
- breakpoint
... | Update lint rules based on the new changes on the lint | Update lint rules based on the new changes on the lint
Based on the new changes on the lint we need to add some changes on the
rules to avoid errors.
| YAML | mit | moxie-lean/ng-web-app,moxie-leean/web-app,moxie-lean/ng-web-app,moxie-leean/web-app |
1fbef8f5e07d6727ddaf9f94a132928c59b18d4d | metadata/timur.webrtc.check.yml | metadata/timur.webrtc.check.yml | 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://github.c... | 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://github.c... | Update WebRTCCheck to 1.0.6 (6) | Update WebRTCCheck to 1.0.6 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
c93fe6c050690168b2a6f63c0f07953cd6c6fa37 | .rubocop.yml | .rubocop.yml | inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.3
Style/FrozenStringLiteralComment:
Enabled: false
| inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.3
Metrics/AbcSize:
Max: 30
Metrics/CyclomaticComplexity:
Max: 10
Style/FrozenStringLiteralComment:
Enabled: false
| Set AbcSize & CyclomaticComplexity limits | Set AbcSize & CyclomaticComplexity limits
| YAML | mit | itsmrwave/pesapal-gem |
16276df498c93b50fc081315f8c0d38c635933a9 | packages/gi/gitlab-haskell.yaml | packages/gi/gitlab-haskell.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: -any
bas... | 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: -any
bas... | Update from Hackage at 2019-07-13T09:07:39Z | Update from Hackage at 2019-07-13T09:07:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
723049ce29f31d3a1fbbab724295963f6405f33e | playbooks/openstack-hosts-setup.yml | playbooks/openstack-hosts-setup.yml | ---
# 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 agreed to ... | ---
# 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 agreed to ... | Add CentOS7 to supported OS check | Add CentOS7 to supported OS check
Change-Id: I8040debdb981c1d66a63ec9381abc8394043d17c
| YAML | apache-2.0 | weezer/openstack-ansible,Logan2211/openstack-ansible,cfarquhar/openstack-ansible,stackforge/os-ansible-deployment,openstack/openstack-ansible,robb-romans/openstack-ansible,BjoernT/os-ansible-deployment,cloudnull/os-ansible-deployment,cloudnull/os-ansible-deployment,BjoernT/openstack-ansible,BjoernT/os-ansible-deploymen... |
371515d071a5115b123faa4ac32a40c71c0dece9 | packages/hs/hspec-hashable.yaml | packages/hs/hspec-hashable.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: mchaver@gm... | 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: mchaver@gm... | Update from Hackage at 2020-11-25T13:55:39Z | Update from Hackage at 2020-11-25T13:55:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f65e52f5db2781d9fd53bc71e2b89d7904159ddc | packages/si/singleton-nats.yaml | packages/si/singleton-nats.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: ! '>=4.8.1.0... | 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: ! '>=4.8.1.0... | Update from Hackage at 2017-11-03T20:10:12Z | Update from Hackage at 2017-11-03T20:10:12Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2e840d55cc5888c64ccbca1e26c50c4780169e1c | packages/pi/pinchot.yaml | packages/pi/pinchot.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'
container... | 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'
container... | Update from Hackage at 2016-01-27T11:41:24+0000 | Update from Hackage at 2016-01-27T11:41:24+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f2875a0150204bd41d0c4f01128e653fc4732ebb | gear/hardware/elevator.yml | gear/hardware/elevator.yml | ---
name: Elevator
description: A laptop stand.
url: http://store.griffintechnology.com/elevator
| ---
name: Elevator
description: A laptop stand.
url: https://griffintechnology.com/us/products/stands-and-mounts/elevator
| Fix the URL to Griffin Elevator stand | Fix the URL to Griffin Elevator stand
| YAML | mit | waferbaby/usesthis,waferbaby/usesthis,ivuk/usesthis,ivuk/usesthis |
584e451b8715a87f9c916b5eb45437516324ef32 | jenkins/jobs/zun.yaml | jenkins/jobs/zun.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
export... | - 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
export... | Add post script for tempest api testing | Zun: Add post script for tempest api testing
Add post script for tempest api testing.
Change-Id: I25aab91134caeac2c92b50016af31a01f3c3ff00
| YAML | apache-2.0 | Tesora/tesora-project-config,openstack-infra/project-config,openstack-infra/project-config,Tesora/tesora-project-config |
c483030973e5e7224523d4781a5fd18865ea249d | .kitchen.yml | .kitchen.yml | 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
- name: ub... | 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
- name: ub... | Update platforms to test on | Update platforms to test on
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | opscode-cookbooks/maven,chef-cookbooks/maven,chef-cookbooks/maven,opscode-cookbooks/maven |
40a13a147607666373c447119166710dca7ffc9e | .kitchen.yml | .kitchen.yml | ---
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: fedora... | ---
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: centos-... | Add Debian 8.1 platform to TK. | Add Debian 8.1 platform to TK.
| YAML | apache-2.0 | PaytmLabs/chef-system,crossroads/system,crossroads/system,xhost-cookbooks/system,PaytmLabs/chef-system,xhost-cookbooks/system |
1d0b471afa5a163f05d0716297f8979cfb51795a | .kitchen.yml | .kitchen.yml | 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
- name: ub... | 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: ubuntu-16.0... | Use Bento slugs in Kitchen | Use Bento slugs in Kitchen
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/logwatch,opscode-cookbooks/logwatch,opscode-cookbooks/logwatch,chef-cookbooks/logwatch |
9a05e426838ae8008c961ba325339408a04eff22 | .kitchen.yml | .kitchen.yml | 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/amazonli... | 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/amazonli... | Update the platforms we test | Update the platforms we test
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | opscode-cookbooks/cron,chef-cookbooks/cron,opscode-cookbooks/cron,chef-cookbooks/cron |
c2e77af16314e7c8a5fb725797248dc00f54cc01 | .rubocop.yml | .rubocop.yml | AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Layout/HashAlignment:
EnforcedColonStyle: table
| AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Layout/HashAlignment:
EnforcedColonStyle: table
Gemspec/RequireMFA:
Enabled: false
| Disable RequireMFA, would not work with github actions | Disable RequireMFA, would not work with github actions
* .rubocop.yml:
| YAML | mit | jwillemsen/saj_collector,jwillemsen/saj_collector |
14b3dbf0919be722846984356f1170fa656c345e | .rubocop.yml | .rubocop.yml | inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'infrastructure/**/*'
| inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'infrastructure/**/*'
- 'vendor/**/*'
| Exclude vendored code from RuboCop | Exclude vendored code from RuboCop
| YAML | agpl-3.0 | ctumwebaze/RapidFTR,sferik/RapidFTR,austiine04/RapidFTR,sorashiro/RapidFTR,sriprasanna/RapidFTR,tomclement/RapidFTR,austiine04/RapidFTR,tomclement/RapidFTR,sriprasanna/RapidFTR,mwangiann/RapidFTR,mwangiann/RapidFTR,sorashiro/RapidFTR,sferik/RapidFTR,timothyakampa/RapidFTR,ctumwebaze/RapidFTR,ctumwebaze/RapidFTR,rapidft... |
3078b08b86af4f6b96805d9c2041d5a3ebb7a716 | .rubocop.yml | .rubocop.yml | AllCops:
RunRailsCops: true
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
| AllCops:
RunRailsCops: true
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Style/FileName:
Exclude:
- bin/scss-lint
| Allow `bin/scss-lint` to not be snake case | Allow `bin/scss-lint` to not be snake case
| YAML | mit | guidance-guarantee-programme/pension_guidance,guidance-guarantee-programme/pension_guidance,guidance-guarantee-programme/pension_guidance |
fac93d853c79125bfd25eab9f6d72b649e9d71c6 | .rubocop.yml | .rubocop.yml | inherit_from: .rubocop_todo.yml
AllCops:
Include:
- '**/Gemfile'
- '**/Guardfile'
- '**/Rakefile'
Style/Encoding:
Enabled: true
Style/StringLiterals:
EnforcedStyle: double_quotes
| inherit_from: .rubocop_todo.yml
AllCops:
Include:
- '**/Gemfile'
- '**/Guardfile'
- '**/Rakefile'
Style/StringLiterals:
EnforcedStyle: double_quotes
| Remove lines already enabled by default | Remove lines already enabled by default [ci skip]
| YAML | unlicense | yous/rbtetris |
484ef3e8e686a0fadb076401adb775357a0e1aea | .rubocop.yml | .rubocop.yml | 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 around param... | 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
# No b... | Exclude block length linting in specs | Exclude block length linting in specs
Suppress RuboCop block length errors in spec files. `RSpec.describe`
blocks are often much longer than the 25 lines allowed by RuboCop, and
this should be allowed.
| YAML | mit | alphagov/rummager,alphagov/rummager |
8251551edd5b6a68f62415f48f682c7a21548d1e | .styleci.yml | .styleci.yml | 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
| preset: recommended
risky: false
linting: true
enabled:
- not_operator_with_successor_space
- no_short_echo_tag
disabled:
- ordered_imports
- phpdoc_no_package
| Stop aligning assignments and enforcing it in our style guides | Stop aligning assignments and enforcing it in our style guides
| YAML | mit | rinvex/support |
95753a94a9f351cf4fed2b0d1ee6c862ee2af5ae | metadata/ILAMB/wmt.yaml | metadata/ILAMB/wmt.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
- CLM4VIC
... | 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
members... | Remove globals, ignore, and extras attrs | Remove globals, ignore, and extras attrs
| YAML | mit | csdms/wmt-metadata |
ec55e70ddbcf705fadf785db8662a11a2619fcb0 | playbooks/wheel/pre.yaml | playbooks/wheel/pre.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 build
... | - 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 build
... | Fix "Parameter 'description' is required" error | Fix "Parameter 'description' is required" error
Guess we should also send a patch to ansible documentation:
http://docs.ansible.com/ansible/latest/yum_repository_module.html
Change-Id: I7117aa91894bc3edb1b55643b649c42c879a82c4
Signed-off-by: Paul Belanger <e7139c8e6c4ea75cc1c287ce081b2dc0f3ab39ec@redhat.com>
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
121a9d75fa10b239ce1e70a134bb99228b72f7a8 | packages/bl/blagda.yaml | packages/bl/blagda.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: -any
b... | 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: -any
b... | Update from Hackage at 2022-03-02T03:08:03Z | Update from Hackage at 2022-03-02T03:08:03Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
035490972be3525a346e46335d3decf09353f421 | packages/er/erlang.yaml | packages/er/erlang.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: ! '>=4 &&... | 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.\n"
bas... | Update from Hackage at 2018-07-22T16:40:35Z | Update from Hackage at 2018-07-22T16:40:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7c169e3d18ecaafc10c202cb20cc469fe0b4ec74 | packages/ha/hascas.yaml | packages/ha/hascas.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: -any
... | 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: -any
... | Update from Hackage at 2017-01-11T12:11:24Z | Update from Hackage at 2017-01-11T12:11:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
61e81caad210736cfb660a1e2d0d534727f3d548 | roles/haproxy/defaults/main.yml | roles/haproxy/defaults/main.yml | 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"
| 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 HEAD OPT... | Add some documentation for http method whitelist | Haproxy: Add some documentation for http method whitelist
| YAML | apache-2.0 | OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy |
d4a3c280fbd0bc857296994894df5255695b8e75 | .github/FUNDING.yml | .github/FUNDING.yml | # 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 single T... | # 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-name/packa... | Fix open collective link in funding.md | docs: Fix open collective link in funding.md | YAML | mit | okonet/lint-staged,okonet/lint-staged |
6ff02b6de983a32372002ca8a5a55a61c5019d27 | .github/FUNDING.yml | .github/FUNDING.yml | # 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
| # 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
| Update order of sponsorship links | Update order of sponsorship links
Signed-off-by: Alex Ellis <5f7133baa0f5c7ca63ff11e11f2e2b0d2cf077c8@gmail.com>
| YAML | mit | rgee0/faas,rgee0/faas,rgee0/faas,openfaas/faas,alexellis/faas,rgee0/faas,rgee0/faas,alexellis/faas,rgee0/faas,openfaas/faas,alexellis/faas,alexellis/faas,alexellis/faas,alexellis/faas,rgee0/faas,rgee0/faas,rgee0/faas,rgee0/faas,alexellis/faas,openfaas/faas,alexellis/faas,alexellis/faas |
9f62ee2af5232ee564d930db08ffd9827c2cb202 | .github/FUNDING.yml | .github/FUNDING.yml | # These are supported funding model platforms
github: [samdark, machour, silverfire, cebe]
open_collective: yiisoft
| # These are supported funding model platforms
open_collective: yiisoft
| Remove github from funding options | Remove github from funding options [skip ci] | YAML | bsd-3-clause | yiisoft/yii2-app-basic,yiisoft/yii2-app-basic,githubjeka/yii2-app-basic,githubjeka/yii2-app-basic |
16d3c10ce72f2024b876bfbafde386575d68cfe0 | playbooks/base/pre.yaml | playbooks/base/pre.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-mirrors
... | - 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: configure-mirro... | Add trusted option to apt mirrors | Base: Add trusted option to apt mirrors
Since our Debian+Ubuntu mirrors are unsigned, we need to set the
"trusted" option on them in order to allow newer apt versions to pull
updates from them.
Logs of testing can be found at https://review.openstack.org/549867/
Change-Id: Ib847b953d4f8255ac4967889e83325e015516cb8
S... | YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
579de843e8dccc8e5e46c5bb4aab75cae09f0dd6 | wercker.yml | wercker.yml | 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
- s... | 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
- s... | Use tetsuo/electron-ready:4 for deploying gh-pages | Use tetsuo/electron-ready:4 for deploying gh-pages
| YAML | mit | tetsuo/xus,tetsuo/xus |
c06f05369e4482f9725ce0f1567bdc838012ffbd | wercker.yml | wercker.yml | 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
after-s... | 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-test
af... | Use Node.js Docker Image for Wercker CI | Use Node.js Docker Image for Wercker CI
| YAML | mit | Starefossen/jenkins-monitor |
37bd969c2347d83c32c1dd43b1dd17212cd50f9f | wercker.yml | wercker.yml | 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
box: ... | 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
box: ... | Use Alpine base box for deployment. | Use Alpine base box for deployment.
| YAML | mit | lreimer/cloud-native-go,lreimer/cloud-native-go |
7dd92117777a4d1fe9b2b37fb4053c32a18a04a4 | .kitchen.yml | .kitchen.yml | 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-leap-42.2... | 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-leap-42.2... | Test on the latest CentOS bento box | Test on the latest CentOS bento box
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | lamont-cookbooks/chef_hostname |
29dad49861037f924654a1806b6f02afcb7cf311 | .kitchen.yml | .kitchen.yml | 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-leap-42
... | 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-leap-42
... | Test on the latest Fedora | Test on the latest Fedora
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/habitat,chef-cookbooks/habitat,chef-cookbooks/habitat |
282da4bbe94744a5292a3dbfb242c33fe5cb0436 | .kitchen.yml | .kitchen.yml | 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: default
... | 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_config:
... | Use the same boxes for testing as windows cookbook | Use the same boxes for testing as windows cookbook
Chef 11 and 12 testing
| YAML | apache-2.0 | opscode-cookbooks/wix,chef-cookbooks/wix |
a7b0b4796b3599532d67c43ecbefb858483c5796 | .kitchen.yml | .kitchen.yml | 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:
- recipe[rsysl... | 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:
- recipe[r... | Add CentOS 7, Debian 6.0.10 and Debian 7.7 to Test Kitchen | Add CentOS 7, Debian 6.0.10 and Debian 7.7 to Test Kitchen
| YAML | apache-2.0 | autoclone/rsyslog,chef-cookbooks/rsyslog,WIU/rsyslog,opscode-cookbooks/rsyslog,GannettDigital/chef-rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f316/rsyslog,strebitz/rsyslog,voroniys/rsyslog,GannettDigital/chef-rsyslog,opscode-cookbooks/rsyslog,joyofhex/rsyslog,voroniys/rsyslog,incent-corp/rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f3... |
fa0209150d60fc08ad7bc5f8de7fd090ec860bc9 | .mergify.yml | .mergify.yml | 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
- "#files=... | 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
- "#files=... | Allow auto merge for scalafmt and build.properties files | [Mergify] Allow auto merge for scalafmt and build.properties files
| YAML | apache-2.0 | softwaremill/sttp,softwaremill/sttp,softwaremill/sttp |
f1fbc6ce0d972321fffaccdb8e09161f7685f4a5 | .rubocop.yml | .rubocop.yml | 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 literals with... | 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 literals with ... | Fix typo Excludes -> Exclude. | Fix typo Excludes -> Exclude.
| YAML | mit | ncschameleon/inforouter |
556ea59456af77180dcdc5262dc3e25547e8d91c | .rubocop.yml | .rubocop.yml | AllCops:
Exclude:
- 'Gemfile'
- 'Guardfile'
- 'Rakefile'
- 'bin/**/*'
- 'config/**/*'
- 'db/**/*'
- 'lib/**/*'
- 'spec/**/*'
- 'app/helpers/flashes_helper.rb'
Style/Documentation:
Exclude:
- 'app/controllers/**/*'
- 'app/helpers/**.*'
Style/SpaceInsideHashLiteralBraces:
... | AllCops:
Exclude:
- 'Gemfile'
- 'Guardfile'
- 'Rakefile'
- 'bin/**/*'
- 'config/**/*'
- 'db/**/*'
- 'lib/**/*'
- 'spec/**/*'
- 'app/helpers/flashes_helper.rb'
Style/Documentation:
Exclude:
- 'app/controllers/**/*'
- 'app/helpers/**.*'
Style/SpaceInsideHashLiteralBraces:
... | Allow trailing commas in method calls | Allow trailing commas in method calls
In multi-line method calls, this trailing comma allows you to not need to modify
existing lines when adding lines to a call. This is especially useful when the number
of arguments can be variable.
| YAML | agpl-3.0 | nilbus/github-portfolio,nilbus/github-portfolio,nilbus/github-portfolio,nilbus/github-portfolio |
a9ac976a54dc281ef5c2bdac18c7e0ccace67f58 | .rubocop.yml | .rubocop.yml | 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'
Rails:
E... | 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'
Rails:
E... | Enable documentation check in Rubocop | Enable documentation check in Rubocop
| YAML | mit | alessandro1997/panther |
f4d87591a5209c2036189bed2cbb119a7d040b2f | .rubocop.yml | .rubocop.yml | 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
| 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
| Set the block length to 30, and disable the module length cop. | Set the block length to 30, and disable the module length cop.
| YAML | mit | ivuk/usesthis,waferbaby/usesthis,waferbaby/usesthis,ivuk/usesthis |
277a5ca22c2f5efe70955717a86f4052aa2dba86 | .rubocop.yml | .rubocop.yml | # 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:
EnforcedStyle: al... | # 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:
EnforcedStyle: al... | Enforce lf style on RuboCop's repo itself | Enforce lf style on RuboCop's repo itself
I can't get Appveyor's git to do native conversions so I think this
works fine.
| YAML | mit | smakagon/rubocop,sue445/rubocop,tdeo/rubocop,jmks/rubocop,panthomakos/rubocop,petehamilton/rubocop,tdeo/rubocop,bquorning/rubocop,petehamilton/rubocop,alexcstark/rubocop,b-t-g/rubocop,vergenzt/rubocop,rrosenblum/rubocop,bquorning/rubocop,maxjacobson/rubocop,akihiro17/rubocop,akihiro17/rubocop,vergenzt/rubocop,lumeet/ru... |
5fe4213d7f610af5381d210bbb3f6e9f8c77306f | .styleci.yml | .styleci.yml | 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
| preset: recommended
risky: false
linting: true
enabled:
- not_operator_with_successor_space
- no_short_echo_tag
disabled:
- ordered_imports
- phpdoc_no_package
| Stop aligning assignments and enforcing it in our style guides | Stop aligning assignments and enforcing it in our style guides
| YAML | mit | rinvex/fort |
1f5a18f7df85f55f35e3528aea2a1b8479f60a62 | .vsts-ci.yml | .vsts-ci.yml |
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: Publish... |
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: Publish... | Move Pypi publisher to release side... | Move Pypi publisher to release side...
| YAML | apache-2.0 | Omenia/robotframework-whitelibrary,Omenia/robotframework-whitelibrary |
b5fdad57d24693c68132a0a85c5a1586ff394619 | .appveyor.yml | .appveyor.yml | 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\unittestsReleas... | 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\unittestsRelease.exe | Revert AppVeyor config back to standard | Revert AppVeyor config back to standard
| YAML | mit | MikePopoloski/slang,MikePopoloski/slang |
640bfd1d4c72729e761a0fbe93dc1749f7895138 | .appveyor.yml | .appveyor.yml | 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
- npm ... | 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
- npm... | Replace Node 4 with Node 10 in test matrix | Replace Node 4 with Node 10 in test matrix
| YAML | apache-2.0 | aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs |
e6da52a1ef43979f341465157798f8f0f8170b68 | packages/ut/util.yaml | packages/ut/util.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.1.6.0
-... | 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.1
- 0.1... | Update from Hackage at 2019-10-19T20:26:53Z | Update from Hackage at 2019-10-19T20:26:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8b0dfac1cf30df61bfcb569037296549519d538d | .eslintrc.yml | .eslintrc.yml | 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
- sing... | 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
quotes:
... | Allow indention of cases in switch | Allow indention of cases in switch
| YAML | mit | jschirrmacher/cosmoteer-mod-editor,jschirrmacher/cosmoteer-mod-editor |
85c161519f4672310828402fcfd89c22627d721b | .istanbul.yml | .istanbul.yml | instrumentation:
excludes: ['**/dist/**']
include-all-sources: true
| instrumentation:
excludes: ['dist/**', 'src/**', 'gulpfile.js']
include-all-sources: true
| Exclude gulpfile and src from code coverage | Exclude gulpfile and src from code coverage
| YAML | mit | wowserhq/blizzardry,fallenoak/blizzardry,timkurvers/blizzardry |
db01d4103f06ed4f893c748d9eb2390dbca62bfb | .kitchen.yml | .kitchen.yml | ---
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[apt]
- na... | ---
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:
- recipe[... | Test against latest Chef 10 and 11 | Test against latest Chef 10 and 11
Also switch to provisionerless base box
| YAML | apache-2.0 | hipsnip-cookbooks/s3cmd |
1b001a0722c53a6cad65f24828eea05d4c29ddf8 | .styleci.yml | .styleci.yml | 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
- re... | 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
- not_ope... | Drop StyleCI multi-language support (paid feature now!) | Drop StyleCI multi-language support (paid feature now!)
| YAML | mit | rinvex/authy |
310b98bb0d36efc93dc54fa7c37d93733e08e9b6 | .styleci.yml | .styleci.yml | 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_arrow
- u... | 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_increment
- ... | Revert "Remove method_argument_space from StyleCI config" | Revert "Remove method_argument_space from StyleCI config"
This reverts commit 731896f450b4b488b3fc4590bb1e0aea886fe223.
| YAML | mit | bobthecow/psysh,bobthecow/psysh |
4142d06ac18ae43af551257f7431de699fc4c679 | adaptive.yml | adaptive.yml | 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
| 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
| Move the version from platform to flavour | Move the version from platform to flavour
Due to the difference between darwin ios 9.2 and darwin desktop 10.10 | YAML | apache-2.0 | AdaptiveCommunity/adaptive-common-boilerplate |
c21b60a70866ec6a471977cf0e3ec92a6de3d655 | wercker.yml | wercker.yml | 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: |
go ge... | 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: |
go ge... | Update go version to 1.6 | Update go version to 1.6
| YAML | mit | moncho/dry,moncho/dry |
d2a56d31636cc9ede3224b0ac39c5299d8121e38 | wercker.yml | wercker.yml | 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 Coverag... | 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
code:... | Move save coverage to main buils run. | Move save coverage to main buils run.
| YAML | apache-2.0 | aerobicio/garmin-communicator,aerobicio/garmin-communicator |
742f48818b6a3621a8a3d1e01743bb9d9c9cd803 | wercker.yml | wercker.yml | 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:
name: run r... | 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:
name: run r... | Upgrade ruby 2.x, no support for 1.9! | Upgrade ruby 2.x, no support for 1.9!
| YAML | mit | udzura/flnt |
a9bd18138391c014a63e271770569d44c9893b73 | wercker.yml | wercker.yml | 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_SOURCE_D... | 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
filename... | Create a dockercfg so it can log into the repo | Create a dockercfg so it can log into the repo
| YAML | apache-2.0 | JustinTulloss/gogetter |
85be0a7867f8f5418be67e3b24a7f93889d91555 | tomcat7/vars/main.yml | tomcat7/vars/main.yml | 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
tomcat7_group:... | #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/apache-tom... | Use archive for tomcat downloads | Use archive for tomcat downloads
| YAML | mit | sigio/ansible-roles |
c03fcfdb4cf79495992a911a7c1f16fee7d3711a | wercker.yml | wercker.yml | 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
| 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=release
... | Fix build steps to be custom scripts | Fix build steps to be custom scripts
| YAML | bsd-3-clause | ashri/dardo,ashri/dardo |
834fcc38327f0d9e90c4d06215ec5ca96a307ee9 | .binstar.yml | .binstar.yml | 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:
- PYTHONIOENCODIN... | 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 python ... | Disable python3.3 builds since we don't have notebook 3.3 builds | Disable python3.3 builds since we don't have notebook 3.3 builds
| YAML | bsd-3-clause | Anaconda-Server/nbsetuptools,Anaconda-Server/nbsetuptools,Anaconda-Server/nbsetuptools |
0f15b930160e90766ec879b69dd9a10a470c8980 | .kitchen.yml | .kitchen.yml | ---
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:
| ---
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:
| Access to jenkins console through 8080 port | Access to jenkins console through 8080 port
| YAML | mit | ita2014-docker/joad-ci-cookbook |
6b6ad5923ef1a244720aaef9d95024a7be8a8cf0 | .kitchen.yml | .kitchen.yml | 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_config:
... | 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: amazon-linu... | Use the unstable channel for testing Chef-14 | Use the unstable channel for testing Chef-14
| YAML | apache-2.0 | jtimberman/samba-cookbook,jtimberman/samba-cookbook |
47e33b51c336d6fd07189964912d790af3c880a7 | .kitchen.yml | .kitchen.yml | 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:
- recip... | 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
run_list:
... | Update centos test setup to use yum::epel | Update centos test setup to use yum::epel
| YAML | apache-2.0 | stevendanna/tmux,bitmonk/chef-tmux,stevendanna/tmux,bitmonk/chef-tmux,stevendanna/tmux,bitmonk/chef-tmux |
f1621d89275a30867213ee216a61413e5975d491 | .rubocop.yml | .rubocop.yml | 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/CyclomaticComple... | 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/LineLeng... | Change to allow trailing dots in code style | Change to allow trailing dots in code style
| YAML | mit | peter-murach/tty-pager |
315d70b9792f560c6f03b8361f84ad201542082e | .rubocop.yml | .rubocop.yml | 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
| 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
| Exclude /vendor for Travis CI | Exclude /vendor for Travis CI
| YAML | mit | ShoreSuite/expedia-api |
b7878f9b49c2449845783ce61f53c536e254e255 | .rubocop.yml | .rubocop.yml | # 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:
Enab... | 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/RaiseArgs:
... | Remove workaround in RuboCop's config | Remove workaround in RuboCop's config
It seems to have been fixed at some point inside RuboCop itself.
| YAML | bsd-2-clause | yui-knk/byebug,deivid-rodriguez/byebug,yui-knk/byebug,deivid-rodriguez/byebug,yui-knk/byebug,deivid-rodriguez/byebug |
155fb8ea9597174af8dfbf67bc3e5eae24c0cedb | .rubocop.yml | .rubocop.yml | 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/EmptyLinesAroundMod... | 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
Layout/E... | Enable new cops in Rubocop | Enable new cops in Rubocop
| YAML | mit | pitluga/keepassx |
be044f8512c63969f8daf3ea8f8610c347e6e1f9 | .rubocop.yml | .rubocop.yml | 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
| 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
| Remove the unused old rule | Remove the unused old rule
| YAML | mit | waferbaby/dimples |
84aad5f7fa4d0c2b718246a622126af61255dc49 | .rubocop.yml | .rubocop.yml | 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/SingleLineBlockPa... | 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/AbcSize:
Ma... | Increase ABC size, disable ClassAndModuleChildren | Increase ABC size, disable ClassAndModuleChildren
| YAML | mit | DigitPaint/roger,DigitPaint/roger |
66b7d04dd432a92a237aa9a25a908a99ed484e5b | .github/workflows/build.yaml | .github/workflows/build.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@v1
... | 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
... | Rename main branch to main | Rename main branch to main
| YAML | mit | EvidentSolutions/apina,EvidentSolutions/apina,EvidentSolutions/apina |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.