~gabrielcocenza/juju-lint:bug/1979696

Last commit made on 2022-06-24
Get this branch:
git clone -b bug/1979696 https://git.launchpad.net/~gabrielcocenza/juju-lint
Only Gabriel Cocenza can upload to this branch. If you are Gabriel Cocenza please log in for upload directions.

Branch merges

Branch information

Name:
bug/1979696
Repository:
lp:~gabrielcocenza/juju-lint

Recent commits

f005001... by Gabriel Cocenza

build the snap with local repository.

- source-type git ends up using the code from the master branch
instead of using the local repo as expected.

- added git in stage-packages because otherwise the snap fails to
build.

d8625c2... by Gabriel Cocenza

Fix to have the snap working on bionic and jammy.

core20 need to have python libs on stage-packages in order to work
on jammy and bionic series.

Reviewed-on: https://code.launchpad.net/~juju-linters/juju-lint/+git/juju-lint/+merge/425333
Reviewed-by: Martin Kalcok <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

d2ce33f... by Gabriel Cocenza

Fix to have the snap working on bionic and jammy.

core20 need to have python libs on stage-packages in order to work
on jammy and bionic series.

14ad2b7... by Gabriel Cocenza

update the snap

- added black to format the source code of the project and
  applied it into the code.
- added isort to order imports and applied it into the code.
- changed python version from 3.6(deprecated) to 3.8.
- changed base to core20.
- added /snap/bin to $PATH
- removed Pipfile, Pipfile.lock and .python-version that is not
  been used anymore.

Reviewed-on: https://code.launchpad.net/~juju-linters/juju-lint/+git/juju-lint/+merge/424672
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: Martin Kalcok <email address hidden>

57cd095... by Gabriel Cocenza

- added black profile in isort
- fixed mixed tab and spaces on tox.ini

2f6c82c... by Gabriel Cocenza

- added missing lines on pytest cov-report.
- preference of running new tests or failed tests for better development
  experience.

359e5fb... by Gabriel Cocenza

- added isort and applied it
- added isort and black into lint for the CI

f248fff... by Gabriel Cocenza

update the snap

- added black to format the source code of the project.
- applied black.
- changed python version from 3.6(deprecated) to 3.8.
- changed base to core20
- added /snap/bin to $PATH

bd5c1aa... by Paul Goins

Lexicographically sort endpoints in space mismatches

Reviewed-on: https://code.launchpad.net/~vultaire/juju-lint/+git/juju-lint/+merge/423304
Reviewed-by: Alvaro Uria <email address hidden>

112591b... by Gabriel Cocenza

adding CONTRIBUTING.md to the project.

Reviewed-on: https://code.launchpad.net/~gabrielcocenza/juju-lint/+git/juju-lint/+merge/423677
Reviewed-by: Alvaro Uria <email address hidden>