RNourshargh / CavitySim

This Matlab code simulates different optical cavities using ABCD matricies from the constituent optical components.
MIT License
0 stars 0 forks source link

Add linters #7

Closed znicholls closed 5 years ago

znicholls commented 5 years ago

This adds a linter, which helps you check and automatically format code. This touches a lot of things but basically just tidies everything up. Fire away with questions.

RNourshargh commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         103     99    -4     
  Branches        6      6           
=====================================
- Hits          103     99    -4
Impacted Files Coverage Δ
src/cavitysim/__init__.py 100% <100%> (ø) :arrow_up:
src/cavitysim/utils.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bc43f65...ff5fde0. Read the comment docs.