Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored webui* rules #2954

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ariel-anieli
Copy link

Description

Refactored webui* rules

Resume

# git log --oneline -n1 --pretty=short
commit f2f97e2f (HEAD -> makefile)
Author: Ariel Otilibili <otilibil@eurecom.fr>

    Refactored `webui*` rules

# make webui -n >> /tmp/makefile; echo $?
0

# make webui-audit -n >> /tmp/makefile; echo $?
0

# make webui-audit-fix -n >> /tmp/makefile; echo $?
0

# git switch develop
Switched to branch 'develop'
Your branch is up to date with 'origin/develop'.

# git log --oneline -n1 --pretty=short
commit 24c87253 (HEAD -> develop, origin/develop, origin/HEAD)
Merge: 42af55b3 fa7fc5bd
Author: Nicolas Hennion <nicolashennion@gmail.com>

    Merge pull request #2941 from ariel-anieli/refactor-alert

# make webui -n >> /tmp/develop; echo $?
0

# make webui-audit -n >> /tmp/develop; echo $?
0

# make webui-audit-fix -n >> /tmp/develop; echo $?
0

# diff /tmp/develop /tmp/makefile; echo $?
0

* part of nicolargo#2906
* output is unchanged.

```
$ git log --oneline -n1 --pretty=short
commit f2f97e2f (HEAD -> makefile)
Author: Ariel Otilibili <otilibil@eurecom.fr>

    Refactored `webui*` rules

$ make webui -n >> /tmp/makefile; echo $?
0

$ make webui-audit -n >> /tmp/makefile; echo $?
0

$ make webui-audit-fix -n >> /tmp/makefile; echo $?
0

$ git switch develop
Switched to branch 'develop'
Your branch is up to date with 'origin/develop'.

$ git log --oneline -n1 --pretty=short
commit 24c8725 (HEAD -> develop, origin/develop, origin/HEAD)
Merge: 42af55b fa7fc5b
Author: Nicolas Hennion <nicolashennion@gmail.com>

    Merge pull request nicolargo#2941 from ariel-anieli/refactor-alert

$ make webui -n >> /tmp/develop; echo $?
0

$ make webui-audit -n >> /tmp/develop; echo $?
0

$ make webui-audit-fix -n >> /tmp/develop; echo $?
0

$ diff /tmp/develop /tmp/makefile; echo $?
0
```

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant