author | eyeokg <k.galczynski@eyeo.com> |
Wed, 30 Oct 2024 17:08:56 +0100 | |
changeset 25707 | 2a19e3a985b6 |
parent 25705 | d7bf4e5f34aa |
child 25711 | 2bb339143f01 |
permissions | -rw-r--r-- |
25704
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
1 |
# Exceptionrules |
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
2 |
|
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
3 |
This is a project which contains filter rules in order for Acceptable Ads program to work |
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
4 |
|
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
5 |
***IMPORTANT:*** After cloning the project, you need to run the following command in order to add the pre-commit hook: |
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
6 |
|
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
7 |
```sh |
25707
2a19e3a985b6
Moved pre-commit files and added first test
eyeokg <k.galczynski@eyeo.com>
parents:
25705
diff
changeset
|
8 |
ln -s -f "$(pwd)/pre-commit-src/pre-commit" "$(pwd)/.git/hooks/pre-commit" |
25704
4c03dcd1e5aa
Initial commit for domains variables
eyeokg <k.galczynski@eyeo.com>
parents:
diff
changeset
|
9 |
``` |
25705 | 10 |
|
11 |
If you are Windows user, you might need additional bash shell for pre-commit to work. For example the one used in [git for windows](https://gitforwindows.org/) should be sufficient. |
|
12 |
||
13 |
When you add files/change their names remember to add it to template files and inform AFB team. |