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

TA#68599 [FIX] website_cookieconsent : plugin loading #128

Merged
merged 3 commits into from
Sep 6, 2024

TA#68599 [IMP] website_cookieconsent : code improvement

2109be2
Select commit
Loading
Failed to load commit list.
Merged

TA#68599 [FIX] website_cookieconsent : plugin loading #128

TA#68599 [IMP] website_cookieconsent : code improvement
2109be2
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 6, 2024 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 52
- Added 3
           

Complexity increasing per file
==============================
- website_cookieconsent/models/res_config_settings.py  1
- website_cookieconsent/models/website.py  1
         

Complexity decreasing per file
==============================
+ website_cookieconsent/static/src/js/config.js  -40
         

See the complete overview on Codacy

Annotations

Check notice on line 4 in website_cookieconsent/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

website_cookieconsent/__init__.py#L4

'.models' imported but unused (F401)

Check notice on line 4 in website_cookieconsent/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

website_cookieconsent/models/__init__.py#L4

'.res_config_settings' imported but unused (F401)

Check notice on line 5 in website_cookieconsent/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

website_cookieconsent/models/__init__.py#L5

'.website' imported but unused (F401)