This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
___INFO___ | |
{ | |
"displayName": "Enhanced Ecommerce Object Builder", | |
"description": "Build an Enhanced Ecommerce object when you need to dynamically construct it instead of using the dataLayer.", | |
"__wm": "VGVtcGxhdGUtQXV0aG9yX0VuaGFuY2VkLUVjb21tZXJjZS1PYmplY3QtQnVpbGRlci1TaW1vLUFoYXZh", | |
"securityGroups": [], | |
"id": "cvt_temp_public_id", | |
"type": "MACRO", | |
"version": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AnsibleLint < Formula | |
include Language::Python::Virtualenv | |
desc "checks playbooks for practices and behaviour that can be improved" | |
homepage "https://github.com/willthames/ansible-lint" | |
url "https://github.com/willthames/ansible-lint/archive/v3.4.12.tar.gz" | |
sha256 "cf97675d2908f865e7657d7082ba84c8adf4f3775e3920a6d4b9f171a5fdda2a" | |
depends_on :python if MacOS.version <= :snow_leopard |